diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml
index 0fa76f7d..a0bb04fa 100644
--- a/applications/processor/groovy-processor/pom.xml
+++ b/applications/processor/groovy-processor/pom.xml
@@ -61,7 +61,7 @@
org.springframework.cloud.fn
payload-converter-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml
index 86f7ff50..f9f5fc7d 100644
--- a/applications/processor/script-processor/pom.xml
+++ b/applications/processor/script-processor/pom.xml
@@ -73,7 +73,7 @@
org.springframework.cloud.fn
payload-converter-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
org.springframework.boot
diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml
index 8bf16e5d..fe88551a 100644
--- a/applications/processor/splitter-processor/pom.xml
+++ b/applications/processor/splitter-processor/pom.xml
@@ -35,7 +35,7 @@
org.springframework.cloud.fn
payload-converter-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml
index 20904929..60b5bc27 100644
--- a/applications/sink/router-sink/pom.xml
+++ b/applications/sink/router-sink/pom.xml
@@ -64,7 +64,7 @@
org.springframework.cloud.fn
payload-converter-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
org.springframework.boot
diff --git a/etc/release-tools/functions-upgrade.sh b/etc/release-tools/functions-upgrade.sh
index d873ee46..765818a7 100755
--- a/etc/release-tools/functions-upgrade.sh
+++ b/etc/release-tools/functions-upgrade.sh
@@ -7,10 +7,12 @@ if [ "$#" -ne 1 ]; then
exit
fi
+VERSION=$1
+
function git_commit_push {
echo "in git commit"
- git commit -am"Functions: Release - $1"
- git push origin master
+ git commit -am"Functions: Release - $VERSION"
+ git push upstream master
}
pushd ../..
diff --git a/functions/common/aws-s3-common/pom.xml b/functions/common/aws-s3-common/pom.xml
index 71784a07..b014642f 100644
--- a/functions/common/aws-s3-common/pom.xml
+++ b/functions/common/aws-s3-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
aws-s3-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
aws-s3-common
aws-s3 consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/config-common/pom.xml b/functions/common/config-common/pom.xml
index 2717a242..52c83e02 100644
--- a/functions/common/config-common/pom.xml
+++ b/functions/common/config-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
config-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
geode-common
Function Common Configuration Components
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/file-common/pom.xml b/functions/common/file-common/pom.xml
index 1c8c382c..9a66187e 100644
--- a/functions/common/file-common/pom.xml
+++ b/functions/common/file-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
file-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
file-common
file common
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/ftp-common/pom.xml b/functions/common/ftp-common/pom.xml
index 9bd99f3f..01f349d6 100644
--- a/functions/common/ftp-common/pom.xml
+++ b/functions/common/ftp-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
ftp-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
ftp-common
file consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/function-test-support/pom.xml b/functions/common/function-test-support/pom.xml
index d259b9a2..abce6760 100644
--- a/functions/common/function-test-support/pom.xml
+++ b/functions/common/function-test-support/pom.xml
@@ -2,14 +2,14 @@
4.0.0
function-test-support
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
function-test-support
file consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/geode-common/pom.xml b/functions/common/geode-common/pom.xml
index b6268ddb..c83f8818 100644
--- a/functions/common/geode-common/pom.xml
+++ b/functions/common/geode-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
geode-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
geode-common
Geode Common Components
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/metadata-store-common/pom.xml b/functions/common/metadata-store-common/pom.xml
index 7bd5cd07..c1f086aa 100644
--- a/functions/common/metadata-store-common/pom.xml
+++ b/functions/common/metadata-store-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
metadata-store-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
metadata-store-common
metadata-store common
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/mqtt-common/pom.xml b/functions/common/mqtt-common/pom.xml
index 5d36d7e9..8204e0ce 100644
--- a/functions/common/mqtt-common/pom.xml
+++ b/functions/common/mqtt-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
mqtt-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
mqtt-common
file consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/tcp-common/pom.xml b/functions/common/tcp-common/pom.xml
index 338f6502..31026a58 100644
--- a/functions/common/tcp-common/pom.xml
+++ b/functions/common/tcp-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
tcp-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
tcp-common
tcp common
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/common/tensorflow-common/pom.xml b/functions/common/tensorflow-common/pom.xml
index 0e710384..99efa6ed 100644
--- a/functions/common/tensorflow-common/pom.xml
+++ b/functions/common/tensorflow-common/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">
tensorflow-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
tensorflow-common
tensorflow common
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
@@ -28,11 +28,6 @@
-
-
-
-
-
org.tensorflow
tensorflow
diff --git a/functions/common/twitter-common/pom.xml b/functions/common/twitter-common/pom.xml
index d9d2a5fd..09872374 100644
--- a/functions/common/twitter-common/pom.xml
+++ b/functions/common/twitter-common/pom.xml
@@ -2,14 +2,14 @@
4.0.0
twitter-common
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
twitter-common
Twitter common
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/cassandra-consumer/pom.xml b/functions/consumer/cassandra-consumer/pom.xml
index 60a847dd..5dcabd8c 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-SNAPSHOT
+ 1.0.0-M1
cassandra-consumer
Cassandra Consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/counter-consumer/pom.xml b/functions/consumer/counter-consumer/pom.xml
index 4f2784d2..8f236d65 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-SNAPSHOT
+ 1.0.0-M1
counter-consumer
Spring Native Consumer for computing counters
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/file-consumer/pom.xml b/functions/consumer/file-consumer/pom.xml
index 3d8a8141..95fd7572 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-SNAPSHOT
+ 1.0.0-M1
file-consumer
file consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/ftp-consumer/pom.xml b/functions/consumer/ftp-consumer/pom.xml
index 5dc9a868..e2b42362 100644
--- a/functions/consumer/ftp-consumer/pom.xml
+++ b/functions/consumer/ftp-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
ftp-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
ftp-consumer
file consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/geode-consumer/pom.xml b/functions/consumer/geode-consumer/pom.xml
index 44095248..6e86b120 100644
--- a/functions/consumer/geode-consumer/pom.xml
+++ b/functions/consumer/geode-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
geode-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
geode-consumer
Geode consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/jdbc-consumer/pom.xml b/functions/consumer/jdbc-consumer/pom.xml
index fd69eee1..d429687a 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-SNAPSHOT
+ 1.0.0-M1
jdbc-consumer
jdbc consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/log-consumer/pom.xml b/functions/consumer/log-consumer/pom.xml
index 64adaeb6..f432596e 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-SNAPSHOT
+ 1.0.0-M1
log-consumer
Log Consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/mongodb-consumer/pom.xml b/functions/consumer/mongodb-consumer/pom.xml
index 2799602e..719e50ae 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-SNAPSHOT
+ 1.0.0-M1
mongodb-consumer
Mongo DB consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/mqtt-consumer/pom.xml b/functions/consumer/mqtt-consumer/pom.xml
index e1a540ab..1cfbf7bd 100644
--- a/functions/consumer/mqtt-consumer/pom.xml
+++ b/functions/consumer/mqtt-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
mqtt-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
mqtt-consumer
mqtt consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/rabbit-consumer/pom.xml b/functions/consumer/rabbit-consumer/pom.xml
index 87156932..ea844252 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-SNAPSHOT
+ 1.0.0-M1
rabbit-consumer
Rabbit consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/redis-consumer/pom.xml b/functions/consumer/redis-consumer/pom.xml
index 0b7e8c91..3925924b 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-SNAPSHOT
+ 1.0.0-M1
redis-consumer
Redis Consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/s3-consumer/pom.xml b/functions/consumer/s3-consumer/pom.xml
index d9cb574c..99fcbcad 100644
--- a/functions/consumer/s3-consumer/pom.xml
+++ b/functions/consumer/s3-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
s3-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
s3-consumer
s3 consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/sftp-consumer/pom.xml b/functions/consumer/sftp-consumer/pom.xml
index 160804cf..9ac5f042 100644
--- a/functions/consumer/sftp-consumer/pom.xml
+++ b/functions/consumer/sftp-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
sftp-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
sftp-consumer
file consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/tcp-consumer/pom.xml b/functions/consumer/tcp-consumer/pom.xml
index a3bd42a1..f9c66720 100644
--- a/functions/consumer/tcp-consumer/pom.xml
+++ b/functions/consumer/tcp-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
tcp-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
tcp-consumer
tcp consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/twitter-consumer/pom.xml b/functions/consumer/twitter-consumer/pom.xml
index 678c5420..73ea1451 100644
--- a/functions/consumer/twitter-consumer/pom.xml
+++ b/functions/consumer/twitter-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
twitter-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
twitter-consumer
twitter consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/consumer/websocket-consumer/pom.xml b/functions/consumer/websocket-consumer/pom.xml
index 5f28f012..74cc2d5e 100644
--- a/functions/consumer/websocket-consumer/pom.xml
+++ b/functions/consumer/websocket-consumer/pom.xml
@@ -2,14 +2,14 @@
4.0.0
websocket-consumer
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
websocket-consumer
websocket consumer
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/filter-function/pom.xml b/functions/function/filter-function/pom.xml
index 92df009c..ac743763 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-SNAPSHOT
+ 1.0.0-M1
filter-function
Spring Native Function for applying filter SpEL expressions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
@@ -18,7 +18,7 @@
org.springframework.cloud.fn
spel-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
org.springframework.boot
diff --git a/functions/function/header-enricher-function/pom.xml b/functions/function/header-enricher-function/pom.xml
index b7db24e5..e04a11be 100644
--- a/functions/function/header-enricher-function/pom.xml
+++ b/functions/function/header-enricher-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
header-enricher-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
header-enricher-function
Spring Native Function for applying message header enrichment
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/http-request-function/pom.xml b/functions/function/http-request-function/pom.xml
index 4b12e820..d2d2618d 100644
--- a/functions/function/http-request-function/pom.xml
+++ b/functions/function/http-request-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
http-request-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
http-request-function
Spring Native Function for Submitting an HTTP request
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/image-recognition-function/pom.xml b/functions/function/image-recognition-function/pom.xml
index 040ca28c..69dac151 100644
--- a/functions/function/image-recognition-function/pom.xml
+++ b/functions/function/image-recognition-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
image-recognition-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
image-recognition-function
Spring Native Function for Tensorflow Integration
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/object-detection-function/pom.xml b/functions/function/object-detection-function/pom.xml
index b0a27c26..91fab808 100644
--- a/functions/function/object-detection-function/pom.xml
+++ b/functions/function/object-detection-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
object-detection-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
object-detection-function
Spring Native Function for Tensorflow Integration
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/payload-converter-function/pom.xml b/functions/function/payload-converter-function/pom.xml
index fcb94743..d0d6654d 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-SNAPSHOT
+ 1.0.0-M1
payload-converter-function
Utility message conversion functions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/semantic-segmentation-function/pom.xml b/functions/function/semantic-segmentation-function/pom.xml
index 95c02c99..681120f5 100644
--- a/functions/function/semantic-segmentation-function/pom.xml
+++ b/functions/function/semantic-segmentation-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
semantic-segmentation-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
semantic-segmentation-function
Spring Native Function for Tensorflow semantic-segmentation integration
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/spel-function/pom.xml b/functions/function/spel-function/pom.xml
index 7e726ee3..4fe5db75 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-SNAPSHOT
+ 1.0.0-M1
spel-function
Spring Native Function for applying SpEL expressions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/splitter-function/pom.xml b/functions/function/splitter-function/pom.xml
index 4962cf5d..2f52d2a2 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-SNAPSHOT
+ 1.0.0-M1
splitter-function
Spring Native Function for Splitter
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/task-launch-request-function/pom.xml b/functions/function/task-launch-request-function/pom.xml
index 2ce59d34..84092ef5 100644
--- a/functions/function/task-launch-request-function/pom.xml
+++ b/functions/function/task-launch-request-function/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/tasklauncher-function/pom.xml b/functions/function/tasklauncher-function/pom.xml
index f78f3253..fd74a6dd 100644
--- a/functions/function/tasklauncher-function/pom.xml
+++ b/functions/function/tasklauncher-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
tasklauncher-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
tasklauncher-function
Spring Native Function for applying filter SpEL expressions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/function/twitter-function/pom.xml b/functions/function/twitter-function/pom.xml
index bf85b726..6b35b234 100644
--- a/functions/function/twitter-function/pom.xml
+++ b/functions/function/twitter-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
twitter-function
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
twitter-function
twitter functions
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/pom.xml b/functions/pom.xml
index a88e2998..e88813ec 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-SNAPSHOT
+ 1.0.0-M1
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 60e53af4..86f09962 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-SNAPSHOT
+ 1.0.0-M1
..
4.0.0
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
pom
diff --git a/functions/supplier/file-supplier/pom.xml b/functions/supplier/file-supplier/pom.xml
index 0bd10578..94d66cf4 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-SNAPSHOT
+ 1.0.0-M1
file-supplier
file supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/ftp-supplier/pom.xml b/functions/supplier/ftp-supplier/pom.xml
index e509e702..04aa56e9 100644
--- a/functions/supplier/ftp-supplier/pom.xml
+++ b/functions/supplier/ftp-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
ftp-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
ftp-supplier
ftp supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/geode-supplier/pom.xml b/functions/supplier/geode-supplier/pom.xml
index ea76900c..cf8d83d5 100644
--- a/functions/supplier/geode-supplier/pom.xml
+++ b/functions/supplier/geode-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
geode-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
geode-supplier
geode supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/http-supplier/pom.xml b/functions/supplier/http-supplier/pom.xml
index 90e139a0..7ff40031 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-SNAPSHOT
+ 1.0.0-M1
http-supplier
HTTP Supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/jdbc-supplier/pom.xml b/functions/supplier/jdbc-supplier/pom.xml
index 4ad4bc79..6220e866 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-SNAPSHOT
+ 1.0.0-M1
jdbc-supplier
JDBC supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/jms-supplier/pom.xml b/functions/supplier/jms-supplier/pom.xml
index b3eeda14..e3ef5527 100644
--- a/functions/supplier/jms-supplier/pom.xml
+++ b/functions/supplier/jms-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
jms-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
jms-supplier
jms supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/mongodb-supplier/pom.xml b/functions/supplier/mongodb-supplier/pom.xml
index cefdd89b..76d24a68 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-SNAPSHOT
+ 1.0.0-M1
mongodb-supplier
Mongo DB supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/mqtt-supplier/pom.xml b/functions/supplier/mqtt-supplier/pom.xml
index 1749f5d6..9b1c9998 100644
--- a/functions/supplier/mqtt-supplier/pom.xml
+++ b/functions/supplier/mqtt-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
mqtt-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
mqtt-supplier
mqtt supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/rabbit-supplier/pom.xml b/functions/supplier/rabbit-supplier/pom.xml
index c375a3b1..4165fa2e 100644
--- a/functions/supplier/rabbit-supplier/pom.xml
+++ b/functions/supplier/rabbit-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
rabbit-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
rabbit-supplier
Rabbit supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/s3-supplier/pom.xml b/functions/supplier/s3-supplier/pom.xml
index 045dbd58..a303d701 100644
--- a/functions/supplier/s3-supplier/pom.xml
+++ b/functions/supplier/s3-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
s3-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
s3-supplier
s3 supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/tcp-supplier/pom.xml b/functions/supplier/tcp-supplier/pom.xml
index 0a9ebab9..c1b0554c 100644
--- a/functions/supplier/tcp-supplier/pom.xml
+++ b/functions/supplier/tcp-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
tcp-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
tcp-supplier
tcp supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/time-supplier/pom.xml b/functions/supplier/time-supplier/pom.xml
index 4bcdf8d3..97d35c85 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-SNAPSHOT
+ 1.0.0-M1
time-supplier
time supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/twitter-supplier/pom.xml b/functions/supplier/twitter-supplier/pom.xml
index b9fd36c1..7e4cb6c5 100644
--- a/functions/supplier/twitter-supplier/pom.xml
+++ b/functions/supplier/twitter-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
twitter-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
twitter-supplier
twitter suppliers
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent
diff --git a/functions/supplier/websocket-supplier/pom.xml b/functions/supplier/websocket-supplier/pom.xml
index 5337adcf..22297495 100644
--- a/functions/supplier/websocket-supplier/pom.xml
+++ b/functions/supplier/websocket-supplier/pom.xml
@@ -2,14 +2,14 @@
4.0.0
websocket-supplier
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
websocket-supplier
websocket supplier
org.springframework.cloud.fn
spring-functions-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M1
../../spring-functions-parent