diff --git a/applications/pom.xml b/applications/pom.xml index 7d9ee9d1..626a2191 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.cloud.stream.app applications - 4.0.0-SNAPSHOT + 4.0.0-M2 applications Infrastructure for stream applications pom diff --git a/applications/processor/aggregator-processor/pom.xml b/applications/processor/aggregator-processor/pom.xml index ec55aa3b..163f7ab1 100644 --- a/applications/processor/aggregator-processor/pom.xml +++ b/applications/processor/aggregator-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/bridge-processor/pom.xml b/applications/processor/bridge-processor/pom.xml index 637a9b2e..877c52a6 100644 --- a/applications/processor/bridge-processor/pom.xml +++ b/applications/processor/bridge-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/filter-processor/pom.xml b/applications/processor/filter-processor/pom.xml index 8d12d12d..f77b3075 100644 --- a/applications/processor/filter-processor/pom.xml +++ b/applications/processor/filter-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml index 358d4dbc..a05ec721 100644 --- a/applications/processor/groovy-processor/pom.xml +++ b/applications/processor/groovy-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/header-enricher-processor/pom.xml b/applications/processor/header-enricher-processor/pom.xml index cbc3cc0c..d447e08b 100644 --- a/applications/processor/header-enricher-processor/pom.xml +++ b/applications/processor/header-enricher-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/header-filter-processor/pom.xml b/applications/processor/header-filter-processor/pom.xml index 31b8ff17..fe717e01 100644 --- a/applications/processor/header-filter-processor/pom.xml +++ b/applications/processor/header-filter-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/http-request-processor/pom.xml b/applications/processor/http-request-processor/pom.xml index 38e5d78f..7f50495f 100644 --- a/applications/processor/http-request-processor/pom.xml +++ b/applications/processor/http-request-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/image-recognition-processor/pom.xml b/applications/processor/image-recognition-processor/pom.xml index 52f11904..8f041caf 100644 --- a/applications/processor/image-recognition-processor/pom.xml +++ b/applications/processor/image-recognition-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/object-detection-processor/pom.xml b/applications/processor/object-detection-processor/pom.xml index b4d5138d..b4e37001 100644 --- a/applications/processor/object-detection-processor/pom.xml +++ b/applications/processor/object-detection-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/pom.xml b/applications/processor/pom.xml index a85a02db..77c50464 100644 --- a/applications/processor/pom.xml +++ b/applications/processor/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app processor - 4.0.0-SNAPSHOT + 4.0.0-M2 pom diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index 56c17fd8..418b4b50 100644 --- a/applications/processor/script-processor/pom.xml +++ b/applications/processor/script-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/semantic-segmentation-processor/pom.xml b/applications/processor/semantic-segmentation-processor/pom.xml index d868a248..7c179b66 100644 --- a/applications/processor/semantic-segmentation-processor/pom.xml +++ b/applications/processor/semantic-segmentation-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml index acd98b57..d9fd4f73 100644 --- a/applications/processor/splitter-processor/pom.xml +++ b/applications/processor/splitter-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/transform-processor/pom.xml b/applications/processor/transform-processor/pom.xml index 400d9d1a..a9ece41e 100644 --- a/applications/processor/transform-processor/pom.xml +++ b/applications/processor/transform-processor/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/processor/twitter-trend-processor/pom.xml b/applications/processor/twitter-trend-processor/pom.xml index 8256714e..c5274ab4 100644 --- a/applications/processor/twitter-trend-processor/pom.xml +++ b/applications/processor/twitter-trend-processor/pom.xml @@ -6,12 +6,12 @@ twitter-trend-processor twitter-trend-processor twitter trend processor apps - 4.0.0-SNAPSHOT + 4.0.0-M2 org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/analytics-sink/pom.xml b/applications/sink/analytics-sink/pom.xml index f1bcfd0a..8d49bc32 100644 --- a/applications/sink/analytics-sink/pom.xml +++ b/applications/sink/analytics-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/cassandra-sink/pom.xml b/applications/sink/cassandra-sink/pom.xml index a2ce2fe7..131774b2 100644 --- a/applications/sink/cassandra-sink/pom.xml +++ b/applications/sink/cassandra-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/elasticsearch-sink/pom.xml b/applications/sink/elasticsearch-sink/pom.xml index 47d680d0..92318a2e 100644 --- a/applications/sink/elasticsearch-sink/pom.xml +++ b/applications/sink/elasticsearch-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/file-sink/pom.xml b/applications/sink/file-sink/pom.xml index 1406fbaf..969e9f2d 100644 --- a/applications/sink/file-sink/pom.xml +++ b/applications/sink/file-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/ftp-sink/pom.xml b/applications/sink/ftp-sink/pom.xml index 7846d6a3..feb58077 100644 --- a/applications/sink/ftp-sink/pom.xml +++ b/applications/sink/ftp-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/jdbc-sink/pom.xml b/applications/sink/jdbc-sink/pom.xml index b2884d22..d33761af 100644 --- a/applications/sink/jdbc-sink/pom.xml +++ b/applications/sink/jdbc-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/log-sink/pom.xml b/applications/sink/log-sink/pom.xml index 09df801a..9f40529c 100644 --- a/applications/sink/log-sink/pom.xml +++ b/applications/sink/log-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/mongodb-sink/pom.xml b/applications/sink/mongodb-sink/pom.xml index 2f4d3955..3cd057d1 100644 --- a/applications/sink/mongodb-sink/pom.xml +++ b/applications/sink/mongodb-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/mqtt-sink/pom.xml b/applications/sink/mqtt-sink/pom.xml index e055bf2d..c766d4e7 100644 --- a/applications/sink/mqtt-sink/pom.xml +++ b/applications/sink/mqtt-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/pgcopy-sink/pom.xml b/applications/sink/pgcopy-sink/pom.xml index 98665893..8215f72a 100644 --- a/applications/sink/pgcopy-sink/pom.xml +++ b/applications/sink/pgcopy-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/pom.xml b/applications/sink/pom.xml index fda6db90..27d8e2c7 100644 --- a/applications/sink/pom.xml +++ b/applications/sink/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app sink - 4.0.0-SNAPSHOT + 4.0.0-M2 pom diff --git a/applications/sink/rabbit-sink/pom.xml b/applications/sink/rabbit-sink/pom.xml index bbd3c375..ae0d2d59 100644 --- a/applications/sink/rabbit-sink/pom.xml +++ b/applications/sink/rabbit-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/rabbit-sink/set-env.sh b/applications/sink/rabbit-sink/set-env.sh old mode 100644 new mode 100755 diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml index f1249555..226e5028 100644 --- a/applications/sink/redis-sink/pom.xml +++ b/applications/sink/redis-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml index fa0341ab..f510ecb6 100644 --- a/applications/sink/router-sink/pom.xml +++ b/applications/sink/router-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/rsocket-sink/pom.xml b/applications/sink/rsocket-sink/pom.xml index 27f4a981..64a549da 100644 --- a/applications/sink/rsocket-sink/pom.xml +++ b/applications/sink/rsocket-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml index bf0880bb..521d4176 100644 --- a/applications/sink/s3-sink/pom.xml +++ b/applications/sink/s3-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/sftp-sink/pom.xml b/applications/sink/sftp-sink/pom.xml index 0bcfed68..0b5ea635 100644 --- a/applications/sink/sftp-sink/pom.xml +++ b/applications/sink/sftp-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/tcp-sink/pom.xml b/applications/sink/tcp-sink/pom.xml index 1524503d..164319fc 100644 --- a/applications/sink/tcp-sink/pom.xml +++ b/applications/sink/tcp-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/throughput-sink/pom.xml b/applications/sink/throughput-sink/pom.xml index bc30b0dd..d244c603 100644 --- a/applications/sink/throughput-sink/pom.xml +++ b/applications/sink/throughput-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/twitter-message-sink/pom.xml b/applications/sink/twitter-message-sink/pom.xml index c0180416..a5efe03c 100644 --- a/applications/sink/twitter-message-sink/pom.xml +++ b/applications/sink/twitter-message-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/twitter-update-sink/pom.xml b/applications/sink/twitter-update-sink/pom.xml index 38cb78eb..22bce514 100644 --- a/applications/sink/twitter-update-sink/pom.xml +++ b/applications/sink/twitter-update-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/wavefront-sink/pom.xml b/applications/sink/wavefront-sink/pom.xml index e0fe81f3..1f80dcaa 100644 --- a/applications/sink/wavefront-sink/pom.xml +++ b/applications/sink/wavefront-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/websocket-sink/pom.xml b/applications/sink/websocket-sink/pom.xml index d0b30d7f..433d4814 100644 --- a/applications/sink/websocket-sink/pom.xml +++ b/applications/sink/websocket-sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/xmpp-sink/pom.xml b/applications/sink/xmpp-sink/pom.xml index f236a22f..778d2056 100644 --- a/applications/sink/xmpp-sink/pom.xml +++ b/applications/sink/xmpp-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/sink/zeromq-sink/pom.xml b/applications/sink/zeromq-sink/pom.xml index 1ca507ac..105c667a 100644 --- a/applications/sink/zeromq-sink/pom.xml +++ b/applications/sink/zeromq-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/debezium-source/pom.xml b/applications/source/debezium-source/pom.xml index 38ce1903..5dcd0ff5 100644 --- a/applications/source/debezium-source/pom.xml +++ b/applications/source/debezium-source/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/debezium-source/src/test/docker/mongodb/entrypoint.sh b/applications/source/debezium-source/src/test/docker/mongodb/entrypoint.sh old mode 100644 new mode 100755 diff --git a/applications/source/debezium-source/src/test/docker/mongodb/import-data.sh b/applications/source/debezium-source/src/test/docker/mongodb/import-data.sh old mode 100644 new mode 100755 diff --git a/applications/source/debezium-source/src/test/resources/sqlserver/entrypoint.sh b/applications/source/debezium-source/src/test/resources/sqlserver/entrypoint.sh old mode 100644 new mode 100755 diff --git a/applications/source/debezium-source/src/test/resources/sqlserver/import-data.sh b/applications/source/debezium-source/src/test/resources/sqlserver/import-data.sh old mode 100644 new mode 100755 diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index c71f59ee..07abe0a1 100644 --- a/applications/source/file-source/pom.xml +++ b/applications/source/file-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/ftp-source/pom.xml b/applications/source/ftp-source/pom.xml index 3f793037..59ca4341 100644 --- a/applications/source/ftp-source/pom.xml +++ b/applications/source/ftp-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml index 7350ba9d..ee82b242 100644 --- a/applications/source/http-source/pom.xml +++ b/applications/source/http-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml index a3fe3858..76462400 100644 --- a/applications/source/jdbc-source/pom.xml +++ b/applications/source/jdbc-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/jms-source/pom.xml b/applications/source/jms-source/pom.xml index 4a4b9117..f3a0e56a 100644 --- a/applications/source/jms-source/pom.xml +++ b/applications/source/jms-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml index fd6218a1..b3cf1543 100644 --- a/applications/source/load-generator-source/pom.xml +++ b/applications/source/load-generator-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/mail-source/pom.xml b/applications/source/mail-source/pom.xml index bfd6c5e1..3748ea9c 100644 --- a/applications/source/mail-source/pom.xml +++ b/applications/source/mail-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml index 5c7f45b8..4a126ad0 100644 --- a/applications/source/mongodb-source/pom.xml +++ b/applications/source/mongodb-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/mqtt-source/pom.xml b/applications/source/mqtt-source/pom.xml index 03066664..943da6cb 100644 --- a/applications/source/mqtt-source/pom.xml +++ b/applications/source/mqtt-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/pom.xml b/applications/source/pom.xml index b1aad3cf..607d2a45 100644 --- a/applications/source/pom.xml +++ b/applications/source/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app source - 4.0.0-SNAPSHOT + 4.0.0-M2 pom diff --git a/applications/source/rabbit-source/pom.xml b/applications/source/rabbit-source/pom.xml index 0195ac42..74de00ac 100644 --- a/applications/source/rabbit-source/pom.xml +++ b/applications/source/rabbit-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/s3-source/pom.xml b/applications/source/s3-source/pom.xml index 4b618b80..3cf16b42 100644 --- a/applications/source/s3-source/pom.xml +++ b/applications/source/s3-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/sftp-source/pom.xml b/applications/source/sftp-source/pom.xml index 03c284a3..887f4caf 100644 --- a/applications/source/sftp-source/pom.xml +++ b/applications/source/sftp-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/syslog-source/pom.xml b/applications/source/syslog-source/pom.xml index 8ca49c0e..63d61b23 100644 --- a/applications/source/syslog-source/pom.xml +++ b/applications/source/syslog-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/tcp-source/pom.xml b/applications/source/tcp-source/pom.xml index d474d97d..281ce98e 100644 --- a/applications/source/tcp-source/pom.xml +++ b/applications/source/tcp-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml index 7a904a54..cfa55259 100644 --- a/applications/source/time-source/pom.xml +++ b/applications/source/time-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/twitter-message-source/pom.xml b/applications/source/twitter-message-source/pom.xml index a20c00ef..addc2f9b 100644 --- a/applications/source/twitter-message-source/pom.xml +++ b/applications/source/twitter-message-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/twitter-search-source/pom.xml b/applications/source/twitter-search-source/pom.xml index c6a073fa..f0a4be2e 100644 --- a/applications/source/twitter-search-source/pom.xml +++ b/applications/source/twitter-search-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/twitter-stream-source/pom.xml b/applications/source/twitter-stream-source/pom.xml index b2372e20..b6be5649 100644 --- a/applications/source/twitter-stream-source/pom.xml +++ b/applications/source/twitter-stream-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/websocket-source/pom.xml b/applications/source/websocket-source/pom.xml index 25eb4bcc..7235df36 100644 --- a/applications/source/websocket-source/pom.xml +++ b/applications/source/websocket-source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/xmpp-source/pom.xml b/applications/source/xmpp-source/pom.xml index dc7df034..07d841d2 100644 --- a/applications/source/xmpp-source/pom.xml +++ b/applications/source/xmpp-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/source/zeromq-source/pom.xml b/applications/source/zeromq-source/pom.xml index 464ac918..7a07cd62 100644 --- a/applications/source/zeromq-source/pom.xml +++ b/applications/source/zeromq-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-core/pom.xml diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 8f0c7d06..3572d573 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app stream-applications-build - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-build/pom.xml @@ -16,8 +16,8 @@ pom - 4.0.0-SNAPSHOT - 4.0.0-SNAPSHOT + 4.0.0-M2 + 4.0.0-M2 springcloud/baseimage:1.0.3 1.5.0 1.0.7 diff --git a/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml b/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml index d1025e40..8e63990a 100644 --- a/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml +++ b/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml @@ -23,7 +23,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 stream-applications-composite-function-support diff --git a/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml b/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml index 0af24b23..facb3a35 100644 --- a/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml +++ b/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 stream-applications-micrometer-common diff --git a/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml b/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml index 21fcaa80..be3505a8 100644 --- a/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml +++ b/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 stream-applications-postprocessor-common diff --git a/applications/stream-applications-core/stream-applications-security-common/pom.xml b/applications/stream-applications-core/stream-applications-security-common/pom.xml index e625294c..d6ec5202 100644 --- a/applications/stream-applications-core/stream-applications-security-common/pom.xml +++ b/applications/stream-applications-core/stream-applications-security-common/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 stream-applications-security-common diff --git a/applications/stream-applications-core/stream-applications-test-support/pom.xml b/applications/stream-applications-core/stream-applications-test-support/pom.xml index 52c59f93..b67bebb3 100644 --- a/applications/stream-applications-core/stream-applications-test-support/pom.xml +++ b/applications/stream-applications-core/stream-applications-test-support/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 stream-applications-test-support diff --git a/applications/stream-applications-integration-tests/pom.xml b/applications/stream-applications-integration-tests/pom.xml index e38e7398..255d0654 100644 --- a/applications/stream-applications-integration-tests/pom.xml +++ b/applications/stream-applications-integration-tests/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../stream-applications-core/pom.xml diff --git a/functions/common/aws-s3-common/pom.xml b/functions/common/aws-s3-common/pom.xml index 410d54de..8c1147ad 100644 --- a/functions/common/aws-s3-common/pom.xml +++ b/functions/common/aws-s3-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/config-common/pom.xml b/functions/common/config-common/pom.xml index 9fd04efd..b9a09498 100644 --- a/functions/common/config-common/pom.xml +++ b/functions/common/config-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.stream.app stream-applications-build - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../../stream-applications-build/pom.xml diff --git a/functions/common/file-common/pom.xml b/functions/common/file-common/pom.xml index 2d841971..5b3012b7 100644 --- a/functions/common/file-common/pom.xml +++ b/functions/common/file-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/ftp-common/pom.xml b/functions/common/ftp-common/pom.xml index 326763f9..2049b0b8 100644 --- a/functions/common/ftp-common/pom.xml +++ b/functions/common/ftp-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/function-test-support/pom.xml b/functions/common/function-test-support/pom.xml index e5f67fe9..ad845037 100644 --- a/functions/common/function-test-support/pom.xml +++ b/functions/common/function-test-support/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/metadata-store-common/pom.xml b/functions/common/metadata-store-common/pom.xml index 91c4c611..da640a4f 100644 --- a/functions/common/metadata-store-common/pom.xml +++ b/functions/common/metadata-store-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/mongodb-common/pom.xml b/functions/common/mongodb-common/pom.xml index 1eaeb2c3..94ac615a 100644 --- a/functions/common/mongodb-common/pom.xml +++ b/functions/common/mongodb-common/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/mqtt-common/pom.xml b/functions/common/mqtt-common/pom.xml index 6683cc62..037bd916 100644 --- a/functions/common/mqtt-common/pom.xml +++ b/functions/common/mqtt-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/pom.xml b/functions/common/pom.xml index 9e3e6f39..490b9e92 100644 --- a/functions/common/pom.xml +++ b/functions/common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn functions-common - 4.0.0-SNAPSHOT + 4.0.0-M2 java-functions-common Java Functions Common pom diff --git a/functions/common/redis-common/pom.xml b/functions/common/redis-common/pom.xml index 1a55aaa2..86f217d1 100644 --- a/functions/common/redis-common/pom.xml +++ b/functions/common/redis-common/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/tcp-common/pom.xml b/functions/common/tcp-common/pom.xml index e9529980..4f093ec6 100644 --- a/functions/common/tcp-common/pom.xml +++ b/functions/common/tcp-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/tensorflow-common/pom.xml b/functions/common/tensorflow-common/pom.xml index f4e20b28..f13e3ba5 100644 --- a/functions/common/tensorflow-common/pom.xml +++ b/functions/common/tensorflow-common/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/twitter-common/pom.xml b/functions/common/twitter-common/pom.xml index ea797e63..1c22bc7f 100644 --- a/functions/common/twitter-common/pom.xml +++ b/functions/common/twitter-common/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/common/xmpp-common/pom.xml b/functions/common/xmpp-common/pom.xml index 8876264d..49ed2746 100644 --- a/functions/common/xmpp-common/pom.xml +++ b/functions/common/xmpp-common/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/analytics-consumer/pom.xml b/functions/consumer/analytics-consumer/pom.xml index c1457651..361fa3ad 100644 --- a/functions/consumer/analytics-consumer/pom.xml +++ b/functions/consumer/analytics-consumer/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/cassandra-consumer/pom.xml b/functions/consumer/cassandra-consumer/pom.xml index 9e7de98e..6c5c9246 100644 --- a/functions/consumer/cassandra-consumer/pom.xml +++ b/functions/consumer/cassandra-consumer/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/elasticsearch-consumer/pom.xml b/functions/consumer/elasticsearch-consumer/pom.xml index fb00f8af..97e467ef 100644 --- a/functions/consumer/elasticsearch-consumer/pom.xml +++ b/functions/consumer/elasticsearch-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/file-consumer/pom.xml b/functions/consumer/file-consumer/pom.xml index 01ac18bb..c0002a5b 100644 --- a/functions/consumer/file-consumer/pom.xml +++ b/functions/consumer/file-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/ftp-consumer/pom.xml b/functions/consumer/ftp-consumer/pom.xml index 145d782d..99e80c7f 100644 --- a/functions/consumer/ftp-consumer/pom.xml +++ b/functions/consumer/ftp-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/jdbc-consumer/pom.xml b/functions/consumer/jdbc-consumer/pom.xml index 43f5b5c8..ba2bef96 100644 --- a/functions/consumer/jdbc-consumer/pom.xml +++ b/functions/consumer/jdbc-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/log-consumer/pom.xml b/functions/consumer/log-consumer/pom.xml index dd9b5802..3ff970eb 100644 --- a/functions/consumer/log-consumer/pom.xml +++ b/functions/consumer/log-consumer/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/mongodb-consumer/pom.xml b/functions/consumer/mongodb-consumer/pom.xml index fd3d274d..8feef5b8 100644 --- a/functions/consumer/mongodb-consumer/pom.xml +++ b/functions/consumer/mongodb-consumer/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/mqtt-consumer/pom.xml b/functions/consumer/mqtt-consumer/pom.xml index 43113823..88a654d5 100644 --- a/functions/consumer/mqtt-consumer/pom.xml +++ b/functions/consumer/mqtt-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/pom.xml b/functions/consumer/pom.xml index 4e1aa926..fda52464 100644 --- a/functions/consumer/pom.xml +++ b/functions/consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn java-functions-consumer - 4.0.0-SNAPSHOT + 4.0.0-M2 java-functions-consumer Java Functions Consumer pom diff --git a/functions/consumer/rabbit-consumer/pom.xml b/functions/consumer/rabbit-consumer/pom.xml index 39119125..530bdd7e 100644 --- a/functions/consumer/rabbit-consumer/pom.xml +++ b/functions/consumer/rabbit-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/redis-consumer/pom.xml b/functions/consumer/redis-consumer/pom.xml index f2c72921..f5a4f99f 100644 --- a/functions/consumer/redis-consumer/pom.xml +++ b/functions/consumer/redis-consumer/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/rsocket-consumer/pom.xml b/functions/consumer/rsocket-consumer/pom.xml index 99a911dd..c7fe2efd 100644 --- a/functions/consumer/rsocket-consumer/pom.xml +++ b/functions/consumer/rsocket-consumer/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/s3-consumer/pom.xml b/functions/consumer/s3-consumer/pom.xml index 66e66135..05bb692e 100644 --- a/functions/consumer/s3-consumer/pom.xml +++ b/functions/consumer/s3-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/sftp-consumer/pom.xml b/functions/consumer/sftp-consumer/pom.xml index c6596300..d382f5ed 100644 --- a/functions/consumer/sftp-consumer/pom.xml +++ b/functions/consumer/sftp-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/tcp-consumer/pom.xml b/functions/consumer/tcp-consumer/pom.xml index 364e6a41..534b057b 100644 --- a/functions/consumer/tcp-consumer/pom.xml +++ b/functions/consumer/tcp-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/twitter-consumer/pom.xml b/functions/consumer/twitter-consumer/pom.xml index 49756df7..dff48da0 100644 --- a/functions/consumer/twitter-consumer/pom.xml +++ b/functions/consumer/twitter-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/wavefront-consumer/pom.xml b/functions/consumer/wavefront-consumer/pom.xml index 99ff420c..5b2aaa79 100644 --- a/functions/consumer/wavefront-consumer/pom.xml +++ b/functions/consumer/wavefront-consumer/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/websocket-consumer/pom.xml b/functions/consumer/websocket-consumer/pom.xml index 6e292e96..b69028a2 100644 --- a/functions/consumer/websocket-consumer/pom.xml +++ b/functions/consumer/websocket-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/xmpp-consumer/pom.xml b/functions/consumer/xmpp-consumer/pom.xml index cc43a71d..f307aed4 100644 --- a/functions/consumer/xmpp-consumer/pom.xml +++ b/functions/consumer/xmpp-consumer/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/consumer/zeromq-consumer/pom.xml b/functions/consumer/zeromq-consumer/pom.xml index 3f8ccc2f..8e7525c0 100644 --- a/functions/consumer/zeromq-consumer/pom.xml +++ b/functions/consumer/zeromq-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function-dependencies/pom.xml b/functions/function-dependencies/pom.xml index 1fa623cd..dc10aaac 100644 --- a/functions/function-dependencies/pom.xml +++ b/functions/function-dependencies/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.stream.app stream-applications-build - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-build/pom.xml diff --git a/functions/function/aggregator-function/pom.xml b/functions/function/aggregator-function/pom.xml index ce11a214..0cc7822b 100644 --- a/functions/function/aggregator-function/pom.xml +++ b/functions/function/aggregator-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/filter-function/pom.xml b/functions/function/filter-function/pom.xml index de5cc850..f0f95cd7 100644 --- a/functions/function/filter-function/pom.xml +++ b/functions/function/filter-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/header-enricher-function/pom.xml b/functions/function/header-enricher-function/pom.xml index 38eb1e3f..efc19159 100644 --- a/functions/function/header-enricher-function/pom.xml +++ b/functions/function/header-enricher-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/header-filter-function/pom.xml b/functions/function/header-filter-function/pom.xml index 4c2f1324..6c1b9a09 100644 --- a/functions/function/header-filter-function/pom.xml +++ b/functions/function/header-filter-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/http-request-function/pom.xml b/functions/function/http-request-function/pom.xml index 2fda2d5d..ba620566 100644 --- a/functions/function/http-request-function/pom.xml +++ b/functions/function/http-request-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/image-recognition-function/pom.xml b/functions/function/image-recognition-function/pom.xml index 9fd33d33..04a4764e 100644 --- a/functions/function/image-recognition-function/pom.xml +++ b/functions/function/image-recognition-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/object-detection-function/pom.xml b/functions/function/object-detection-function/pom.xml index 0ec4fdd4..77351d52 100644 --- a/functions/function/object-detection-function/pom.xml +++ b/functions/function/object-detection-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/payload-converter-function/pom.xml b/functions/function/payload-converter-function/pom.xml index d359807e..9a403deb 100644 --- a/functions/function/payload-converter-function/pom.xml +++ b/functions/function/payload-converter-function/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/pom.xml b/functions/function/pom.xml index 1f56891f..62a24b26 100644 --- a/functions/function/pom.xml +++ b/functions/function/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn java-functions-function - 4.0.0-SNAPSHOT + 4.0.0-M2 java-functions-function Java Functions Function pom diff --git a/functions/function/semantic-segmentation-function/pom.xml b/functions/function/semantic-segmentation-function/pom.xml index ee01d3c0..13f2f25c 100644 --- a/functions/function/semantic-segmentation-function/pom.xml +++ b/functions/function/semantic-segmentation-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/spel-function/pom.xml b/functions/function/spel-function/pom.xml index 23ff28fb..8f3fac53 100644 --- a/functions/function/spel-function/pom.xml +++ b/functions/function/spel-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/splitter-function/pom.xml b/functions/function/splitter-function/pom.xml index 8bf0b7bb..1d91cfdd 100644 --- a/functions/function/splitter-function/pom.xml +++ b/functions/function/splitter-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/task-launch-request-function/pom.xml b/functions/function/task-launch-request-function/pom.xml index 737fbcc8..24c82115 100644 --- a/functions/function/task-launch-request-function/pom.xml +++ b/functions/function/task-launch-request-function/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/function/twitter-function/pom.xml b/functions/function/twitter-function/pom.xml index e933a705..ec398e44 100644 --- a/functions/function/twitter-function/pom.xml +++ b/functions/function/twitter-function/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/pom.xml b/functions/pom.xml index 0b8badd1..d1719665 100644 --- a/functions/pom.xml +++ b/functions/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn java-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 java-functions-parent Java Functions Parent pom diff --git a/functions/spring-functions-parent/pom.xml b/functions/spring-functions-parent/pom.xml index 0a7bdb11..178ee6ed 100644 --- a/functions/spring-functions-parent/pom.xml +++ b/functions/spring-functions-parent/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.stream.app stream-applications-build - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../stream-applications-build/pom.xml diff --git a/functions/supplier/debezium-supplier/pom.xml b/functions/supplier/debezium-supplier/pom.xml index b8a21677..68209c6e 100644 --- a/functions/supplier/debezium-supplier/pom.xml +++ b/functions/supplier/debezium-supplier/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/file-supplier/pom.xml b/functions/supplier/file-supplier/pom.xml index ed95714b..768fe894 100644 --- a/functions/supplier/file-supplier/pom.xml +++ b/functions/supplier/file-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/ftp-supplier/pom.xml b/functions/supplier/ftp-supplier/pom.xml index ada6c510..c7ce0129 100644 --- a/functions/supplier/ftp-supplier/pom.xml +++ b/functions/supplier/ftp-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/http-supplier/pom.xml b/functions/supplier/http-supplier/pom.xml index 9df5fbbc..86baa51d 100644 --- a/functions/supplier/http-supplier/pom.xml +++ b/functions/supplier/http-supplier/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/jdbc-supplier/pom.xml b/functions/supplier/jdbc-supplier/pom.xml index 611ba203..ddbc3d7d 100644 --- a/functions/supplier/jdbc-supplier/pom.xml +++ b/functions/supplier/jdbc-supplier/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/jms-supplier/pom.xml b/functions/supplier/jms-supplier/pom.xml index 96ddb8b3..abaa4940 100644 --- a/functions/supplier/jms-supplier/pom.xml +++ b/functions/supplier/jms-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/mail-supplier/pom.xml b/functions/supplier/mail-supplier/pom.xml index 5ee72725..0952ded1 100644 --- a/functions/supplier/mail-supplier/pom.xml +++ b/functions/supplier/mail-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/mongodb-supplier/pom.xml b/functions/supplier/mongodb-supplier/pom.xml index 465671b9..2545db49 100644 --- a/functions/supplier/mongodb-supplier/pom.xml +++ b/functions/supplier/mongodb-supplier/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/mqtt-supplier/pom.xml b/functions/supplier/mqtt-supplier/pom.xml index add0f258..e0d0c506 100644 --- a/functions/supplier/mqtt-supplier/pom.xml +++ b/functions/supplier/mqtt-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/pom.xml b/functions/supplier/pom.xml index 4a7a042b..5825b016 100644 --- a/functions/supplier/pom.xml +++ b/functions/supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn java-functions-supplier - 4.0.0-SNAPSHOT + 4.0.0-M2 java-functions-supplier Java Functions Supplier pom diff --git a/functions/supplier/rabbit-supplier/pom.xml b/functions/supplier/rabbit-supplier/pom.xml index ff129204..bf1638e6 100644 --- a/functions/supplier/rabbit-supplier/pom.xml +++ b/functions/supplier/rabbit-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/s3-supplier/pom.xml b/functions/supplier/s3-supplier/pom.xml index b6cd0e7c..50c6366b 100644 --- a/functions/supplier/s3-supplier/pom.xml +++ b/functions/supplier/s3-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/sftp-supplier/pom.xml b/functions/supplier/sftp-supplier/pom.xml index 2f040b26..04c87d35 100644 --- a/functions/supplier/sftp-supplier/pom.xml +++ b/functions/supplier/sftp-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/syslog-supplier/pom.xml b/functions/supplier/syslog-supplier/pom.xml index dc6d7e97..24d540bc 100644 --- a/functions/supplier/syslog-supplier/pom.xml +++ b/functions/supplier/syslog-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/tcp-supplier/pom.xml b/functions/supplier/tcp-supplier/pom.xml index 92823d25..fb0e6f24 100644 --- a/functions/supplier/tcp-supplier/pom.xml +++ b/functions/supplier/tcp-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/time-supplier/pom.xml b/functions/supplier/time-supplier/pom.xml index be1e7804..5585f1a1 100644 --- a/functions/supplier/time-supplier/pom.xml +++ b/functions/supplier/time-supplier/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/twitter-supplier/pom.xml b/functions/supplier/twitter-supplier/pom.xml index f1707392..6f486685 100644 --- a/functions/supplier/twitter-supplier/pom.xml +++ b/functions/supplier/twitter-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/websocket-supplier/pom.xml b/functions/supplier/websocket-supplier/pom.xml index 05618974..1e7c0128 100644 --- a/functions/supplier/websocket-supplier/pom.xml +++ b/functions/supplier/websocket-supplier/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/xmpp-supplier/pom.xml b/functions/supplier/xmpp-supplier/pom.xml index cce9a457..54fc1d5d 100644 --- a/functions/supplier/xmpp-supplier/pom.xml +++ b/functions/supplier/xmpp-supplier/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/functions/supplier/zeromq-supplier/pom.xml b/functions/supplier/zeromq-supplier/pom.xml index d94ec6f2..fd1dbe03 100644 --- a/functions/supplier/zeromq-supplier/pom.xml +++ b/functions/supplier/zeromq-supplier/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.fn spring-functions-parent - 4.0.0-SNAPSHOT + 4.0.0-M2 ../../spring-functions-parent/pom.xml diff --git a/pom.xml b/pom.xml index e41f742e..56e8b9ff 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.stream.app stream-applications - 4.0.0-SNAPSHOT + 4.0.0-M2 stream-applications Functions and Infrastructure for stream applications pom diff --git a/publish-app.sh b/publish-app.sh old mode 100644 new mode 100755 diff --git a/scripts/count-runners-idle.sh b/scripts/count-runners-idle.sh old mode 100644 new mode 100755 diff --git a/scripts/determine-machine-type.sh b/scripts/determine-machine-type.sh old mode 100644 new mode 100755 diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml index a1ef8a04..dfd65f1d 100644 --- a/stream-applications-build/pom.xml +++ b/stream-applications-build/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.stream.app stream-applications-build - 4.0.0-SNAPSHOT + 4.0.0-M2 stream-applications-build Common Parent for Functions and Applications pom diff --git a/stream-applications-release-train/pom.xml b/stream-applications-release-train/pom.xml index 29112f97..d5a331fe 100644 --- a/stream-applications-release-train/pom.xml +++ b/stream-applications-release-train/pom.xml @@ -3,13 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 stream-applications-release-train - 4.0.0-SNAPSHOT + 4.0.0-M2 pom org.springframework.cloud.stream.app stream-applications-core - 4.0.0-SNAPSHOT + 4.0.0-M2 ../applications/stream-applications-core/pom.xml @@ -19,7 +19,7 @@ - 4.0.0-SNAPSHOT + 4.0.0-M2 3.2.0 ${apps.version} diff --git a/stream-applications-release-train/stream-applications-descriptor/pom.xml b/stream-applications-release-train/stream-applications-descriptor/pom.xml index 6517301c..303ab763 100644 --- a/stream-applications-release-train/stream-applications-descriptor/pom.xml +++ b/stream-applications-release-train/stream-applications-descriptor/pom.xml @@ -4,7 +4,7 @@ stream-applications-release-train org.springframework.cloud.stream.app - 4.0.0-SNAPSHOT + 4.0.0-M2 4.0.0 diff --git a/stream-applications-release-train/stream-applications-docs/pom.xml b/stream-applications-release-train/stream-applications-docs/pom.xml index b484684a..49ff71ee 100644 --- a/stream-applications-release-train/stream-applications-docs/pom.xml +++ b/stream-applications-release-train/stream-applications-docs/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud.stream.app stream-applications-release-train - 4.0.0-SNAPSHOT + 4.0.0-M2