diff --git a/functions/consumer/cassandra-consumer/pom.xml b/functions/consumer/cassandra-consumer/pom.xml
index 117d5875..f60aab2d 100644
--- a/functions/consumer/cassandra-consumer/pom.xml
+++ b/functions/consumer/cassandra-consumer/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
cassandra-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
cassandra-consumer
Cassandra Consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/consumer/counter-consumer/pom.xml b/functions/consumer/counter-consumer/pom.xml
index 1030fddf..7cef21c8 100644
--- a/functions/consumer/counter-consumer/pom.xml
+++ b/functions/consumer/counter-consumer/pom.xml
@@ -4,14 +4,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
counter-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
counter-consumer
Spring Native Consumer for computing counters
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/consumer/file-consumer/pom.xml b/functions/consumer/file-consumer/pom.xml
index 9ab3918d..3d8a8141 100644
--- a/functions/consumer/file-consumer/pom.xml
+++ b/functions/consumer/file-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
file-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
file-consumer
file consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/consumer/jdbc-consumer/pom.xml b/functions/consumer/jdbc-consumer/pom.xml
index fbd5fd1c..fd69eee1 100644
--- a/functions/consumer/jdbc-consumer/pom.xml
+++ b/functions/consumer/jdbc-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
jdbc-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
jdbc-consumer
jdbc consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/consumer/log-consumer/pom.xml b/functions/consumer/log-consumer/pom.xml
index 384dd2c7..8d9db827 100644
--- a/functions/consumer/log-consumer/pom.xml
+++ b/functions/consumer/log-consumer/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
log-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
log-consumer
Log Consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/consumer/mongodb-consumer/pom.xml b/functions/consumer/mongodb-consumer/pom.xml
index c4cca0ed..2799602e 100644
--- a/functions/consumer/mongodb-consumer/pom.xml
+++ b/functions/consumer/mongodb-consumer/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
mongodb-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
mongodb-consumer
Mongo DB consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/consumer/rabbit-consumer/pom.xml b/functions/consumer/rabbit-consumer/pom.xml
index 4443782d..87156932 100644
--- a/functions/consumer/rabbit-consumer/pom.xml
+++ b/functions/consumer/rabbit-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
rabbit-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
rabbit-consumer
Rabbit consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/consumer/redis-consumer/pom.xml b/functions/consumer/redis-consumer/pom.xml
index 1fd37fb6..0b7e8c91 100644
--- a/functions/consumer/redis-consumer/pom.xml
+++ b/functions/consumer/redis-consumer/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
redis-consumer
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
redis-consumer
Redis Consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/function/filter-function/pom.xml b/functions/function/filter-function/pom.xml
index 28132cf0..92df009c 100644
--- a/functions/function/filter-function/pom.xml
+++ b/functions/function/filter-function/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
filter-function
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
filter-function
Spring Native Function for applying filter SpEL expressions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
@@ -18,7 +18,7 @@
org.springframework.cloud.fn
spel-function
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
org.springframework.boot
diff --git a/functions/function/payload-converter-function/pom.xml b/functions/function/payload-converter-function/pom.xml
index 846b9c54..fcb94743 100644
--- a/functions/function/payload-converter-function/pom.xml
+++ b/functions/function/payload-converter-function/pom.xml
@@ -4,14 +4,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
payload-converter-function
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
payload-converter-function
Utility message conversion functions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/function/spel-function/pom.xml b/functions/function/spel-function/pom.xml
index 1d5b52f6..7e726ee3 100644
--- a/functions/function/spel-function/pom.xml
+++ b/functions/function/spel-function/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spel-function
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
spel-function
Spring Native Function for applying SpEL expressions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/function/splitter-function/pom.xml b/functions/function/splitter-function/pom.xml
index fcdeaf2d..4962cf5d 100644
--- a/functions/function/splitter-function/pom.xml
+++ b/functions/function/splitter-function/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
splitter-function
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
splitter-function
Spring Native Function for Splitter
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/pom.xml b/functions/pom.xml
index 9193cc46..8810c22a 100644
--- a/functions/pom.xml
+++ b/functions/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.cloud.fn
java-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
java-functions-parent
Pivotal Java Functions Parent
pom
diff --git a/functions/spring-functions-parent/pom.xml b/functions/spring-functions-parent/pom.xml
index b645f407..b9e8c578 100644
--- a/functions/spring-functions-parent/pom.xml
+++ b/functions/spring-functions-parent/pom.xml
@@ -5,13 +5,13 @@
java-functions-parent
org.springframework.cloud.fn
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
..
4.0.0
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
pom
diff --git a/functions/supplier/file-supplier/pom.xml b/functions/supplier/file-supplier/pom.xml
index 43d085de..422cb67c 100644
--- a/functions/supplier/file-supplier/pom.xml
+++ b/functions/supplier/file-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
file-supplier
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
file-supplier
file supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/supplier/http-supplier/pom.xml b/functions/supplier/http-supplier/pom.xml
index 3e54c799..90e139a0 100644
--- a/functions/supplier/http-supplier/pom.xml
+++ b/functions/supplier/http-supplier/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
http-supplier
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
http-supplier
HTTP Supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/supplier/jdbc-supplier/pom.xml b/functions/supplier/jdbc-supplier/pom.xml
index f10e0054..3fdbb213 100644
--- a/functions/supplier/jdbc-supplier/pom.xml
+++ b/functions/supplier/jdbc-supplier/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
jdbc-supplier
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
jdbc-supplier
JDBC supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/supplier/mongodb-supplier/pom.xml b/functions/supplier/mongodb-supplier/pom.xml
index 2083adc9..cefdd89b 100644
--- a/functions/supplier/mongodb-supplier/pom.xml
+++ b/functions/supplier/mongodb-supplier/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
mongodb-supplier
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
mongodb-supplier
Mongo DB supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent
diff --git a/functions/supplier/time-supplier/pom.xml b/functions/supplier/time-supplier/pom.xml
index 0fbae9c5..4bcdf8d3 100644
--- a/functions/supplier/time-supplier/pom.xml
+++ b/functions/supplier/time-supplier/pom.xml
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
time-supplier
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
time-supplier
time supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../spring-functions-parent