From 4102ff2f4fe12715f44a7a7a6d91b12299f2ee6f Mon Sep 17 00:00:00 2001 From: David Turanski Date: Mon, 9 Nov 2020 14:31:26 -0500 Subject: [PATCH] Update repositories --- .../processor/aggregator-processor/pom.xml | 37 ++--------------- .../processor/bridge-processor/pom.xml | 37 ++--------------- .../processor/filter-processor/pom.xml | 37 ++--------------- .../processor/groovy-processor/pom.xml | 37 ++--------------- .../header-enricher-processor/pom.xml | 37 ++--------------- .../processor/http-request-processor/pom.xml | 37 ++--------------- .../image-recognition-processor/pom.xml | 37 ++--------------- .../object-detection-processor/pom.xml | 37 ++--------------- .../processor/script-processor/pom.xml | 37 ++--------------- .../semantic-segmentation-processor/pom.xml | 38 ++---------------- .../processor/splitter-processor/pom.xml | 37 ++--------------- .../processor/transform-processor/pom.xml | 37 ++--------------- .../processor/twitter-trend-processor/pom.xml | 37 ++--------------- applications/sink/analytics-sink/pom.xml | 37 ++--------------- applications/sink/cassandra-sink/pom.xml | 37 ++--------------- applications/sink/elasticsearch-sink/pom.xml | 37 ++--------------- applications/sink/file-sink/pom.xml | 38 ++---------------- applications/sink/ftp-sink/pom.xml | 38 ++---------------- applications/sink/geode-sink/pom.xml | 38 ++---------------- applications/sink/jdbc-sink/pom.xml | 38 ++---------------- applications/sink/log-sink/pom.xml | 37 ++--------------- applications/sink/mongodb-sink/pom.xml | 38 ++---------------- applications/sink/mqtt-sink/pom.xml | 37 ++--------------- applications/sink/pgcopy-sink/pom.xml | 38 ++---------------- applications/sink/rabbit-sink/pom.xml | 37 ++--------------- applications/sink/redis-sink/pom.xml | 37 ++--------------- applications/sink/router-sink/pom.xml | 38 ++---------------- applications/sink/rsocket-sink/pom.xml | 26 ++++++++++-- applications/sink/s3-sink/pom.xml | 37 ++--------------- applications/sink/sftp-sink/pom.xml | 38 ++---------------- applications/sink/tasklauncher-sink/pom.xml | 37 ++--------------- applications/sink/tcp-sink/pom.xml | 37 ++--------------- applications/sink/throughput-sink/pom.xml | 38 ++---------------- .../sink/twitter-message-sink/pom.xml | 37 ++--------------- applications/sink/twitter-update-sink/pom.xml | 37 ++--------------- applications/sink/wavefront-sink/pom.xml | 40 +++---------------- applications/sink/websocket-sink/pom.xml | 37 ++--------------- .../source/cdc-debezium-source/pom.xml | 37 ++--------------- applications/source/file-source/pom.xml | 38 ++---------------- applications/source/ftp-source/pom.xml | 38 ++---------------- applications/source/geode-source/pom.xml | 38 ++---------------- applications/source/http-source/pom.xml | 39 ++---------------- applications/source/jdbc-source/pom.xml | 38 ++---------------- applications/source/jms-source/pom.xml | 38 ++---------------- .../source/load-generator-source/pom.xml | 38 ++---------------- applications/source/mail-source/pom.xml | 38 ++---------------- applications/source/mongodb-source/pom.xml | 38 ++---------------- applications/source/mqtt-source/pom.xml | 38 ++---------------- applications/source/rabbit-source/pom.xml | 38 ++---------------- applications/source/s3-source/pom.xml | 38 ++---------------- applications/source/sftp-source/pom.xml | 38 ++---------------- applications/source/syslog-source/pom.xml | 38 ++---------------- applications/source/tcp-source/pom.xml | 38 ++---------------- applications/source/time-source/pom.xml | 37 ++--------------- .../source/twitter-message-source/pom.xml | 38 ++---------------- .../source/twitter-search-source/pom.xml | 38 ++---------------- .../source/twitter-stream-source/pom.xml | 38 ++---------------- applications/source/websocket-source/pom.xml | 37 ++--------------- 58 files changed, 252 insertions(+), 1915 deletions(-) diff --git a/applications/processor/aggregator-processor/pom.xml b/applications/processor/aggregator-processor/pom.xml index 3821639c..562190c5 100644 --- a/applications/processor/aggregator-processor/pom.xml +++ b/applications/processor/aggregator-processor/pom.xml @@ -59,31 +59,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -91,22 +67,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -114,7 +85,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/bridge-processor/pom.xml b/applications/processor/bridge-processor/pom.xml index cb6e3188..73d3426a 100644 --- a/applications/processor/bridge-processor/pom.xml +++ b/applications/processor/bridge-processor/pom.xml @@ -68,31 +68,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -100,22 +76,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -123,7 +94,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/filter-processor/pom.xml b/applications/processor/filter-processor/pom.xml index 92fdb2a3..15558617 100644 --- a/applications/processor/filter-processor/pom.xml +++ b/applications/processor/filter-processor/pom.xml @@ -59,31 +59,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -91,22 +67,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -114,7 +85,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml index 8547e886..4ae0ba39 100644 --- a/applications/processor/groovy-processor/pom.xml +++ b/applications/processor/groovy-processor/pom.xml @@ -116,31 +116,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -148,22 +124,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -171,7 +142,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/header-enricher-processor/pom.xml b/applications/processor/header-enricher-processor/pom.xml index efb1c3f1..4e4cd226 100644 --- a/applications/processor/header-enricher-processor/pom.xml +++ b/applications/processor/header-enricher-processor/pom.xml @@ -76,31 +76,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -108,22 +84,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -131,7 +102,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/http-request-processor/pom.xml b/applications/processor/http-request-processor/pom.xml index 46766a13..e414bbf7 100644 --- a/applications/processor/http-request-processor/pom.xml +++ b/applications/processor/http-request-processor/pom.xml @@ -87,31 +87,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -119,22 +95,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -142,7 +113,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/image-recognition-processor/pom.xml b/applications/processor/image-recognition-processor/pom.xml index e4d92b19..8aaed19b 100644 --- a/applications/processor/image-recognition-processor/pom.xml +++ b/applications/processor/image-recognition-processor/pom.xml @@ -78,31 +78,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -110,22 +86,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -133,7 +104,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/object-detection-processor/pom.xml b/applications/processor/object-detection-processor/pom.xml index 6a325d0b..7c265cdc 100644 --- a/applications/processor/object-detection-processor/pom.xml +++ b/applications/processor/object-detection-processor/pom.xml @@ -79,31 +79,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -111,22 +87,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -134,7 +105,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index b9c96712..e5aff796 100644 --- a/applications/processor/script-processor/pom.xml +++ b/applications/processor/script-processor/pom.xml @@ -134,31 +134,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -166,22 +142,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -189,7 +160,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/semantic-segmentation-processor/pom.xml b/applications/processor/semantic-segmentation-processor/pom.xml index be81e06c..083d51fc 100644 --- a/applications/processor/semantic-segmentation-processor/pom.xml +++ b/applications/processor/semantic-segmentation-processor/pom.xml @@ -83,31 +83,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -115,22 +91,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -138,8 +109,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml index 6e25cf9d..b2bb9a7c 100644 --- a/applications/processor/splitter-processor/pom.xml +++ b/applications/processor/splitter-processor/pom.xml @@ -80,31 +80,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -112,22 +88,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -135,7 +106,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/transform-processor/pom.xml b/applications/processor/transform-processor/pom.xml index 9796337c..72504039 100644 --- a/applications/processor/transform-processor/pom.xml +++ b/applications/processor/transform-processor/pom.xml @@ -72,31 +72,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -104,22 +80,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -127,7 +98,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/processor/twitter-trend-processor/pom.xml b/applications/processor/twitter-trend-processor/pom.xml index d41066ff..d665bc54 100644 --- a/applications/processor/twitter-trend-processor/pom.xml +++ b/applications/processor/twitter-trend-processor/pom.xml @@ -89,31 +89,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -121,22 +97,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -144,7 +115,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/analytics-sink/pom.xml b/applications/sink/analytics-sink/pom.xml index 5feeeb9c..be06fa2f 100644 --- a/applications/sink/analytics-sink/pom.xml +++ b/applications/sink/analytics-sink/pom.xml @@ -83,31 +83,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -115,22 +91,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -138,7 +109,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/cassandra-sink/pom.xml b/applications/sink/cassandra-sink/pom.xml index d7c0f909..d3a3e47a 100644 --- a/applications/sink/cassandra-sink/pom.xml +++ b/applications/sink/cassandra-sink/pom.xml @@ -67,31 +67,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -99,22 +75,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -122,7 +93,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/elasticsearch-sink/pom.xml b/applications/sink/elasticsearch-sink/pom.xml index 733fb1e4..fb8de1a6 100644 --- a/applications/sink/elasticsearch-sink/pom.xml +++ b/applications/sink/elasticsearch-sink/pom.xml @@ -99,31 +99,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -131,22 +107,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -154,7 +125,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/file-sink/pom.xml b/applications/sink/file-sink/pom.xml index cc160296..18e5ef9b 100644 --- a/applications/sink/file-sink/pom.xml +++ b/applications/sink/file-sink/pom.xml @@ -64,31 +64,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -96,22 +72,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -119,8 +90,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/ftp-sink/pom.xml b/applications/sink/ftp-sink/pom.xml index 0e46b6f1..65d1b628 100644 --- a/applications/sink/ftp-sink/pom.xml +++ b/applications/sink/ftp-sink/pom.xml @@ -63,31 +63,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -95,22 +71,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -118,8 +89,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/geode-sink/pom.xml b/applications/sink/geode-sink/pom.xml index b452f2cc..418c9a84 100644 --- a/applications/sink/geode-sink/pom.xml +++ b/applications/sink/geode-sink/pom.xml @@ -80,31 +80,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -112,22 +88,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -135,8 +106,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/jdbc-sink/pom.xml b/applications/sink/jdbc-sink/pom.xml index 2bd04845..ad6739ac 100644 --- a/applications/sink/jdbc-sink/pom.xml +++ b/applications/sink/jdbc-sink/pom.xml @@ -81,31 +81,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -113,22 +89,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -136,8 +107,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/log-sink/pom.xml b/applications/sink/log-sink/pom.xml index 4383a9d0..6ea3365b 100644 --- a/applications/sink/log-sink/pom.xml +++ b/applications/sink/log-sink/pom.xml @@ -77,31 +77,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -109,22 +85,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -132,7 +103,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/mongodb-sink/pom.xml b/applications/sink/mongodb-sink/pom.xml index a03b94dc..7d6c0ff8 100644 --- a/applications/sink/mongodb-sink/pom.xml +++ b/applications/sink/mongodb-sink/pom.xml @@ -77,31 +77,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -109,22 +85,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -132,8 +103,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/mqtt-sink/pom.xml b/applications/sink/mqtt-sink/pom.xml index 2f213653..0bcf80ff 100644 --- a/applications/sink/mqtt-sink/pom.xml +++ b/applications/sink/mqtt-sink/pom.xml @@ -70,31 +70,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -102,22 +78,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -125,7 +96,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/pgcopy-sink/pom.xml b/applications/sink/pgcopy-sink/pom.xml index 4cd18105..49bc3761 100644 --- a/applications/sink/pgcopy-sink/pom.xml +++ b/applications/sink/pgcopy-sink/pom.xml @@ -77,31 +77,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -109,22 +85,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -132,8 +103,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/rabbit-sink/pom.xml b/applications/sink/rabbit-sink/pom.xml index 5511e6fa..bc3bf69e 100644 --- a/applications/sink/rabbit-sink/pom.xml +++ b/applications/sink/rabbit-sink/pom.xml @@ -99,31 +99,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -131,22 +107,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -154,7 +125,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml index e7d34f85..52cf7348 100644 --- a/applications/sink/redis-sink/pom.xml +++ b/applications/sink/redis-sink/pom.xml @@ -104,31 +104,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -136,22 +112,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -159,7 +130,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml index 10e655a4..d1902857 100644 --- a/applications/sink/router-sink/pom.xml +++ b/applications/sink/router-sink/pom.xml @@ -112,31 +112,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -144,22 +120,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -167,8 +138,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/rsocket-sink/pom.xml b/applications/sink/rsocket-sink/pom.xml index 5019bc06..a6b5e939 100644 --- a/applications/sink/rsocket-sink/pom.xml +++ b/applications/sink/rsocket-sink/pom.xml @@ -73,16 +73,34 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot false - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local + spring-milestone-release + Spring Milestone Release + https://repo.spring.io/milestone + + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml index fa815431..285df502 100644 --- a/applications/sink/s3-sink/pom.xml +++ b/applications/sink/s3-sink/pom.xml @@ -74,31 +74,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -106,22 +82,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -129,7 +100,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/sftp-sink/pom.xml b/applications/sink/sftp-sink/pom.xml index a4dfeca0..c3910744 100644 --- a/applications/sink/sftp-sink/pom.xml +++ b/applications/sink/sftp-sink/pom.xml @@ -64,31 +64,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -96,22 +72,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -119,8 +90,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/tasklauncher-sink/pom.xml b/applications/sink/tasklauncher-sink/pom.xml index 8114336a..ba49d4b6 100644 --- a/applications/sink/tasklauncher-sink/pom.xml +++ b/applications/sink/tasklauncher-sink/pom.xml @@ -69,31 +69,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -101,22 +77,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -124,7 +95,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/tcp-sink/pom.xml b/applications/sink/tcp-sink/pom.xml index 39059b10..67a3d56f 100644 --- a/applications/sink/tcp-sink/pom.xml +++ b/applications/sink/tcp-sink/pom.xml @@ -63,31 +63,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -95,22 +71,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -118,7 +89,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/throughput-sink/pom.xml b/applications/sink/throughput-sink/pom.xml index 19faa0c2..e7c5b79b 100644 --- a/applications/sink/throughput-sink/pom.xml +++ b/applications/sink/throughput-sink/pom.xml @@ -79,31 +79,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -111,22 +87,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -134,8 +105,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/sink/twitter-message-sink/pom.xml b/applications/sink/twitter-message-sink/pom.xml index 604cc1cc..9c1f8dd1 100644 --- a/applications/sink/twitter-message-sink/pom.xml +++ b/applications/sink/twitter-message-sink/pom.xml @@ -89,31 +89,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -121,22 +97,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -144,7 +115,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/twitter-update-sink/pom.xml b/applications/sink/twitter-update-sink/pom.xml index 29d4b9dc..14d68b49 100644 --- a/applications/sink/twitter-update-sink/pom.xml +++ b/applications/sink/twitter-update-sink/pom.xml @@ -89,31 +89,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -121,22 +97,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -144,7 +115,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/wavefront-sink/pom.xml b/applications/sink/wavefront-sink/pom.xml index 11b5d067..4f920645 100644 --- a/applications/sink/wavefront-sink/pom.xml +++ b/applications/sink/wavefront-sink/pom.xml @@ -50,7 +50,8 @@ wavefront sink ${project.version} - org.springframework.cloud.fn.consumer.wavefront.WavefrontConsumerConfiguration.class + + org.springframework.cloud.fn.consumer.wavefront.WavefrontConsumerConfiguration.class wavefrontConsumer @@ -75,31 +76,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -107,22 +84,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -130,7 +102,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/sink/websocket-sink/pom.xml b/applications/sink/websocket-sink/pom.xml index 1169edae..8f485b41 100644 --- a/applications/sink/websocket-sink/pom.xml +++ b/applications/sink/websocket-sink/pom.xml @@ -79,31 +79,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -111,22 +87,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -134,7 +105,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/source/cdc-debezium-source/pom.xml b/applications/source/cdc-debezium-source/pom.xml index 7422852e..ff78951a 100644 --- a/applications/source/cdc-debezium-source/pom.xml +++ b/applications/source/cdc-debezium-source/pom.xml @@ -141,31 +141,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -173,22 +149,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -196,7 +167,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 40ff361a..934354d3 100644 --- a/applications/source/file-source/pom.xml +++ b/applications/source/file-source/pom.xml @@ -75,31 +75,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -107,22 +83,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -130,8 +101,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/ftp-source/pom.xml b/applications/source/ftp-source/pom.xml index 307552f0..9a53e027 100644 --- a/applications/source/ftp-source/pom.xml +++ b/applications/source/ftp-source/pom.xml @@ -80,31 +80,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -112,22 +88,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -135,8 +106,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/geode-source/pom.xml b/applications/source/geode-source/pom.xml index fdd031d5..b65498b5 100644 --- a/applications/source/geode-source/pom.xml +++ b/applications/source/geode-source/pom.xml @@ -85,31 +85,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -117,22 +93,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -140,8 +111,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml index 960dba4c..fa8b4d33 100644 --- a/applications/source/http-source/pom.xml +++ b/applications/source/http-source/pom.xml @@ -86,31 +86,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -118,22 +94,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -141,9 +112,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - - diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml index a05315c7..c5d4beac 100644 --- a/applications/source/jdbc-source/pom.xml +++ b/applications/source/jdbc-source/pom.xml @@ -91,31 +91,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -123,22 +99,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -146,8 +117,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/jms-source/pom.xml b/applications/source/jms-source/pom.xml index a8f40fe5..bcfdc75a 100644 --- a/applications/source/jms-source/pom.xml +++ b/applications/source/jms-source/pom.xml @@ -79,31 +79,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -111,22 +87,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -134,8 +105,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml index 6c7c7054..e23b2d98 100644 --- a/applications/source/load-generator-source/pom.xml +++ b/applications/source/load-generator-source/pom.xml @@ -68,31 +68,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -100,22 +76,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -123,8 +94,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/mail-source/pom.xml b/applications/source/mail-source/pom.xml index 3b478882..ae58432d 100644 --- a/applications/source/mail-source/pom.xml +++ b/applications/source/mail-source/pom.xml @@ -74,31 +74,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -106,22 +82,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -129,8 +100,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml index de732d48..12109015 100644 --- a/applications/source/mongodb-source/pom.xml +++ b/applications/source/mongodb-source/pom.xml @@ -72,31 +72,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -104,22 +80,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -127,8 +98,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/mqtt-source/pom.xml b/applications/source/mqtt-source/pom.xml index b127535b..91dfe890 100644 --- a/applications/source/mqtt-source/pom.xml +++ b/applications/source/mqtt-source/pom.xml @@ -75,31 +75,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -107,22 +83,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -130,8 +101,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/rabbit-source/pom.xml b/applications/source/rabbit-source/pom.xml index fcf4fcb5..29a84ae8 100644 --- a/applications/source/rabbit-source/pom.xml +++ b/applications/source/rabbit-source/pom.xml @@ -100,31 +100,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -132,22 +108,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -155,8 +126,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/s3-source/pom.xml b/applications/source/s3-source/pom.xml index 6be1f4ba..64016ee3 100644 --- a/applications/source/s3-source/pom.xml +++ b/applications/source/s3-source/pom.xml @@ -74,31 +74,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -106,22 +82,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -129,8 +100,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/sftp-source/pom.xml b/applications/source/sftp-source/pom.xml index f82b1825..0e799db0 100644 --- a/applications/source/sftp-source/pom.xml +++ b/applications/source/sftp-source/pom.xml @@ -80,31 +80,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -112,22 +88,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -135,8 +106,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/syslog-source/pom.xml b/applications/source/syslog-source/pom.xml index 94e9c990..fea1adc2 100644 --- a/applications/source/syslog-source/pom.xml +++ b/applications/source/syslog-source/pom.xml @@ -69,31 +69,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -101,22 +77,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -124,8 +95,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/tcp-source/pom.xml b/applications/source/tcp-source/pom.xml index 1fabe654..7bec4ce3 100644 --- a/applications/source/tcp-source/pom.xml +++ b/applications/source/tcp-source/pom.xml @@ -69,31 +69,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -101,22 +77,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -124,8 +95,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml index a736ebef..835aa644 100644 --- a/applications/source/time-source/pom.xml +++ b/applications/source/time-source/pom.xml @@ -75,31 +75,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -107,22 +83,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -130,7 +101,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone diff --git a/applications/source/twitter-message-source/pom.xml b/applications/source/twitter-message-source/pom.xml index ea921d62..c2af23ad 100644 --- a/applications/source/twitter-message-source/pom.xml +++ b/applications/source/twitter-message-source/pom.xml @@ -82,31 +82,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -114,22 +90,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -137,8 +108,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/twitter-search-source/pom.xml b/applications/source/twitter-search-source/pom.xml index 4bdaf434..0125ab73 100644 --- a/applications/source/twitter-search-source/pom.xml +++ b/applications/source/twitter-search-source/pom.xml @@ -79,31 +79,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -111,22 +87,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -134,8 +105,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/twitter-stream-source/pom.xml b/applications/source/twitter-stream-source/pom.xml index e78f6da7..ca0ec63a 100644 --- a/applications/source/twitter-stream-source/pom.xml +++ b/applications/source/twitter-stream-source/pom.xml @@ -78,31 +78,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -110,22 +86,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -133,8 +104,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone - diff --git a/applications/source/websocket-source/pom.xml b/applications/source/websocket-source/pom.xml index 16cb3e90..b7cc3c7a 100644 --- a/applications/source/websocket-source/pom.xml +++ b/applications/source/websocket-source/pom.xml @@ -79,31 +79,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - false - - spring-libs-release - Spring Libs Release - https://repo.spring.io/libs-release + https://repo.spring.io/snapshot @@ -111,22 +87,17 @@ spring-milestone-release Spring Milestone Release - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone - - spring-releases - Spring Releases - https://repo.spring.io/libs-release - true spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot @@ -134,7 +105,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone