diff --git a/pom.xml b/pom.xml
index 431709a1..1e97ea4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.shell
spring-shell-parent
Spring Shell Parent POM
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
pom
@@ -47,42 +47,42 @@
org.springframework.shell
spring-shell-core
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
org.springframework.shell
spring-shell-core-test-support
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
org.springframework.shell
spring-shell-standard
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
org.springframework.shell
spring-shell-standard-commands
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
org.springframework.shell
spring-shell-shell1-adapter
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
org.springframework.shell
spring-shell-jcommander-adapter
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
org.springframework.shell
spring-shell-starter
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
org.springframework.shell
spring-shell-table
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
diff --git a/spring-shell-core-test-support/pom.xml b/spring-shell-core-test-support/pom.xml
index 711230a2..3c7157a6 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
Core API test classes for Spring Shell 2
diff --git a/spring-shell-core/pom.xml b/spring-shell-core/pom.xml
index 14a690b5..ca9d6e38 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
Core API and classes for Spring Shell 2
diff --git a/spring-shell-docs/pom.xml b/spring-shell-docs/pom.xml
index 2c4a98f9..d681a0ac 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
Spring Shell reference documentation
diff --git a/spring-shell-jcommander-adapter/pom.xml b/spring-shell-jcommander-adapter/pom.xml
index dc2b38b8..6aa47492 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
Adapter classes to allow JCommander type annotations and parsing via Spring Shell 2
diff --git a/spring-shell-samples/pom.xml b/spring-shell-samples/pom.xml
index a5f30230..4b09abfb 100644
--- a/spring-shell-samples/pom.xml
+++ b/spring-shell-samples/pom.xml
@@ -9,7 +9,7 @@
org.springframework.shell
spring-shell-parent
- 2.0.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
Examples of using Spring Shell 2
diff --git a/spring-shell-shell1-adapter/pom.xml b/spring-shell-shell1-adapter/pom.xml
index d6f7b978..08b87e86 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
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 c9ffc69a..5d3d88f7 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
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 1bfb8e3b..a4b6fd90 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
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 622eb6b4..afbf9592 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
Starter Dependency for Using Spring Shell
diff --git a/spring-shell-table/pom.xml b/spring-shell-table/pom.xml
index f7516f70..c319fe30 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.2.BUILD-SNAPSHOT
+ 3.0.0.BUILD-SNAPSHOT
Library to Display Fancy ASCII art Tables