diff --git a/pom.xml b/pom.xml index 0596b932..e70efd43 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.shell spring-shell-parent Spring Shell Parent POM - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 pom @@ -47,42 +47,42 @@ org.springframework.shell spring-shell-core - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 org.springframework.shell spring-shell-core-test-support - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 org.springframework.shell spring-shell-standard - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 org.springframework.shell spring-shell-standard-commands - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 org.springframework.shell spring-shell-shell1-adapter - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 org.springframework.shell spring-shell-jcommander-adapter - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 org.springframework.shell spring-shell-starter - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 org.springframework.shell spring-shell-table - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 diff --git a/spring-shell-core-test-support/pom.xml b/spring-shell-core-test-support/pom.xml index 16fb8c42..bb28a914 100644 --- a/spring-shell-core-test-support/pom.xml +++ b/spring-shell-core-test-support/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Core API test classes for Spring Shell 2 diff --git a/spring-shell-core/pom.xml b/spring-shell-core/pom.xml index 239e95a4..2a80131d 100644 --- a/spring-shell-core/pom.xml +++ b/spring-shell-core/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Core API and classes for Spring Shell 2 diff --git a/spring-shell-docs/pom.xml b/spring-shell-docs/pom.xml index fa7f5c7a..e0fff403 100644 --- a/spring-shell-docs/pom.xml +++ b/spring-shell-docs/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Spring Shell reference documentation diff --git a/spring-shell-jcommander-adapter/pom.xml b/spring-shell-jcommander-adapter/pom.xml index efe6741a..e75e59d2 100644 --- a/spring-shell-jcommander-adapter/pom.xml +++ b/spring-shell-jcommander-adapter/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Adapter classes to allow JCommander type annotations and parsing via Spring Shell 2 diff --git a/spring-shell-shell1-adapter/pom.xml b/spring-shell-shell1-adapter/pom.xml index 20dc46a3..6885a48f 100644 --- a/spring-shell-shell1-adapter/pom.xml +++ b/spring-shell-shell1-adapter/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Adapter classes to enable Shell 1 type annotations via Spring Shell 2 diff --git a/spring-shell-standard-commands/pom.xml b/spring-shell-standard-commands/pom.xml index e2757bfb..cf9308b2 100644 --- a/spring-shell-standard-commands/pom.xml +++ b/spring-shell-standard-commands/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Standard out-of-the-box shell commands, implemented using the Standard API diff --git a/spring-shell-standard/pom.xml b/spring-shell-standard/pom.xml index c541eef1..5322c9b5 100644 --- a/spring-shell-standard/pom.xml +++ b/spring-shell-standard/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 APIs and resolvers for using the standard Spring Shell programming model diff --git a/spring-shell-starter/pom.xml b/spring-shell-starter/pom.xml index 9d875a4c..89b272d1 100644 --- a/spring-shell-starter/pom.xml +++ b/spring-shell-starter/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Starter Dependency for Using Spring Shell diff --git a/spring-shell-table/pom.xml b/spring-shell-table/pom.xml index 17a57d3c..1b473fc4 100644 --- a/spring-shell-table/pom.xml +++ b/spring-shell-table/pom.xml @@ -23,7 +23,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M2 Library to Display Fancy ASCII art Tables