diff --git a/docs/pom.xml b/docs/pom.xml
index bd9b3c695..b9718dcd3 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
pom
Spring Cloud Function Docs
diff --git a/pom.xml b/pom.xml
index 6373875ef..bca9be637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,13 +6,13 @@
spring-cloud-function-parent
Spring Cloud Function Parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
pom
org.springframework.cloud
spring-cloud-build
- 2.2.0.BUILD-SNAPSHOT
+ 2.2.0.RC1
diff --git a/spring-cloud-function-adapters/pom.xml b/spring-cloud-function-adapters/pom.xml
index 1fdd84600..2e9cc0d5d 100644
--- a/spring-cloud-function-adapters/pom.xml
+++ b/spring-cloud-function-adapters/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
spring-cloud-function-adapter-parent
diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml
index 964e2d7d5..15834e2e2 100644
--- a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml
+++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-function-adapter-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml
index 0b04eb84f..41d33b354 100644
--- a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml
+++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-function-adapter-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml b/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
index 510de9e1e..770844f97 100644
--- a/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
+++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-function-adapter-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-compiler/pom.xml b/spring-cloud-function-compiler/pom.xml
index c7df2c205..208bedc06 100644
--- a/spring-cloud-function-compiler/pom.xml
+++ b/spring-cloud-function-compiler/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-context/pom.xml b/spring-cloud-function-context/pom.xml
index 48a33cbc7..0ce7e62ab 100644
--- a/spring-cloud-function-context/pom.xml
+++ b/spring-cloud-function-context/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-core/pom.xml b/spring-cloud-function-core/pom.xml
index fde8e88f9..5f7b9d6fb 100644
--- a/spring-cloud-function-core/pom.xml
+++ b/spring-cloud-function-core/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-dependencies/pom.xml b/spring-cloud-function-dependencies/pom.xml
index 74b669260..17d683467 100644
--- a/spring-cloud-function-dependencies/pom.xml
+++ b/spring-cloud-function-dependencies/pom.xml
@@ -6,11 +6,11 @@
spring-cloud-dependencies-parent
org.springframework.cloud
- 2.2.0.BUILD-SNAPSHOT
+ 2.2.0.RC1
spring-cloud-function-dependencies
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
pom
Spring Cloud Function Dependencies
Spring Cloud Function Dependencies
diff --git a/spring-cloud-function-deployer/pom.xml b/spring-cloud-function-deployer/pom.xml
index fd7632ca0..d73ffa392 100644
--- a/spring-cloud-function-deployer/pom.xml
+++ b/spring-cloud-function-deployer/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml b/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
index e67284ff6..7ebe83ede 100644
--- a/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
+++ b/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
@@ -12,13 +12,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml b/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
index ae305bd31..b5f0ffebc 100644
--- a/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
+++ b/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
@@ -12,13 +12,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml b/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
index 28bbad719..e3d797728 100644
--- a/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
+++ b/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
@@ -12,13 +12,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/bootapp/pom.xml b/spring-cloud-function-deployer/src/it/bootapp/pom.xml
index ba306f18b..08186ebfa 100644
--- a/spring-cloud-function-deployer/src/it/bootapp/pom.xml
+++ b/spring-cloud-function-deployer/src/it/bootapp/pom.xml
@@ -12,13 +12,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml b/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
index d865fa9e3..3bf7bdfd1 100644
--- a/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
+++ b/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
@@ -12,13 +12,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/bootjar/pom.xml b/spring-cloud-function-deployer/src/it/bootjar/pom.xml
index 756b4757f..065243e6f 100644
--- a/spring-cloud-function-deployer/src/it/bootjar/pom.xml
+++ b/spring-cloud-function-deployer/src/it/bootjar/pom.xml
@@ -12,13 +12,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml b/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
index c18755277..345ddec4f 100644
--- a/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
+++ b/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
@@ -12,13 +12,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-kotlin/pom.xml b/spring-cloud-function-kotlin/pom.xml
index c69628f68..9cf0930d4 100644
--- a/spring-cloud-function-kotlin/pom.xml
+++ b/spring-cloud-function-kotlin/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml
index c3e76b5d6..f86dd57e4 100644
--- a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml
+++ b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
io.spring.sample
@@ -17,7 +17,7 @@
1.8
1.0.22.RELEASE
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-samples/function-sample-aws/pom.xml b/spring-cloud-function-samples/function-sample-aws/pom.xml
index 7a4ec76db..a8a11cbe3 100644
--- a/spring-cloud-function-samples/function-sample-aws/pom.xml
+++ b/spring-cloud-function-samples/function-sample-aws/pom.xml
@@ -15,7 +15,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
@@ -25,7 +25,7 @@
1.8
1.0.17.RELEASE
2.0.2
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
example.Config
diff --git a/spring-cloud-function-samples/function-sample-azure/pom.xml b/spring-cloud-function-samples/function-sample-azure/pom.xml
index 91fa9c409..90eaf00b7 100644
--- a/spring-cloud-function-samples/function-sample-azure/pom.xml
+++ b/spring-cloud-function-samples/function-sample-azure/pom.xml
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
diff --git a/spring-cloud-function-samples/function-sample-compiler/pom.xml b/spring-cloud-function-samples/function-sample-compiler/pom.xml
index 7768a6f16..f980dab71 100644
--- a/spring-cloud-function-samples/function-sample-compiler/pom.xml
+++ b/spring-cloud-function-samples/function-sample-compiler/pom.xml
@@ -14,13 +14,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
3.1.2.RELEASE
1.0.17.RELEASE
diff --git a/spring-cloud-function-samples/function-sample-pof/pom.xml b/spring-cloud-function-samples/function-sample-pof/pom.xml
index 27a055ca6..3ae0610b8 100644
--- a/spring-cloud-function-samples/function-sample-pof/pom.xml
+++ b/spring-cloud-function-samples/function-sample-pof/pom.xml
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
@@ -22,7 +22,7 @@
UTF-8
1.8
3.1.2.RELEASE
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-samples/function-sample-pojo/pom.xml b/spring-cloud-function-samples/function-sample-pojo/pom.xml
index 694e20551..b48cd3a06 100644
--- a/spring-cloud-function-samples/function-sample-pojo/pom.xml
+++ b/spring-cloud-function-samples/function-sample-pojo/pom.xml
@@ -14,13 +14,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.21.RELEASE
diff --git a/spring-cloud-function-samples/function-sample-spring-integration/pom.xml b/spring-cloud-function-samples/function-sample-spring-integration/pom.xml
index a3ecd29b5..1ad2f4538 100644
--- a/spring-cloud-function-samples/function-sample-spring-integration/pom.xml
+++ b/spring-cloud-function-samples/function-sample-spring-integration/pom.xml
@@ -12,7 +12,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
@@ -20,7 +20,7 @@
UTF-8
UTF-8
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-samples/function-sample-task/pom.xml b/spring-cloud-function-samples/function-sample-task/pom.xml
index fec2e3e94..aa581e88e 100644
--- a/spring-cloud-function-samples/function-sample-task/pom.xml
+++ b/spring-cloud-function-samples/function-sample-task/pom.xml
@@ -14,13 +14,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.10.RELEASE
3.1.2.RELEASE
diff --git a/spring-cloud-function-samples/function-sample/pom.xml b/spring-cloud-function-samples/function-sample/pom.xml
index 23115761a..42c35682b 100644
--- a/spring-cloud-function-samples/function-sample/pom.xml
+++ b/spring-cloud-function-samples/function-sample/pom.xml
@@ -14,13 +14,13 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.0.RELEASE
+ 2.2.0.RC1
1.8
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
1.0.17.RELEASE
diff --git a/spring-cloud-function-samples/pom.xml b/spring-cloud-function-samples/pom.xml
index cb520aa39..4e964381f 100644
--- a/spring-cloud-function-samples/pom.xml
+++ b/spring-cloud-function-samples/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-task/pom.xml b/spring-cloud-function-task/pom.xml
index c56db5c63..d493ef670 100644
--- a/spring-cloud-function-task/pom.xml
+++ b/spring-cloud-function-task/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-function-web/pom.xml b/spring-cloud-function-web/pom.xml
index e88556c54..4b82ba682 100644
--- a/spring-cloud-function-web/pom.xml
+++ b/spring-cloud-function-web/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
diff --git a/spring-cloud-starter-function-web/pom.xml b/spring-cloud-starter-function-web/pom.xml
index 801690788..f2b1955d6 100644
--- a/spring-cloud-starter-function-web/pom.xml
+++ b/spring-cloud-starter-function-web/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
..
spring-cloud-starter-function-web
diff --git a/spring-cloud-starter-function-webflux/pom.xml b/spring-cloud-starter-function-webflux/pom.xml
index 35ca1cee8..08231f2cf 100644
--- a/spring-cloud-starter-function-webflux/pom.xml
+++ b/spring-cloud-starter-function-webflux/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 3.0.0.BUILD-SNAPSHOT
+ 3.0.0.RC1
spring-cloud-starter-function-webflux
spring-cloud-starter-function-webflux