From ccd2444b1eea33bcde4ad4757fec96666ad9c862 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Thu, 14 Sep 2017 14:29:24 +0000 Subject: [PATCH] [artifactory-release] Release version 2.0.0.M1 --- pom.xml | 22 +++++++++++----------- spring-shell-core-test-support/pom.xml | 6 +++--- spring-shell-core/pom.xml | 6 +++--- spring-shell-docs/pom.xml | 10 +++++----- spring-shell-jcommander-adapter/pom.xml | 6 +++--- spring-shell-shell1-adapter/pom.xml | 6 +++--- spring-shell-standard-commands/pom.xml | 6 +++--- spring-shell-standard/pom.xml | 6 +++--- spring-shell-starter/pom.xml | 6 +++--- spring-shell-table/pom.xml | 8 +++----- 10 files changed, 40 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 1d3477d6..e1dffe0a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ - + + 4.0.0 org.springframework.shell spring-shell-parent Spring Shell Parent POM - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 pom @@ -47,42 +47,42 @@ org.springframework.shell spring-shell-core - ${project.version} + 2.0.0.M1 org.springframework.shell spring-shell-core-test-support - ${project.version} + 2.0.0.M1 org.springframework.shell spring-shell-standard - ${project.version} + 2.0.0.M1 org.springframework.shell spring-shell-standard-commands - ${project.version} + 2.0.0.M1 org.springframework.shell spring-shell-shell1-adapter - ${project.version} + 2.0.0.M1 org.springframework.shell spring-shell-jcommander-adapter - ${project.version} + 2.0.0.M1 org.springframework.shell spring-shell-starter - ${project.version} + 2.0.0.M1 org.springframework.shell spring-shell-table - ${project.version} + 2.0.0.M1 diff --git a/spring-shell-core-test-support/pom.xml b/spring-shell-core-test-support/pom.xml index ea4f5aa8..a32c23f5 100644 --- a/spring-shell-core-test-support/pom.xml +++ b/spring-shell-core-test-support/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-core-test-support @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 Core API test classes for Spring Shell 2 diff --git a/spring-shell-core/pom.xml b/spring-shell-core/pom.xml index 10ee7954..a54e30bb 100644 --- a/spring-shell-core/pom.xml +++ b/spring-shell-core/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-core @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 Core API and classes for Spring Shell 2 diff --git a/spring-shell-docs/pom.xml b/spring-shell-docs/pom.xml index 33160724..0605da4d 100644 --- a/spring-shell-docs/pom.xml +++ b/spring-shell-docs/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-docs @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 Spring Shell reference documentation @@ -125,8 +125,8 @@ pdf coderay - - + + diff --git a/spring-shell-jcommander-adapter/pom.xml b/spring-shell-jcommander-adapter/pom.xml index bd23716e..c4d149d9 100644 --- a/spring-shell-jcommander-adapter/pom.xml +++ b/spring-shell-jcommander-adapter/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-jcommander-adapter @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 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 9770491f..5aa9c055 100644 --- a/spring-shell-shell1-adapter/pom.xml +++ b/spring-shell-shell1-adapter/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-shell1-adapter @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 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 2accbe2b..90e9aa6f 100644 --- a/spring-shell-standard-commands/pom.xml +++ b/spring-shell-standard-commands/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-standard-commands @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 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 4a08f2b8..1cb05221 100644 --- a/spring-shell-standard/pom.xml +++ b/spring-shell-standard/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-standard @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 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 32e41a3a..697e6f4e 100644 --- a/spring-shell-starter/pom.xml +++ b/spring-shell-starter/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 spring-shell-starter @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 Starter Dependency for Using Spring Shell diff --git a/spring-shell-table/pom.xml b/spring-shell-table/pom.xml index eea45b44..4f458649 100644 --- a/spring-shell-table/pom.xml +++ b/spring-shell-table/pom.xml @@ -1,3 +1,4 @@ + - - + --> 4.0.0 spring-shell-table @@ -25,7 +23,7 @@ org.springframework.shell spring-shell-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M1 Library to Display Fancy ASCII art Tables