From 375649c26e152af289c218bd557d88279f7e59c5 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 16 Dec 2020 13:25:29 -0500 Subject: [PATCH] Applicaion modules next version updates 3.0.1-SNAPSHOT parent stream-applications-core to 3.0.2-SNAPSHOT --- applications/pom.xml | 2 +- applications/processor/aggregator-processor/pom.xml | 4 ++-- applications/processor/bridge-processor/pom.xml | 4 ++-- applications/processor/filter-processor/pom.xml | 4 ++-- applications/processor/groovy-processor/pom.xml | 4 ++-- applications/processor/header-enricher-processor/pom.xml | 4 ++-- applications/processor/http-request-processor/pom.xml | 4 ++-- applications/processor/image-recognition-processor/pom.xml | 4 ++-- applications/processor/object-detection-processor/pom.xml | 4 ++-- applications/processor/pom.xml | 2 +- applications/processor/script-processor/pom.xml | 4 ++-- .../processor/semantic-segmentation-processor/pom.xml | 4 ++-- applications/processor/splitter-processor/pom.xml | 4 ++-- applications/processor/transform-processor/pom.xml | 4 ++-- applications/processor/twitter-trend-processor/pom.xml | 4 ++-- applications/sink/analytics-sink/pom.xml | 4 ++-- applications/sink/cassandra-sink/pom.xml | 4 ++-- applications/sink/elasticsearch-sink/pom.xml | 4 ++-- applications/sink/file-sink/pom.xml | 4 ++-- applications/sink/ftp-sink/pom.xml | 4 ++-- applications/sink/geode-sink/pom.xml | 4 ++-- applications/sink/jdbc-sink/pom.xml | 4 ++-- applications/sink/log-sink/pom.xml | 4 ++-- applications/sink/mongodb-sink/pom.xml | 4 ++-- applications/sink/mqtt-sink/pom.xml | 4 ++-- applications/sink/pgcopy-sink/pom.xml | 4 ++-- applications/sink/pom.xml | 2 +- applications/sink/rabbit-sink/pom.xml | 4 ++-- applications/sink/redis-sink/pom.xml | 4 ++-- applications/sink/router-sink/pom.xml | 4 ++-- applications/sink/rsocket-sink/pom.xml | 4 ++-- applications/sink/s3-sink/pom.xml | 4 ++-- applications/sink/sftp-sink/pom.xml | 4 ++-- applications/sink/tasklauncher-sink/pom.xml | 4 ++-- applications/sink/tcp-sink/pom.xml | 4 ++-- applications/sink/throughput-sink/pom.xml | 4 ++-- applications/sink/twitter-message-sink/pom.xml | 4 ++-- applications/sink/twitter-update-sink/pom.xml | 4 ++-- applications/sink/wavefront-sink/pom.xml | 4 ++-- applications/sink/websocket-sink/pom.xml | 4 ++-- applications/source/cdc-debezium-source/pom.xml | 4 ++-- applications/source/file-source/pom.xml | 4 ++-- applications/source/ftp-source/pom.xml | 4 ++-- applications/source/geode-source/pom.xml | 4 ++-- applications/source/http-source/pom.xml | 4 ++-- applications/source/jdbc-source/pom.xml | 4 ++-- applications/source/jms-source/pom.xml | 4 ++-- applications/source/load-generator-source/pom.xml | 4 ++-- applications/source/mail-source/pom.xml | 4 ++-- applications/source/mongodb-source/pom.xml | 4 ++-- applications/source/mqtt-source/pom.xml | 4 ++-- applications/source/pom.xml | 2 +- applications/source/rabbit-source/pom.xml | 4 ++-- applications/source/s3-source/pom.xml | 4 ++-- applications/source/sftp-source/pom.xml | 4 ++-- applications/source/syslog-source/pom.xml | 4 ++-- applications/source/tcp-source/pom.xml | 4 ++-- applications/source/time-source/pom.xml | 4 ++-- applications/source/twitter-message-source/pom.xml | 4 ++-- applications/source/twitter-search-source/pom.xml | 4 ++-- applications/source/twitter-stream-source/pom.xml | 4 ++-- applications/source/websocket-source/pom.xml | 4 ++-- 62 files changed, 120 insertions(+), 120 deletions(-) diff --git a/applications/pom.xml b/applications/pom.xml index e3e8be67..81f306a1 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud.stream.app applications - 3.0.0 + 3.0.1-SNAPSHOT applications Infrastructure for stream applications pom diff --git a/applications/processor/aggregator-processor/pom.xml b/applications/processor/aggregator-processor/pom.xml index 79927c01..6612df30 100644 --- a/applications/processor/aggregator-processor/pom.xml +++ b/applications/processor/aggregator-processor/pom.xml @@ -6,12 +6,12 @@ aggregator-processor aggregator-processor aggregator processor apps - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/bridge-processor/pom.xml b/applications/processor/bridge-processor/pom.xml index 99c1bda7..d3b587af 100644 --- a/applications/processor/bridge-processor/pom.xml +++ b/applications/processor/bridge-processor/pom.xml @@ -6,12 +6,12 @@ bridge-processor bridge-processor bridge processor apps - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/filter-processor/pom.xml b/applications/processor/filter-processor/pom.xml index 6bc92043..60d739aa 100644 --- a/applications/processor/filter-processor/pom.xml +++ b/applications/processor/filter-processor/pom.xml @@ -6,12 +6,12 @@ filter-processor filter-processor filter processor apps - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml index c90c0626..90661377 100644 --- a/applications/processor/groovy-processor/pom.xml +++ b/applications/processor/groovy-processor/pom.xml @@ -6,12 +6,12 @@ groovy-processor groovy-processor groovy processor apps - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/header-enricher-processor/pom.xml b/applications/processor/header-enricher-processor/pom.xml index b69c7702..0761d773 100644 --- a/applications/processor/header-enricher-processor/pom.xml +++ b/applications/processor/header-enricher-processor/pom.xml @@ -6,12 +6,12 @@ header-enricher-processor header-enricher-processor header-enricher processor apps - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/http-request-processor/pom.xml b/applications/processor/http-request-processor/pom.xml index 08ae1be5..db28e215 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 + 3.0.1-SNAPSHOT http-request-processor HTTP request processor apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/image-recognition-processor/pom.xml b/applications/processor/image-recognition-processor/pom.xml index 8950f8ac..569f4200 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 + 3.0.1-SNAPSHOT image-recognition-processor Image recognition (tensorflow) processor apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/object-detection-processor/pom.xml b/applications/processor/object-detection-processor/pom.xml index d1b3a3ff..f16dceb4 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 + 3.0.1-SNAPSHOT object-detection-processor Object Detection (tensorflow) processor apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/pom.xml b/applications/processor/pom.xml index ef3319b6..c2520015 100644 --- a/applications/processor/pom.xml +++ b/applications/processor/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app processor - 3.0.0 + 3.0.1-SNAPSHOT pom diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index d36eceae..03a5e138 100644 --- a/applications/processor/script-processor/pom.xml +++ b/applications/processor/script-processor/pom.xml @@ -6,12 +6,12 @@ script-processor script-processor script processor apps - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/semantic-segmentation-processor/pom.xml b/applications/processor/semantic-segmentation-processor/pom.xml index d7e14af2..c570442d 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 + 3.0.1-SNAPSHOT semantic-segmentation-processor Semantic Segmentation (tensorflow) processor apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml index 2d168291..d22128a6 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 + 3.0.1-SNAPSHOT splitter-processor splitter processor apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/transform-processor/pom.xml b/applications/processor/transform-processor/pom.xml index a905a2da..e649f4ba 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 + 3.0.1-SNAPSHOT transform-processor transform processor apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/processor/twitter-trend-processor/pom.xml b/applications/processor/twitter-trend-processor/pom.xml index 72e836e0..7d3ee7f2 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 - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/analytics-sink/pom.xml b/applications/sink/analytics-sink/pom.xml index af665d97..dd1ce07b 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 + 3.0.1-SNAPSHOT analytics-sink Analytics sink apps jar @@ -12,7 +12,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/cassandra-sink/pom.xml b/applications/sink/cassandra-sink/pom.xml index 2b364a8f..0f3279ca 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 + 3.0.1-SNAPSHOT cassandra-sink cassandra sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/elasticsearch-sink/pom.xml b/applications/sink/elasticsearch-sink/pom.xml index fdcfa280..0d6e132d 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 + 3.0.1-SNAPSHOT elasticsearch-sink elasticsearch sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/file-sink/pom.xml b/applications/sink/file-sink/pom.xml index eab52e45..57ab4200 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 + 3.0.1-SNAPSHOT file-sink file sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/ftp-sink/pom.xml b/applications/sink/ftp-sink/pom.xml index 0b50a8b0..5d0c147d 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 + 3.0.1-SNAPSHOT ftp-sink ftp sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/geode-sink/pom.xml b/applications/sink/geode-sink/pom.xml index d53a2a88..1140ab37 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 + 3.0.1-SNAPSHOT geode-sink Geode sink app jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/jdbc-sink/pom.xml b/applications/sink/jdbc-sink/pom.xml index 73232e4d..0673d315 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 + 3.0.1-SNAPSHOT jdbc-sink jdbc sink apps jar @@ -12,7 +12,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/log-sink/pom.xml b/applications/sink/log-sink/pom.xml index 34675674..638d38eb 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 + 3.0.1-SNAPSHOT log-sink log sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/mongodb-sink/pom.xml b/applications/sink/mongodb-sink/pom.xml index c7640045..7385d8b6 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 + 3.0.1-SNAPSHOT mongodb-sink mongodb sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/mqtt-sink/pom.xml b/applications/sink/mqtt-sink/pom.xml index 3f230e16..79f8d974 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 + 3.0.1-SNAPSHOT mqtt-sink mqtt sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/pgcopy-sink/pom.xml b/applications/sink/pgcopy-sink/pom.xml index 310c480f..70f92648 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 + 3.0.1-SNAPSHOT pgcopy-sink pgcopy sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/pom.xml b/applications/sink/pom.xml index fd22f496..5beeb9a1 100644 --- a/applications/sink/pom.xml +++ b/applications/sink/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app sink - 3.0.0 + 3.0.1-SNAPSHOT pom diff --git a/applications/sink/rabbit-sink/pom.xml b/applications/sink/rabbit-sink/pom.xml index d462f53b..a4c0a7c0 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 + 3.0.1-SNAPSHOT rabbit-sink rabbit sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml index 9a148c4b..82a71652 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 + 3.0.1-SNAPSHOT redis-sink redis sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml index 67bcf269..d74ae18c 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 + 3.0.1-SNAPSHOT router-sink log sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/rsocket-sink/pom.xml b/applications/sink/rsocket-sink/pom.xml index 4e44d825..5f620f72 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 + 3.0.1-SNAPSHOT rsocket-sink RSocket sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml index 6933a8ae..42705626 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 + 3.0.1-SNAPSHOT s3-sink s3 sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/sftp-sink/pom.xml b/applications/sink/sftp-sink/pom.xml index 2289c383..3de2708d 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 + 3.0.1-SNAPSHOT sftp-sink sftp sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/tasklauncher-sink/pom.xml b/applications/sink/tasklauncher-sink/pom.xml index ec2b7db2..469e310e 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 + 3.0.1-SNAPSHOT tasklauncher-sink tasklauncher sink app jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/tcp-sink/pom.xml b/applications/sink/tcp-sink/pom.xml index 029bcafd..43fb98a6 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 + 3.0.1-SNAPSHOT tcp-sink tcp sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/throughput-sink/pom.xml b/applications/sink/throughput-sink/pom.xml index c795aea1..928e4a71 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 + 3.0.1-SNAPSHOT throughput-sink throughput sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/twitter-message-sink/pom.xml b/applications/sink/twitter-message-sink/pom.xml index 2367865e..4c48cd2d 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 + 3.0.1-SNAPSHOT twitter-message-sink twitter message sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/twitter-update-sink/pom.xml b/applications/sink/twitter-update-sink/pom.xml index 4fed172a..f6252832 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 + 3.0.1-SNAPSHOT twitter-update-sink twitter update sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/wavefront-sink/pom.xml b/applications/sink/wavefront-sink/pom.xml index fe100b3c..b005c64e 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 + 3.0.1-SNAPSHOT wavefront-sink Wavefront sink app jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/sink/websocket-sink/pom.xml b/applications/sink/websocket-sink/pom.xml index 91ac9b06..5f7ee657 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 + 3.0.1-SNAPSHOT websocket-sink websocket sink apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/cdc-debezium-source/pom.xml b/applications/source/cdc-debezium-source/pom.xml index 7360aebb..eb1f404d 100644 --- a/applications/source/cdc-debezium-source/pom.xml +++ b/applications/source/cdc-debezium-source/pom.xml @@ -2,12 +2,12 @@ 4.0.0 - 3.0.0 + 3.0.1-SNAPSHOT org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 06dc8589..aa136cf3 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 + 3.0.1-SNAPSHOT file-source file source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/ftp-source/pom.xml b/applications/source/ftp-source/pom.xml index 629f20f3..403dee2c 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 + 3.0.1-SNAPSHOT ftp-source ftp source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/geode-source/pom.xml b/applications/source/geode-source/pom.xml index 74c54c20..5fa73542 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 + 3.0.1-SNAPSHOT geode-source Geode source app jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml index 8ba28b25..e3d52f0f 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 + 3.0.1-SNAPSHOT http-source http source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml index 40da796b..303f41da 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 + 3.0.1-SNAPSHOT jdbc-source JDBC source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/jms-source/pom.xml b/applications/source/jms-source/pom.xml index 546a66f5..dadea682 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 + 3.0.1-SNAPSHOT jms-source jms source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml index e0639811..2a60b14a 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 + 3.0.1-SNAPSHOT load-generator-source load-generator source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/mail-source/pom.xml b/applications/source/mail-source/pom.xml index 13607fb0..77b0c592 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 + 3.0.1-SNAPSHOT mail-source mail source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml index cd550a54..5250deeb 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 + 3.0.1-SNAPSHOT mongodb-source mongodb source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/mqtt-source/pom.xml b/applications/source/mqtt-source/pom.xml index 0b71e030..98e2782a 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 + 3.0.1-SNAPSHOT mqtt-source mqtt source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/pom.xml b/applications/source/pom.xml index e0ecc4ac..51329620 100644 --- a/applications/source/pom.xml +++ b/applications/source/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app source - 3.0.0 + 3.0.1-SNAPSHOT pom diff --git a/applications/source/rabbit-source/pom.xml b/applications/source/rabbit-source/pom.xml index 769401de..edf936b0 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 + 3.0.1-SNAPSHOT rabbit-source Rabbit source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/s3-source/pom.xml b/applications/source/s3-source/pom.xml index 2c6c5fab..d0da9b0b 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 + 3.0.1-SNAPSHOT s3-source s3 source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/sftp-source/pom.xml b/applications/source/sftp-source/pom.xml index c1dc550c..c66f071d 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 + 3.0.1-SNAPSHOT sftp-source sftp source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/syslog-source/pom.xml b/applications/source/syslog-source/pom.xml index d5e1d66e..6d794037 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 + 3.0.1-SNAPSHOT syslog-source syslog source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/tcp-source/pom.xml b/applications/source/tcp-source/pom.xml index 2d22ead6..6a1ea180 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 + 3.0.1-SNAPSHOT tcp-source tcp source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml index eea4dc4b..5e7ba7cc 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 + 3.0.1-SNAPSHOT time-source time source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/twitter-message-source/pom.xml b/applications/source/twitter-message-source/pom.xml index 2e5c9813..2b79254a 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 + 3.0.1-SNAPSHOT twitter-message-source twitter message source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/twitter-search-source/pom.xml b/applications/source/twitter-search-source/pom.xml index 8c46220e..7a84b007 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 + 3.0.1-SNAPSHOT twitter-search-source twitter search source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/twitter-stream-source/pom.xml b/applications/source/twitter-stream-source/pom.xml index 2813cb44..07fa8eb5 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 + 3.0.1-SNAPSHOT twitter-stream-source twitter stream source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT diff --git a/applications/source/websocket-source/pom.xml b/applications/source/websocket-source/pom.xml index 0df3f46e..2dc5e71f 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 + 3.0.1-SNAPSHOT websocket-source websocket source apps jar @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.1 + 3.0.2-SNAPSHOT