From f286ced1a0452943089e20b6ff77076007ebbe35 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Sun, 11 Oct 2020 10:43:16 -0400 Subject: [PATCH] Upgrade apps 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 +- .../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/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 +- applications/stream-applications-build/pom.xml | 2 +- functions/function/task-launch-request-function/pom.xml | 4 ++++ 59 files changed, 62 insertions(+), 58 deletions(-) diff --git a/applications/processor/aggregator-processor/pom.xml b/applications/processor/aggregator-processor/pom.xml index 7860a180..3821639c 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/bridge-processor/pom.xml b/applications/processor/bridge-processor/pom.xml index f0dc74aa..cb6e3188 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/filter-processor/pom.xml b/applications/processor/filter-processor/pom.xml index dfb1def0..92fdb2a3 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml index 46c36bf7..8547e886 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/header-enricher-processor/pom.xml b/applications/processor/header-enricher-processor/pom.xml index 1d521080..efb1c3f1 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/http-request-processor/pom.xml b/applications/processor/http-request-processor/pom.xml index 69664648..46766a13 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/image-recognition-processor/pom.xml b/applications/processor/image-recognition-processor/pom.xml index b8a3cf4a..e4d92b19 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/object-detection-processor/pom.xml b/applications/processor/object-detection-processor/pom.xml index f44a9f7a..6a325d0b 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index 4da74389..b9c96712 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/semantic-segmentation-processor/pom.xml b/applications/processor/semantic-segmentation-processor/pom.xml index 027fdb35..be81e06c 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml index 280730ec..6e25cf9d 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/transform-processor/pom.xml b/applications/processor/transform-processor/pom.xml index 04d00355..9796337c 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/processor/twitter-trend-processor/pom.xml b/applications/processor/twitter-trend-processor/pom.xml index 0e479254..d41066ff 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/analytics-sink/pom.xml b/applications/sink/analytics-sink/pom.xml index f52d4bd6..5feeeb9c 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/cassandra-sink/pom.xml b/applications/sink/cassandra-sink/pom.xml index 9f9a59a7..d7c0f909 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/file-sink/pom.xml b/applications/sink/file-sink/pom.xml index f875b9e0..cc160296 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/ftp-sink/pom.xml b/applications/sink/ftp-sink/pom.xml index 588a1676..0e46b6f1 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/geode-sink/pom.xml b/applications/sink/geode-sink/pom.xml index 149fd1bb..b452f2cc 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/jdbc-sink/pom.xml b/applications/sink/jdbc-sink/pom.xml index 6510bf2e..2bd04845 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/log-sink/pom.xml b/applications/sink/log-sink/pom.xml index c0c47b04..4383a9d0 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/mongodb-sink/pom.xml b/applications/sink/mongodb-sink/pom.xml index d8e66ec3..a03b94dc 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/mqtt-sink/pom.xml b/applications/sink/mqtt-sink/pom.xml index 9408fcf4..2f213653 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/pgcopy-sink/pom.xml b/applications/sink/pgcopy-sink/pom.xml index dc8af84d..4cd18105 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/rabbit-sink/pom.xml b/applications/sink/rabbit-sink/pom.xml index 37e78417..5511e6fa 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml index 03354250..94ac2ecf 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml index f9266bc1..10e655a4 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/rsocket-sink/pom.xml b/applications/sink/rsocket-sink/pom.xml index 488c3e2e..4593ad1c 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml index 8e3fcd74..fa815431 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/sftp-sink/pom.xml b/applications/sink/sftp-sink/pom.xml index af38c765..a4dfeca0 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/tasklauncher-sink/pom.xml b/applications/sink/tasklauncher-sink/pom.xml index 69995f60..8114336a 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/tcp-sink/pom.xml b/applications/sink/tcp-sink/pom.xml index c03ef762..39059b10 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/throughput-sink/pom.xml b/applications/sink/throughput-sink/pom.xml index 8614e517..19faa0c2 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/twitter-message-sink/pom.xml b/applications/sink/twitter-message-sink/pom.xml index ccfc3be5..604cc1cc 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/twitter-update-sink/pom.xml b/applications/sink/twitter-update-sink/pom.xml index 39068d05..29d4b9dc 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/wavefront-sink/pom.xml b/applications/sink/wavefront-sink/pom.xml index 91924c8b..11b5d067 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/sink/websocket-sink/pom.xml b/applications/sink/websocket-sink/pom.xml index 717941fe..89741399 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/cdc-debezium-source/pom.xml b/applications/source/cdc-debezium-source/pom.xml index 850b96e3..19a7e1d9 100644 --- a/applications/source/cdc-debezium-source/pom.xml +++ b/applications/source/cdc-debezium-source/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 504bc67f..40ff361a 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/ftp-source/pom.xml b/applications/source/ftp-source/pom.xml index 1808f7dc..307552f0 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/geode-source/pom.xml b/applications/source/geode-source/pom.xml index 96d8e221..fdd031d5 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml index 8b9e3473..960dba4c 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml index 75ebce45..a05315c7 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/jms-source/pom.xml b/applications/source/jms-source/pom.xml index c3a8175d..a8f40fe5 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml index 1bc3cff9..6c7c7054 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/mail-source/pom.xml b/applications/source/mail-source/pom.xml index 9e56bd48..3b478882 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml index 7d6aa334..de732d48 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/mqtt-source/pom.xml b/applications/source/mqtt-source/pom.xml index 7dd59d01..5be94380 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/rabbit-source/pom.xml b/applications/source/rabbit-source/pom.xml index 125928b3..57b1ba17 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/s3-source/pom.xml b/applications/source/s3-source/pom.xml index 2908490d..6be1f4ba 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/sftp-source/pom.xml b/applications/source/sftp-source/pom.xml index d9bf667f..f82b1825 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/syslog-source/pom.xml b/applications/source/syslog-source/pom.xml index 4981ea07..94e9c990 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/tcp-source/pom.xml b/applications/source/tcp-source/pom.xml index 840c9460..1fabe654 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml index d66a6990..a736ebef 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/twitter-message-source/pom.xml b/applications/source/twitter-message-source/pom.xml index 32f60880..ea921d62 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/twitter-search-source/pom.xml b/applications/source/twitter-search-source/pom.xml index 52e2ad62..4bdaf434 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/twitter-stream-source/pom.xml b/applications/source/twitter-stream-source/pom.xml index 5f2acf8c..e78f6da7 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/source/websocket-source/pom.xml b/applications/source/websocket-source/pom.xml index a2e5339b..16cb3e90 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-M3 + 3.0.0-SNAPSHOT diff --git a/applications/stream-applications-build/pom.xml b/applications/stream-applications-build/pom.xml index 051b3ee0..2a80d61d 100644 --- a/applications/stream-applications-build/pom.xml +++ b/applications/stream-applications-build/pom.xml @@ -9,7 +9,7 @@ org.springframework.cloud.stream.app stream-applications-core - 3.0.0-M3 + 3.0.0-SNAPSHOT ../stream-applications-core diff --git a/functions/function/task-launch-request-function/pom.xml b/functions/function/task-launch-request-function/pom.xml index 2ce59d34..5a85b45c 100644 --- a/functions/function/task-launch-request-function/pom.xml +++ b/functions/function/task-launch-request-function/pom.xml @@ -27,6 +27,10 @@ org.springframework.boot spring-boot-starter-validation + + org.springframework.boot + spring-boot-configuration-processor + org.springframework.boot spring-boot-starter-test