From dfe526e2bbdda0afadfa5f054c904b25d3e66a32 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 11 Dec 2020 20:14:29 -0500 Subject: [PATCH] Apps modules parent to 3.0.0-SNAPSHOT --- applications/processor/aggregator-processor/pom.xml | 2 +- applications/processor/bridge-processor/pom.xml | 2 +- applications/processor/filter-processor/pom.xml | 2 +- applications/processor/groovy-processor/pom.xml | 2 +- applications/processor/header-enricher-processor/pom.xml | 2 +- applications/processor/http-request-processor/pom.xml | 2 +- applications/processor/image-recognition-processor/pom.xml | 2 +- applications/processor/object-detection-processor/pom.xml | 2 +- applications/processor/script-processor/pom.xml | 2 +- applications/processor/semantic-segmentation-processor/pom.xml | 2 +- applications/processor/splitter-processor/pom.xml | 2 +- applications/processor/transform-processor/pom.xml | 2 +- applications/processor/twitter-trend-processor/pom.xml | 2 +- applications/sink/analytics-sink/pom.xml | 2 +- applications/sink/cassandra-sink/pom.xml | 2 +- applications/sink/elasticsearch-sink/pom.xml | 2 +- applications/sink/file-sink/pom.xml | 2 +- applications/sink/ftp-sink/pom.xml | 2 +- applications/sink/geode-sink/pom.xml | 2 +- applications/sink/jdbc-sink/pom.xml | 2 +- applications/sink/log-sink/pom.xml | 2 +- applications/sink/mongodb-sink/pom.xml | 2 +- applications/sink/mqtt-sink/pom.xml | 2 +- applications/sink/pgcopy-sink/pom.xml | 2 +- applications/sink/rabbit-sink/pom.xml | 2 +- applications/sink/redis-sink/pom.xml | 2 +- applications/sink/router-sink/pom.xml | 2 +- applications/sink/rsocket-sink/pom.xml | 2 +- applications/sink/s3-sink/pom.xml | 2 +- applications/sink/sftp-sink/pom.xml | 2 +- applications/sink/tasklauncher-sink/pom.xml | 2 +- applications/sink/tcp-sink/pom.xml | 2 +- applications/sink/throughput-sink/pom.xml | 2 +- applications/sink/twitter-message-sink/pom.xml | 2 +- applications/sink/twitter-update-sink/pom.xml | 2 +- applications/sink/wavefront-sink/pom.xml | 2 +- applications/sink/websocket-sink/pom.xml | 2 +- applications/source/cdc-debezium-source/pom.xml | 2 +- applications/source/file-source/pom.xml | 2 +- applications/source/ftp-source/pom.xml | 2 +- applications/source/geode-source/pom.xml | 2 +- applications/source/http-source/pom.xml | 2 +- applications/source/jdbc-source/pom.xml | 2 +- applications/source/jms-source/pom.xml | 2 +- applications/source/load-generator-source/pom.xml | 2 +- applications/source/mail-source/pom.xml | 2 +- applications/source/mongodb-source/pom.xml | 2 +- applications/source/mqtt-source/pom.xml | 2 +- applications/source/rabbit-source/pom.xml | 2 +- applications/source/s3-source/pom.xml | 2 +- applications/source/sftp-source/pom.xml | 2 +- applications/source/syslog-source/pom.xml | 2 +- applications/source/tcp-source/pom.xml | 2 +- applications/source/time-source/pom.xml | 2 +- applications/source/twitter-message-source/pom.xml | 2 +- applications/source/twitter-search-source/pom.xml | 2 +- applications/source/twitter-stream-source/pom.xml | 2 +- applications/source/websocket-source/pom.xml | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/applications/processor/aggregator-processor/pom.xml b/applications/processor/aggregator-processor/pom.xml index 1b060d4d..562190c5 100644 --- a/applications/processor/aggregator-processor/pom.xml +++ b/applications/processor/aggregator-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/bridge-processor/pom.xml b/applications/processor/bridge-processor/pom.xml index ea3dcde2..73d3426a 100644 --- a/applications/processor/bridge-processor/pom.xml +++ b/applications/processor/bridge-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/filter-processor/pom.xml b/applications/processor/filter-processor/pom.xml index 110851c3..15558617 100644 --- a/applications/processor/filter-processor/pom.xml +++ b/applications/processor/filter-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml index 8fb6dcdd..4ae0ba39 100644 --- a/applications/processor/groovy-processor/pom.xml +++ b/applications/processor/groovy-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/header-enricher-processor/pom.xml b/applications/processor/header-enricher-processor/pom.xml index 43b4ad2b..4e4cd226 100644 --- a/applications/processor/header-enricher-processor/pom.xml +++ b/applications/processor/header-enricher-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/http-request-processor/pom.xml b/applications/processor/http-request-processor/pom.xml index bc05cc08..e414bbf7 100644 --- a/applications/processor/http-request-processor/pom.xml +++ b/applications/processor/http-request-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/image-recognition-processor/pom.xml b/applications/processor/image-recognition-processor/pom.xml index 352d862f..8aaed19b 100644 --- a/applications/processor/image-recognition-processor/pom.xml +++ b/applications/processor/image-recognition-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/object-detection-processor/pom.xml b/applications/processor/object-detection-processor/pom.xml index c4d91fbb..7c265cdc 100644 --- a/applications/processor/object-detection-processor/pom.xml +++ b/applications/processor/object-detection-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index c6948f78..e5aff796 100644 --- a/applications/processor/script-processor/pom.xml +++ b/applications/processor/script-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/semantic-segmentation-processor/pom.xml b/applications/processor/semantic-segmentation-processor/pom.xml index dd74c448..083d51fc 100644 --- a/applications/processor/semantic-segmentation-processor/pom.xml +++ b/applications/processor/semantic-segmentation-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml index 258622f5..b2bb9a7c 100644 --- a/applications/processor/splitter-processor/pom.xml +++ b/applications/processor/splitter-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/transform-processor/pom.xml b/applications/processor/transform-processor/pom.xml index 961f693f..72504039 100644 --- a/applications/processor/transform-processor/pom.xml +++ b/applications/processor/transform-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/processor/twitter-trend-processor/pom.xml b/applications/processor/twitter-trend-processor/pom.xml index 2ec5f17e..d665bc54 100644 --- a/applications/processor/twitter-trend-processor/pom.xml +++ b/applications/processor/twitter-trend-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/analytics-sink/pom.xml b/applications/sink/analytics-sink/pom.xml index ad370f51..be06fa2f 100644 --- a/applications/sink/analytics-sink/pom.xml +++ b/applications/sink/analytics-sink/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/cassandra-sink/pom.xml b/applications/sink/cassandra-sink/pom.xml index 51e37300..d3a3e47a 100644 --- a/applications/sink/cassandra-sink/pom.xml +++ b/applications/sink/cassandra-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/elasticsearch-sink/pom.xml b/applications/sink/elasticsearch-sink/pom.xml index 64fe6129..fb8de1a6 100644 --- a/applications/sink/elasticsearch-sink/pom.xml +++ b/applications/sink/elasticsearch-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/file-sink/pom.xml b/applications/sink/file-sink/pom.xml index b94cb2bb..18e5ef9b 100644 --- a/applications/sink/file-sink/pom.xml +++ b/applications/sink/file-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/ftp-sink/pom.xml b/applications/sink/ftp-sink/pom.xml index 5ad8058d..65d1b628 100644 --- a/applications/sink/ftp-sink/pom.xml +++ b/applications/sink/ftp-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/geode-sink/pom.xml b/applications/sink/geode-sink/pom.xml index 126e7a34..418c9a84 100644 --- a/applications/sink/geode-sink/pom.xml +++ b/applications/sink/geode-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/jdbc-sink/pom.xml b/applications/sink/jdbc-sink/pom.xml index 8605d009..ad6739ac 100644 --- a/applications/sink/jdbc-sink/pom.xml +++ b/applications/sink/jdbc-sink/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/log-sink/pom.xml b/applications/sink/log-sink/pom.xml index eb49a838..6ea3365b 100644 --- a/applications/sink/log-sink/pom.xml +++ b/applications/sink/log-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/mongodb-sink/pom.xml b/applications/sink/mongodb-sink/pom.xml index e57e2f79..7d6c0ff8 100644 --- a/applications/sink/mongodb-sink/pom.xml +++ b/applications/sink/mongodb-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/mqtt-sink/pom.xml b/applications/sink/mqtt-sink/pom.xml index 10fea42b..0bcf80ff 100644 --- a/applications/sink/mqtt-sink/pom.xml +++ b/applications/sink/mqtt-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/pgcopy-sink/pom.xml b/applications/sink/pgcopy-sink/pom.xml index 1dd6842e..a505b09d 100644 --- a/applications/sink/pgcopy-sink/pom.xml +++ b/applications/sink/pgcopy-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/rabbit-sink/pom.xml b/applications/sink/rabbit-sink/pom.xml index 97188edd..bc3bf69e 100644 --- a/applications/sink/rabbit-sink/pom.xml +++ b/applications/sink/rabbit-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml index b094a6cb..52cf7348 100644 --- a/applications/sink/redis-sink/pom.xml +++ b/applications/sink/redis-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml index 5eea521a..d1902857 100644 --- a/applications/sink/router-sink/pom.xml +++ b/applications/sink/router-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/rsocket-sink/pom.xml b/applications/sink/rsocket-sink/pom.xml index b4a84baf..a6b5e939 100644 --- a/applications/sink/rsocket-sink/pom.xml +++ b/applications/sink/rsocket-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml index 44f08d6a..285df502 100644 --- a/applications/sink/s3-sink/pom.xml +++ b/applications/sink/s3-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/sftp-sink/pom.xml b/applications/sink/sftp-sink/pom.xml index d674a358..c3910744 100644 --- a/applications/sink/sftp-sink/pom.xml +++ b/applications/sink/sftp-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/tasklauncher-sink/pom.xml b/applications/sink/tasklauncher-sink/pom.xml index 262890a8..ba49d4b6 100644 --- a/applications/sink/tasklauncher-sink/pom.xml +++ b/applications/sink/tasklauncher-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/tcp-sink/pom.xml b/applications/sink/tcp-sink/pom.xml index d68df9f2..67a3d56f 100644 --- a/applications/sink/tcp-sink/pom.xml +++ b/applications/sink/tcp-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/throughput-sink/pom.xml b/applications/sink/throughput-sink/pom.xml index d26f7bc0..e7c5b79b 100644 --- a/applications/sink/throughput-sink/pom.xml +++ b/applications/sink/throughput-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/twitter-message-sink/pom.xml b/applications/sink/twitter-message-sink/pom.xml index 82ad8dd7..9c1f8dd1 100644 --- a/applications/sink/twitter-message-sink/pom.xml +++ b/applications/sink/twitter-message-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/twitter-update-sink/pom.xml b/applications/sink/twitter-update-sink/pom.xml index 48df62ba..14d68b49 100644 --- a/applications/sink/twitter-update-sink/pom.xml +++ b/applications/sink/twitter-update-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/wavefront-sink/pom.xml b/applications/sink/wavefront-sink/pom.xml index 742c7d65..4f920645 100644 --- a/applications/sink/wavefront-sink/pom.xml +++ b/applications/sink/wavefront-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/sink/websocket-sink/pom.xml b/applications/sink/websocket-sink/pom.xml index 92cefc21..8f485b41 100644 --- a/applications/sink/websocket-sink/pom.xml +++ b/applications/sink/websocket-sink/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/cdc-debezium-source/pom.xml b/applications/source/cdc-debezium-source/pom.xml index 4206a43c..bd3bdbf3 100644 --- a/applications/source/cdc-debezium-source/pom.xml +++ b/applications/source/cdc-debezium-source/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 92ec367d..934354d3 100644 --- a/applications/source/file-source/pom.xml +++ b/applications/source/file-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/ftp-source/pom.xml b/applications/source/ftp-source/pom.xml index 004005b1..9a53e027 100644 --- a/applications/source/ftp-source/pom.xml +++ b/applications/source/ftp-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/geode-source/pom.xml b/applications/source/geode-source/pom.xml index b063d6bf..b65498b5 100644 --- a/applications/source/geode-source/pom.xml +++ b/applications/source/geode-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml index 6a8c26cc..fa8b4d33 100644 --- a/applications/source/http-source/pom.xml +++ b/applications/source/http-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml index 82362d56..c5d4beac 100644 --- a/applications/source/jdbc-source/pom.xml +++ b/applications/source/jdbc-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/jms-source/pom.xml b/applications/source/jms-source/pom.xml index 95e47955..bcfdc75a 100644 --- a/applications/source/jms-source/pom.xml +++ b/applications/source/jms-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml index 05f850a7..e23b2d98 100644 --- a/applications/source/load-generator-source/pom.xml +++ b/applications/source/load-generator-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/mail-source/pom.xml b/applications/source/mail-source/pom.xml index 2e2ef034..ae58432d 100644 --- a/applications/source/mail-source/pom.xml +++ b/applications/source/mail-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml index 7d8adc2f..12109015 100644 --- a/applications/source/mongodb-source/pom.xml +++ b/applications/source/mongodb-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/mqtt-source/pom.xml b/applications/source/mqtt-source/pom.xml index a48e47dc..91dfe890 100644 --- a/applications/source/mqtt-source/pom.xml +++ b/applications/source/mqtt-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/rabbit-source/pom.xml b/applications/source/rabbit-source/pom.xml index b6f70ab3..29a84ae8 100644 --- a/applications/source/rabbit-source/pom.xml +++ b/applications/source/rabbit-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/s3-source/pom.xml b/applications/source/s3-source/pom.xml index f196fb2a..64016ee3 100644 --- a/applications/source/s3-source/pom.xml +++ b/applications/source/s3-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/sftp-source/pom.xml b/applications/source/sftp-source/pom.xml index 2bc212db..0e799db0 100644 --- a/applications/source/sftp-source/pom.xml +++ b/applications/source/sftp-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/syslog-source/pom.xml b/applications/source/syslog-source/pom.xml index d54ba271..fea1adc2 100644 --- a/applications/source/syslog-source/pom.xml +++ b/applications/source/syslog-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/tcp-source/pom.xml b/applications/source/tcp-source/pom.xml index b8baa6d9..7bec4ce3 100644 --- a/applications/source/tcp-source/pom.xml +++ b/applications/source/tcp-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml index def84648..835aa644 100644 --- a/applications/source/time-source/pom.xml +++ b/applications/source/time-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/twitter-message-source/pom.xml b/applications/source/twitter-message-source/pom.xml index be546990..c2af23ad 100644 --- a/applications/source/twitter-message-source/pom.xml +++ b/applications/source/twitter-message-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/twitter-search-source/pom.xml b/applications/source/twitter-search-source/pom.xml index 7f9f1cf1..0125ab73 100644 --- a/applications/source/twitter-search-source/pom.xml +++ b/applications/source/twitter-search-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/twitter-stream-source/pom.xml b/applications/source/twitter-stream-source/pom.xml index 9e4e415e..ca0ec63a 100644 --- a/applications/source/twitter-stream-source/pom.xml +++ b/applications/source/twitter-stream-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT diff --git a/applications/source/websocket-source/pom.xml b/applications/source/websocket-source/pom.xml index 94e71f2b..b7cc3c7a 100644 --- a/applications/source/websocket-source/pom.xml +++ b/applications/source/websocket-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-RC2 + 3.0.0-SNAPSHOT