From ae32a7abfde210db4656e6588f113a2e4f578d6d Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 11 Dec 2020 17:25:52 -0500 Subject: [PATCH] Back to snapshot versions for applications --- 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/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/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/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 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/applications/processor/aggregator-processor/pom.xml b/applications/processor/aggregator-processor/pom.xml index b5d90782..1b060d4d 100644 --- a/applications/processor/aggregator-processor/pom.xml +++ b/applications/processor/aggregator-processor/pom.xml @@ -6,7 +6,7 @@ aggregator-processor aggregator-processor aggregator processor apps - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/processor/bridge-processor/pom.xml b/applications/processor/bridge-processor/pom.xml index 9b47f3d4..ea3dcde2 100644 --- a/applications/processor/bridge-processor/pom.xml +++ b/applications/processor/bridge-processor/pom.xml @@ -6,7 +6,7 @@ bridge-processor bridge-processor bridge processor apps - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/processor/filter-processor/pom.xml b/applications/processor/filter-processor/pom.xml index 9bc2db46..110851c3 100644 --- a/applications/processor/filter-processor/pom.xml +++ b/applications/processor/filter-processor/pom.xml @@ -6,7 +6,7 @@ filter-processor filter-processor filter processor apps - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml index 880ba237..8fb6dcdd 100644 --- a/applications/processor/groovy-processor/pom.xml +++ b/applications/processor/groovy-processor/pom.xml @@ -6,7 +6,7 @@ groovy-processor groovy-processor groovy processor apps - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/processor/header-enricher-processor/pom.xml b/applications/processor/header-enricher-processor/pom.xml index c1cd7bf3..43b4ad2b 100644 --- a/applications/processor/header-enricher-processor/pom.xml +++ b/applications/processor/header-enricher-processor/pom.xml @@ -6,7 +6,7 @@ header-enricher-processor header-enricher-processor header-enricher processor apps - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/processor/http-request-processor/pom.xml b/applications/processor/http-request-processor/pom.xml index 3f053f97..bc05cc08 100644 --- a/applications/processor/http-request-processor/pom.xml +++ b/applications/processor/http-request-processor/pom.xml @@ -3,7 +3,7 @@ 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-processor - 3.0.0-RC2 + 3.0.0-SNAPSHOT http-request-processor HTTP request processor apps jar diff --git a/applications/processor/image-recognition-processor/pom.xml b/applications/processor/image-recognition-processor/pom.xml index ab7fb2db..352d862f 100644 --- a/applications/processor/image-recognition-processor/pom.xml +++ b/applications/processor/image-recognition-processor/pom.xml @@ -3,7 +3,7 @@ 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-processor - 3.0.0-RC2 + 3.0.0-SNAPSHOT image-recognition-processor Image recognition (tensorflow) processor apps jar diff --git a/applications/processor/object-detection-processor/pom.xml b/applications/processor/object-detection-processor/pom.xml index 34bd056c..c4d91fbb 100644 --- a/applications/processor/object-detection-processor/pom.xml +++ b/applications/processor/object-detection-processor/pom.xml @@ -3,7 +3,7 @@ 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-processor - 3.0.0-RC2 + 3.0.0-SNAPSHOT object-detection-processor Object Detection (tensorflow) processor apps jar diff --git a/applications/processor/pom.xml b/applications/processor/pom.xml index 0e7926d0..ff657f53 100644 --- a/applications/processor/pom.xml +++ b/applications/processor/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app processor - 3.0.0-RC2 + 3.0.0-SNAPSHOT pom diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index 8644d971..c6948f78 100644 --- a/applications/processor/script-processor/pom.xml +++ b/applications/processor/script-processor/pom.xml @@ -6,7 +6,7 @@ script-processor script-processor script processor apps - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/processor/semantic-segmentation-processor/pom.xml b/applications/processor/semantic-segmentation-processor/pom.xml index fde66f06..dd74c448 100644 --- a/applications/processor/semantic-segmentation-processor/pom.xml +++ b/applications/processor/semantic-segmentation-processor/pom.xml @@ -3,7 +3,7 @@ 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-processor - 3.0.0-RC2 + 3.0.0-SNAPSHOT semantic-segmentation-processor Semantic Segmentation (tensorflow) processor apps jar diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml index 5067e80e..258622f5 100644 --- a/applications/processor/splitter-processor/pom.xml +++ b/applications/processor/splitter-processor/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 splitter-processor - 3.0.0-RC2 + 3.0.0-SNAPSHOT splitter-processor splitter processor apps jar diff --git a/applications/processor/transform-processor/pom.xml b/applications/processor/transform-processor/pom.xml index e92a8fc7..961f693f 100644 --- a/applications/processor/transform-processor/pom.xml +++ b/applications/processor/transform-processor/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 transform-processor - 3.0.0-RC2 + 3.0.0-SNAPSHOT transform-processor transform processor apps jar diff --git a/applications/processor/twitter-trend-processor/pom.xml b/applications/processor/twitter-trend-processor/pom.xml index df88fe76..2ec5f17e 100644 --- a/applications/processor/twitter-trend-processor/pom.xml +++ b/applications/processor/twitter-trend-processor/pom.xml @@ -6,7 +6,7 @@ twitter-trend-processor twitter-trend-processor twitter trend processor apps - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/sink/analytics-sink/pom.xml b/applications/sink/analytics-sink/pom.xml index 5d0c24cb..ad370f51 100644 --- a/applications/sink/analytics-sink/pom.xml +++ b/applications/sink/analytics-sink/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 analytics-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT analytics-sink Analytics sink apps jar diff --git a/applications/sink/cassandra-sink/pom.xml b/applications/sink/cassandra-sink/pom.xml index b02c56d9..51e37300 100644 --- a/applications/sink/cassandra-sink/pom.xml +++ b/applications/sink/cassandra-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cassandra-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT cassandra-sink cassandra sink apps jar diff --git a/applications/sink/elasticsearch-sink/pom.xml b/applications/sink/elasticsearch-sink/pom.xml index 7322491b..64fe6129 100644 --- a/applications/sink/elasticsearch-sink/pom.xml +++ b/applications/sink/elasticsearch-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 elasticsearch-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT elasticsearch-sink elasticsearch sink apps jar diff --git a/applications/sink/file-sink/pom.xml b/applications/sink/file-sink/pom.xml index 0fc64159..b94cb2bb 100644 --- a/applications/sink/file-sink/pom.xml +++ b/applications/sink/file-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 file-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT file-sink file sink apps jar diff --git a/applications/sink/ftp-sink/pom.xml b/applications/sink/ftp-sink/pom.xml index a95019d0..5ad8058d 100644 --- a/applications/sink/ftp-sink/pom.xml +++ b/applications/sink/ftp-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 ftp-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT ftp-sink ftp sink apps jar diff --git a/applications/sink/geode-sink/pom.xml b/applications/sink/geode-sink/pom.xml index 63c25221..126e7a34 100644 --- a/applications/sink/geode-sink/pom.xml +++ b/applications/sink/geode-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 geode-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT geode-sink Geode sink app jar diff --git a/applications/sink/jdbc-sink/pom.xml b/applications/sink/jdbc-sink/pom.xml index 2c86eefa..8605d009 100644 --- a/applications/sink/jdbc-sink/pom.xml +++ b/applications/sink/jdbc-sink/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 jdbc-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT jdbc-sink jdbc sink apps jar diff --git a/applications/sink/log-sink/pom.xml b/applications/sink/log-sink/pom.xml index 79e880f8..eb49a838 100644 --- a/applications/sink/log-sink/pom.xml +++ b/applications/sink/log-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 log-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT log-sink log sink apps jar diff --git a/applications/sink/mongodb-sink/pom.xml b/applications/sink/mongodb-sink/pom.xml index 91de2b1c..e57e2f79 100644 --- a/applications/sink/mongodb-sink/pom.xml +++ b/applications/sink/mongodb-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 mongodb-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT mongodb-sink mongodb sink apps jar diff --git a/applications/sink/mqtt-sink/pom.xml b/applications/sink/mqtt-sink/pom.xml index d53cf51c..10fea42b 100644 --- a/applications/sink/mqtt-sink/pom.xml +++ b/applications/sink/mqtt-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 mqtt-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT mqtt-sink mqtt sink apps jar diff --git a/applications/sink/pgcopy-sink/pom.xml b/applications/sink/pgcopy-sink/pom.xml index 57e60b34..1dd6842e 100644 --- a/applications/sink/pgcopy-sink/pom.xml +++ b/applications/sink/pgcopy-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 pgcopy-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT pgcopy-sink pgcopy sink apps jar diff --git a/applications/sink/pom.xml b/applications/sink/pom.xml index cc429742..e33c6578 100644 --- a/applications/sink/pom.xml +++ b/applications/sink/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT pom diff --git a/applications/sink/rabbit-sink/pom.xml b/applications/sink/rabbit-sink/pom.xml index fe4b6e80..97188edd 100644 --- a/applications/sink/rabbit-sink/pom.xml +++ b/applications/sink/rabbit-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 rabbit-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT rabbit-sink rabbit sink apps jar diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml index d3e10840..b094a6cb 100644 --- a/applications/sink/redis-sink/pom.xml +++ b/applications/sink/redis-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 redis-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT redis-sink redis sink apps jar diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml index 6c82e93f..5eea521a 100644 --- a/applications/sink/router-sink/pom.xml +++ b/applications/sink/router-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 router-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT router-sink log sink apps jar diff --git a/applications/sink/rsocket-sink/pom.xml b/applications/sink/rsocket-sink/pom.xml index 46e489f4..b4a84baf 100644 --- a/applications/sink/rsocket-sink/pom.xml +++ b/applications/sink/rsocket-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 rsocket-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT rsocket-sink RSocket sink apps jar diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml index fea589fb..44f08d6a 100644 --- a/applications/sink/s3-sink/pom.xml +++ b/applications/sink/s3-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 s3-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT s3-sink s3 sink apps jar diff --git a/applications/sink/sftp-sink/pom.xml b/applications/sink/sftp-sink/pom.xml index bd3e1d63..d674a358 100644 --- a/applications/sink/sftp-sink/pom.xml +++ b/applications/sink/sftp-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 sftp-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT sftp-sink sftp sink apps jar diff --git a/applications/sink/tasklauncher-sink/pom.xml b/applications/sink/tasklauncher-sink/pom.xml index be4b0dd6..262890a8 100644 --- a/applications/sink/tasklauncher-sink/pom.xml +++ b/applications/sink/tasklauncher-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 tasklauncher-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT tasklauncher-sink tasklauncher sink app jar diff --git a/applications/sink/tcp-sink/pom.xml b/applications/sink/tcp-sink/pom.xml index ad73c14d..d68df9f2 100644 --- a/applications/sink/tcp-sink/pom.xml +++ b/applications/sink/tcp-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 tcp-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT tcp-sink tcp sink apps jar diff --git a/applications/sink/throughput-sink/pom.xml b/applications/sink/throughput-sink/pom.xml index 382e0114..d26f7bc0 100644 --- a/applications/sink/throughput-sink/pom.xml +++ b/applications/sink/throughput-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 throughput-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT throughput-sink throughput sink apps jar diff --git a/applications/sink/twitter-message-sink/pom.xml b/applications/sink/twitter-message-sink/pom.xml index 67561005..82ad8dd7 100644 --- a/applications/sink/twitter-message-sink/pom.xml +++ b/applications/sink/twitter-message-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 twitter-message-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT twitter-message-sink twitter message sink apps jar diff --git a/applications/sink/twitter-update-sink/pom.xml b/applications/sink/twitter-update-sink/pom.xml index c1827260..48df62ba 100644 --- a/applications/sink/twitter-update-sink/pom.xml +++ b/applications/sink/twitter-update-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 twitter-update-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT twitter-update-sink twitter update sink apps jar diff --git a/applications/sink/wavefront-sink/pom.xml b/applications/sink/wavefront-sink/pom.xml index 77544d31..742c7d65 100644 --- a/applications/sink/wavefront-sink/pom.xml +++ b/applications/sink/wavefront-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 wavefront-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT wavefront-sink Wavefront sink app jar diff --git a/applications/sink/websocket-sink/pom.xml b/applications/sink/websocket-sink/pom.xml index 6e18ff87..92cefc21 100644 --- a/applications/sink/websocket-sink/pom.xml +++ b/applications/sink/websocket-sink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 websocket-sink - 3.0.0-RC2 + 3.0.0-SNAPSHOT websocket-sink websocket sink apps jar diff --git a/applications/source/cdc-debezium-source/pom.xml b/applications/source/cdc-debezium-source/pom.xml index c3b51644..4206a43c 100644 --- a/applications/source/cdc-debezium-source/pom.xml +++ b/applications/source/cdc-debezium-source/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - 3.0.0-RC2 + 3.0.0-SNAPSHOT org.springframework.cloud.stream.app diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 8297fc8d..92ec367d 100644 --- a/applications/source/file-source/pom.xml +++ b/applications/source/file-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 file-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT file-source file source apps jar diff --git a/applications/source/ftp-source/pom.xml b/applications/source/ftp-source/pom.xml index 1a2148ea..004005b1 100644 --- a/applications/source/ftp-source/pom.xml +++ b/applications/source/ftp-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 ftp-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT ftp-source ftp source apps jar diff --git a/applications/source/geode-source/pom.xml b/applications/source/geode-source/pom.xml index 8ae9433c..b063d6bf 100644 --- a/applications/source/geode-source/pom.xml +++ b/applications/source/geode-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 geode-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT geode-source Geode source app jar diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml index cbe52e56..6a8c26cc 100644 --- a/applications/source/http-source/pom.xml +++ b/applications/source/http-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 http-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT http-source http source apps jar diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml index 0c61909f..82362d56 100644 --- a/applications/source/jdbc-source/pom.xml +++ b/applications/source/jdbc-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 jdbc-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT jdbc-source JDBC source apps jar diff --git a/applications/source/jms-source/pom.xml b/applications/source/jms-source/pom.xml index 44cf3358..95e47955 100644 --- a/applications/source/jms-source/pom.xml +++ b/applications/source/jms-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 jms-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT jms-source jms source apps jar diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml index f2cb07e4..05f850a7 100644 --- a/applications/source/load-generator-source/pom.xml +++ b/applications/source/load-generator-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 load-generator-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT load-generator-source load-generator source apps jar diff --git a/applications/source/mail-source/pom.xml b/applications/source/mail-source/pom.xml index d8e7a241..2e2ef034 100644 --- a/applications/source/mail-source/pom.xml +++ b/applications/source/mail-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 mail-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT mail-source mail source apps jar diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml index 273dd4e4..7d8adc2f 100644 --- a/applications/source/mongodb-source/pom.xml +++ b/applications/source/mongodb-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 mongodb-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT mongodb-source mongodb source apps jar diff --git a/applications/source/mqtt-source/pom.xml b/applications/source/mqtt-source/pom.xml index 0bfc4fc2..a48e47dc 100644 --- a/applications/source/mqtt-source/pom.xml +++ b/applications/source/mqtt-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 mqtt-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT mqtt-source mqtt source apps jar diff --git a/applications/source/pom.xml b/applications/source/pom.xml index 7346d15d..c61bb6d3 100644 --- a/applications/source/pom.xml +++ b/applications/source/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app source - 3.0.0-RC2 + 3.0.0-SNAPSHOT pom diff --git a/applications/source/rabbit-source/pom.xml b/applications/source/rabbit-source/pom.xml index 89d29024..b6f70ab3 100644 --- a/applications/source/rabbit-source/pom.xml +++ b/applications/source/rabbit-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 rabbit-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT rabbit-source Rabbit source apps jar diff --git a/applications/source/s3-source/pom.xml b/applications/source/s3-source/pom.xml index 59985823..f196fb2a 100644 --- a/applications/source/s3-source/pom.xml +++ b/applications/source/s3-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 s3-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT s3-source s3 source apps jar diff --git a/applications/source/sftp-source/pom.xml b/applications/source/sftp-source/pom.xml index 00ca3be1..2bc212db 100644 --- a/applications/source/sftp-source/pom.xml +++ b/applications/source/sftp-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 sftp-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT sftp-source sftp source apps jar diff --git a/applications/source/syslog-source/pom.xml b/applications/source/syslog-source/pom.xml index 5f80fb4f..d54ba271 100644 --- a/applications/source/syslog-source/pom.xml +++ b/applications/source/syslog-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 syslog-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT syslog-source syslog source apps jar diff --git a/applications/source/tcp-source/pom.xml b/applications/source/tcp-source/pom.xml index 9be78507..b8baa6d9 100644 --- a/applications/source/tcp-source/pom.xml +++ b/applications/source/tcp-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 tcp-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT tcp-source tcp source apps jar diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml index df598b46..def84648 100644 --- a/applications/source/time-source/pom.xml +++ b/applications/source/time-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 time-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT time-source time source apps jar diff --git a/applications/source/twitter-message-source/pom.xml b/applications/source/twitter-message-source/pom.xml index b3ca5e52..be546990 100644 --- a/applications/source/twitter-message-source/pom.xml +++ b/applications/source/twitter-message-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 twitter-message-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT twitter-message-source twitter message source apps jar diff --git a/applications/source/twitter-search-source/pom.xml b/applications/source/twitter-search-source/pom.xml index 4900ea5e..7f9f1cf1 100644 --- a/applications/source/twitter-search-source/pom.xml +++ b/applications/source/twitter-search-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 twitter-search-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT twitter-search-source twitter search source apps jar diff --git a/applications/source/twitter-stream-source/pom.xml b/applications/source/twitter-stream-source/pom.xml index 0f0f715f..9e4e415e 100644 --- a/applications/source/twitter-stream-source/pom.xml +++ b/applications/source/twitter-stream-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 twitter-stream-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT twitter-stream-source twitter stream source apps jar diff --git a/applications/source/websocket-source/pom.xml b/applications/source/websocket-source/pom.xml index b7fcf1e2..94e71f2b 100644 --- a/applications/source/websocket-source/pom.xml +++ b/applications/source/websocket-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 websocket-source - 3.0.0-RC2 + 3.0.0-SNAPSHOT websocket-source websocket source apps jar