Skip to content

Commit

Permalink
[artifactory-release] Release version 2.0.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Jan 16, 2018
1 parent f90edd4 commit a6ecde1
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<name>Spring Shell Parent POM</name>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -47,42 +47,42 @@
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core-test-support</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard-commands</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-shell1-adapter</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-jcommander-adapter</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
<!-- OTHER DEPS -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-core-test-support/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Core API test classes for Spring Shell 2</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-core/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Core API and classes for Spring Shell 2</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-docs/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Spring Shell reference documentation</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-jcommander-adapter/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Adapter classes to allow JCommander type annotations and parsing via Spring Shell 2</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-shell1-adapter/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Adapter classes to enable Shell 1 type annotations via Spring Shell 2</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-standard-commands/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Standard out-of-the-box shell commands, implemented using the Standard API</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-standard/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>APIs and resolvers for using the standard Spring Shell programming model</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-starter/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Starter Dependency for Using Spring Shell</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-table/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<description>Library to Display Fancy ASCII art Tables</description>
Expand Down

0 comments on commit a6ecde1

Please sign in to comment.