diff --git a/docs/pom.xml b/docs/pom.xml
index 7e2fd1d39..153329a1f 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
pom
Spring Cloud Function Docs
diff --git a/pom.xml b/pom.xml
index 6369d8f8a..ccdb30379 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
spring-cloud-function-parent
Spring Cloud Function Parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
pom
org.springframework.cloud
spring-cloud-build
- 2.1.0.BUILD-SNAPSHOT
+ 2.1.1.RELEASE
diff --git a/spring-cloud-function-adapters/pom.xml b/spring-cloud-function-adapters/pom.xml
index 8999ff418..a65c96b22 100644
--- a/spring-cloud-function-adapters/pom.xml
+++ b/spring-cloud-function-adapters/pom.xml
@@ -9,7 +9,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
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 086f89bf0..90aab93bb 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
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-adapter-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
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 abb169cb1..c68974ad2 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
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
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 78a1387f2..ad6137d06 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
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-function-adapter-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-compiler/pom.xml b/spring-cloud-function-compiler/pom.xml
index b5bc7ea39..ebecbbb15 100644
--- a/spring-cloud-function-compiler/pom.xml
+++ b/spring-cloud-function-compiler/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-context/pom.xml b/spring-cloud-function-context/pom.xml
index 81c30f971..b6319fba9 100644
--- a/spring-cloud-function-context/pom.xml
+++ b/spring-cloud-function-context/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-core/pom.xml b/spring-cloud-function-core/pom.xml
index b8dc8b992..bab79a9fb 100644
--- a/spring-cloud-function-core/pom.xml
+++ b/spring-cloud-function-core/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-dependencies/pom.xml b/spring-cloud-function-dependencies/pom.xml
index a8cb185f6..ef5579a95 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.1.0.BUILD-SNAPSHOT
+ 2.1.1.RELEASE
spring-cloud-function-dependencies
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
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 b067ae2b2..c89f0c5b0 100644
--- a/spring-cloud-function-deployer/pom.xml
+++ b/spring-cloud-function-deployer/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/flux/pom.xml b/spring-cloud-function-deployer/src/it/flux/pom.xml
index 1e6af6a40..4f66614f9 100644
--- a/spring-cloud-function-deployer/src/it/flux/pom.xml
+++ b/spring-cloud-function-deployer/src/it/flux/pom.xml
@@ -17,7 +17,7 @@
1.8
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
1.0.17.RELEASE
diff --git a/spring-cloud-function-deployer/src/it/support/pom.xml b/spring-cloud-function-deployer/src/it/support/pom.xml
index e0ce98cd4..0d864dcf3 100644
--- a/spring-cloud-function-deployer/src/it/support/pom.xml
+++ b/spring-cloud-function-deployer/src/it/support/pom.xml
@@ -17,7 +17,7 @@
1.8
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
1.0.17.RELEASE
diff --git a/spring-cloud-function-kotlin/pom.xml b/spring-cloud-function-kotlin/pom.xml
index 1cff2a4e4..f45c7c799 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
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-samples/function-sample-aws/pom.xml b/spring-cloud-function-samples/function-sample-aws/pom.xml
index 8e52f1e6b..6d13be656 100644
--- a/spring-cloud-function-samples/function-sample-aws/pom.xml
+++ b/spring-cloud-function-samples/function-sample-aws/pom.xml
@@ -24,7 +24,7 @@
1.8
1.0.17.RELEASE
2.0.2
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
example.Config
diff --git a/spring-cloud-function-samples/function-sample-compiler/pom.xml b/spring-cloud-function-samples/function-sample-compiler/pom.xml
index fe4dacc6e..d52eb093b 100644
--- a/spring-cloud-function-samples/function-sample-compiler/pom.xml
+++ b/spring-cloud-function-samples/function-sample-compiler/pom.xml
@@ -19,7 +19,7 @@
1.8
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
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 27d63a058..3d0ae9412 100644
--- a/spring-cloud-function-samples/function-sample-pof/pom.xml
+++ b/spring-cloud-function-samples/function-sample-pof/pom.xml
@@ -21,7 +21,7 @@
UTF-8
1.8
3.1.2.RELEASE
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-samples/function-sample-pojo/pom.xml b/spring-cloud-function-samples/function-sample-pojo/pom.xml
index 35bed9830..921df4092 100644
--- a/spring-cloud-function-samples/function-sample-pojo/pom.xml
+++ b/spring-cloud-function-samples/function-sample-pojo/pom.xml
@@ -19,7 +19,7 @@
1.8
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
1.0.17.RELEASE
diff --git a/spring-cloud-function-samples/function-sample-task/pom.xml b/spring-cloud-function-samples/function-sample-task/pom.xml
index 8fa5ae9d4..3cece037b 100644
--- a/spring-cloud-function-samples/function-sample-task/pom.xml
+++ b/spring-cloud-function-samples/function-sample-task/pom.xml
@@ -19,7 +19,7 @@
1.8
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
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 e4996e699..361f8cae3 100644
--- a/spring-cloud-function-samples/function-sample/pom.xml
+++ b/spring-cloud-function-samples/function-sample/pom.xml
@@ -19,7 +19,7 @@
1.8
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
1.0.17.RELEASE
diff --git a/spring-cloud-function-samples/pom.xml b/spring-cloud-function-samples/pom.xml
index e8399cfcd..9f4bfb0a3 100644
--- a/spring-cloud-function-samples/pom.xml
+++ b/spring-cloud-function-samples/pom.xml
@@ -9,7 +9,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-task/pom.xml b/spring-cloud-function-task/pom.xml
index 1438c217b..3bc6cfd9b 100644
--- a/spring-cloud-function-task/pom.xml
+++ b/spring-cloud-function-task/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-function-web/pom.xml b/spring-cloud-function-web/pom.xml
index c138ba438..782b363f9 100644
--- a/spring-cloud-function-web/pom.xml
+++ b/spring-cloud-function-web/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
diff --git a/spring-cloud-starter-function-web/pom.xml b/spring-cloud-starter-function-web/pom.xml
index 123b2ca80..06d2822be 100644
--- a/spring-cloud-starter-function-web/pom.xml
+++ b/spring-cloud-starter-function-web/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
..
spring-cloud-starter-function-web
diff --git a/spring-cloud-starter-function-webflux/pom.xml b/spring-cloud-starter-function-webflux/pom.xml
index cdf7b4020..211cf8c6a 100644
--- a/spring-cloud-starter-function-webflux/pom.xml
+++ b/spring-cloud-starter-function-webflux/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-function-parent
- 2.0.0.BUILD-SNAPSHOT
+ 2.0.0.RELEASE
spring-cloud-starter-function-webflux
spring-cloud-starter-function-webflux