Change to next major development version 3.0.0

This commit is contained in:
Janne Valkealahti
2018-11-14 09:11:34 +00:00
parent ffcebbf149
commit 4f0dc203af
11 changed files with 19 additions and 19 deletions

18
pom.xml
View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<name>Spring Shell Parent POM</name> <name>Spring Shell Parent POM</name>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
@@ -47,42 +47,42 @@
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core</artifactId> <artifactId>spring-shell-core</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core-test-support</artifactId> <artifactId>spring-shell-core-test-support</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard</artifactId> <artifactId>spring-shell-standard</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard-commands</artifactId> <artifactId>spring-shell-standard-commands</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-shell1-adapter</artifactId> <artifactId>spring-shell-shell1-adapter</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-jcommander-adapter</artifactId> <artifactId>spring-shell-jcommander-adapter</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId> <artifactId>spring-shell-starter</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId> <artifactId>spring-shell-table</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<!-- OTHER DEPS --> <!-- OTHER DEPS -->
<dependency> <dependency>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Core API test classes for Spring Shell 2</description> <description>Core API test classes for Spring Shell 2</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Core API and classes for Spring Shell 2</description> <description>Core API and classes for Spring Shell 2</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Spring Shell reference documentation</description> <description>Spring Shell reference documentation</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Adapter classes to allow JCommander type annotations and parsing via Spring Shell 2</description> <description>Adapter classes to allow JCommander type annotations and parsing via Spring Shell 2</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Examples of using Spring Shell 2</description> <description>Examples of using Spring Shell 2</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Adapter classes to enable Shell 1 type annotations via Spring Shell 2</description> <description>Adapter classes to enable Shell 1 type annotations via Spring Shell 2</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Standard out-of-the-box shell commands, implemented using the Standard API</description> <description>Standard out-of-the-box shell commands, implemented using the Standard API</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>APIs and resolvers for using the standard Spring Shell programming model</description> <description>APIs and resolvers for using the standard Spring Shell programming model</description>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Starter Dependency for Using Spring Shell</description> <description>Starter Dependency for Using Spring Shell</description>

View File

@@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.springframework.shell</groupId> <groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId> <artifactId>spring-shell-parent</artifactId>
<version>2.0.2.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<description>Library to Display Fancy ASCII art Tables</description> <description>Library to Display Fancy ASCII art Tables</description>