diff --git a/ci/README.adoc b/ci/README.adoc
index 67ab35e514..b6c207af4f 100644
--- a/ci/README.adoc
+++ b/ci/README.adoc
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
[source]
----
-$ fly -t spring-boot set-pipeline -p spring-boot-2.2.x -c ci/pipeline.yml -l ci/parameters.yml
+$ fly -t spring-boot set-pipeline -p spring-boot-2.3.x -c ci/pipeline.yml -l ci/parameters.yml
----
NOTE: This assumes that you have credhub integration configured with the appropriate
diff --git a/ci/pipeline.yml b/ci/pipeline.yml
index 5866e5728e..52c99241ea 100644
--- a/ci/pipeline.yml
+++ b/ci/pipeline.yml
@@ -77,7 +77,7 @@ resources:
repository: ((docker-hub-organization))/spring-boot-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
- tag: 2.2.x
+ tag: 2.3.x
- name: spring-boot-jdk11-ci-image
type: docker-image
icon: docker
@@ -85,7 +85,7 @@ resources:
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
- tag: 2.2.x
+ tag: 2.3.x
- name: spring-boot-jdk13-ci-image
type: docker-image
icon: docker
@@ -93,7 +93,7 @@ resources:
repository: ((docker-hub-organization))/spring-boot-jdk13-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
- tag: 2.2.x
+ tag: 2.3.x
- name: artifactory-repo
type: artifactory-resource
icon: package-variant
diff --git a/pom.xml b/pom.xml
index 5a9a184d58..ed7b7045ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
Spring Boot Build
Spring Boot Build
- 2.2.2.BUILD-SNAPSHOT
+ 2.3.0.BUILD-SNAPSHOT
${basedir}