diff --git a/applications/pom.xml b/applications/pom.xml
index 4e25862b..c4375c1b 100644
--- a/applications/pom.xml
+++ b/applications/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.cloud.stream.app
applications
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
applications
Infrastructure for stream applications
pom
diff --git a/applications/processor/aggregator-processor/pom.xml b/applications/processor/aggregator-processor/pom.xml
index 13f3f02b..925103de 100644
--- a/applications/processor/aggregator-processor/pom.xml
+++ b/applications/processor/aggregator-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/bridge-processor/pom.xml b/applications/processor/bridge-processor/pom.xml
index 8952de2d..a00bb4a5 100644
--- a/applications/processor/bridge-processor/pom.xml
+++ b/applications/processor/bridge-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/filter-processor/pom.xml b/applications/processor/filter-processor/pom.xml
index f2a23586..1b2f620c 100644
--- a/applications/processor/filter-processor/pom.xml
+++ b/applications/processor/filter-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/groovy-processor/pom.xml b/applications/processor/groovy-processor/pom.xml
index 72a096b0..c8c72fea 100644
--- a/applications/processor/groovy-processor/pom.xml
+++ b/applications/processor/groovy-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/header-enricher-processor/pom.xml b/applications/processor/header-enricher-processor/pom.xml
index 4d6a39c2..77e34ba3 100644
--- a/applications/processor/header-enricher-processor/pom.xml
+++ b/applications/processor/header-enricher-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/header-filter-processor/pom.xml b/applications/processor/header-filter-processor/pom.xml
index 8b917dda..d36d4cd8 100644
--- a/applications/processor/header-filter-processor/pom.xml
+++ b/applications/processor/header-filter-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/http-request-processor/pom.xml b/applications/processor/http-request-processor/pom.xml
index 2d64fd27..bf8dfc78 100644
--- a/applications/processor/http-request-processor/pom.xml
+++ b/applications/processor/http-request-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/image-recognition-processor/README.adoc b/applications/processor/image-recognition-processor/README.adoc
index ca4ab9b0..84377609 100644
--- a/applications/processor/image-recognition-processor/README.adoc
+++ b/applications/processor/image-recognition-processor/README.adoc
@@ -44,13 +44,13 @@ If the incoming type is `byte[]` and the content type is set to `application/oct
== Options
//tag::configuration-properties[]
-$$image.recognition.cache-model$$:: $$cache the pre-trained tensorflow model.$$ *($$Boolean$$, default: `$$true$$`)*
-$$image.recognition.debug-output$$:: $$$$ *($$Boolean$$, default: `$$false$$`)*
-$$image.recognition.debug-output-path$$:: $$$$ *($$String$$, default: `$$image-recognition-result.png$$`)*
-$$image.recognition.model$$:: $$pre-trained tensorflow image recognition model. Note that the model must match the selected model type!$$ *($$String$$, default: `$$https://storage.googleapis.com/mobilenet_v2/checkpoints/mobilenet_v2_1.4_224.tgz#mobilenet_v2_1.4_224_frozen.pb$$`)*
+$$image.recognition.cache-model$$:: $$cache the pre-trained tensorflow model.$$ *($$Boolean$$, default: `$$$$`)*
+$$image.recognition.debug-output$$:: $$$$ *($$Boolean$$, default: `$$$$`)*
+$$image.recognition.debug-output-path$$:: $$$$ *($$String$$, default: `$$$$`)*
+$$image.recognition.model$$:: $$pre-trained tensorflow image recognition model. Note that the model must match the selected model type!$$ *($$String$$, default: `$$$$`)*
$$image.recognition.model-type$$:: $$Supports three different pre-trained tensorflow image recognition models: Inception, MobileNetV1 and MobileNetV2 1. Inception graph uses 'input' as input and 'output' as output. 2. MobileNetV2 pre-trained models: https://github.com/tensorflow/models/tree/master/research/slim/nets/mobilenet#pretrained-models - normalized image size is always square (e.g. H=W) - graph uses 'input' as input and 'MobilenetV2/Predictions/Reshape_1' as output. 3. MobileNetV1 pre-trained models: https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md#pre-trained-models - graph uses 'input' as input and 'MobilenetV1/Predictions/Reshape_1' as output.$$ *($$ModelType$$, default: `$$$$`, possible values: `inception`,`mobilenetv1`,`mobilenetv2`)*
-$$image.recognition.normalized-image-size$$:: $$Normalized image size.$$ *($$Integer$$, default: `$$224$$`)*
-$$image.recognition.response-size$$:: $$number of recognized images.$$ *($$Integer$$, default: `$$5$$`)*
+$$image.recognition.normalized-image-size$$:: $$Normalized image size.$$ *($$Integer$$, default: `$$$$`)*
+$$image.recognition.response-size$$:: $$number of recognized images.$$ *($$Integer$$, default: `$$$$`)*
//end::configuration-properties[]
//end::ref-doc[]
diff --git a/applications/processor/image-recognition-processor/pom.xml b/applications/processor/image-recognition-processor/pom.xml
index 63970eca..ca458105 100644
--- a/applications/processor/image-recognition-processor/pom.xml
+++ b/applications/processor/image-recognition-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/object-detection-processor/README.adoc b/applications/processor/object-detection-processor/README.adoc
index 99f742b0..a9cdcd54 100644
--- a/applications/processor/object-detection-processor/README.adoc
+++ b/applications/processor/object-detection-processor/README.adoc
@@ -44,14 +44,14 @@ The incoming type is `byte[]`, and the content type is `application/octet-stream
== Options
//tag::configuration-properties[]
-$$object.detection.cache-model$$:: $$$$ *($$Boolean$$, default: `$$true$$`)*
-$$object.detection.confidence$$:: $$$$ *($$Float$$, default: `$$0.4$$`)*
-$$object.detection.debug-output$$:: $$$$ *($$Boolean$$, default: `$$false$$`)*
-$$object.detection.debug-output-path$$:: $$$$ *($$String$$, default: `$$object-detection-result.png$$`)*
-$$object.detection.labels$$:: $$Labels URI.$$ *($$String$$, default: `$$https://storage.googleapis.com/scdf-tensorflow-models/object-detection/mscoco_label_map.pbtxt$$`)*
-$$object.detection.model$$:: $$pre-trained tensorflow object detection model.$$ *($$String$$, default: `$$https://download.tensorflow.org/models/object_detection/ssdlite_mobilenet_v2_coco_2018_05_09.tar.gz#frozen_inference_graph.pb$$`)*
+$$object.detection.cache-model$$:: $$$$ *($$Boolean$$, default: `$$$$`)*
+$$object.detection.confidence$$:: $$$$ *($$Float$$, default: `$$$$`)*
+$$object.detection.debug-output$$:: $$$$ *($$Boolean$$, default: `$$$$`)*
+$$object.detection.debug-output-path$$:: $$$$ *($$String$$, default: `$$$$`)*
+$$object.detection.labels$$:: $$Labels URI.$$ *($$String$$, default: `$$$$`)*
+$$object.detection.model$$:: $$pre-trained tensorflow object detection model.$$ *($$String$$, default: `$$$$`)*
$$object.detection.response-size$$:: $$$$ *($$Integer$$, default: `$$$$`)*
-$$object.detection.with-masks$$:: $$$$ *($$Boolean$$, default: `$$false$$`)*
+$$object.detection.with-masks$$:: $$$$ *($$Boolean$$, default: `$$$$`)*
//end::configuration-properties[]
//end::ref-doc[]
diff --git a/applications/processor/object-detection-processor/pom.xml b/applications/processor/object-detection-processor/pom.xml
index 3aafef51..440f6013 100644
--- a/applications/processor/object-detection-processor/pom.xml
+++ b/applications/processor/object-detection-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/pom.xml b/applications/processor/pom.xml
index 43e50dd4..9124d690 100644
--- a/applications/processor/pom.xml
+++ b/applications/processor/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.stream.app
processor
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
pom
diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml
index 6584d919..fa4c3bb0 100644
--- a/applications/processor/script-processor/pom.xml
+++ b/applications/processor/script-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/semantic-segmentation-processor/README.adoc b/applications/processor/semantic-segmentation-processor/README.adoc
index 56a04c24..1716fced 100644
--- a/applications/processor/semantic-segmentation-processor/README.adoc
+++ b/applications/processor/semantic-segmentation-processor/README.adoc
@@ -31,11 +31,11 @@ The output header json format represents the color pixel map computed from the i
== Options
//tag::configuration-properties[]
-$$semantic.segmentation.color-map-uri$$:: $$Every pre-trained model is based on certain object color maps. The pre-defined options are: - classpath:/colormap/citymap_colormap.json - classpath:/colormap/ade20k_colormap.json - classpath:/colormap/black_white_colormap.json - classpath:/colormap/mapillary_colormap.json$$ *($$String$$, default: `$$classpath:/colormap/citymap_colormap.json$$`)*
-$$semantic.segmentation.debug-output$$:: $$save output image inn the local debugOutputPath path.$$ *($$Boolean$$, default: `$$false$$`)*
-$$semantic.segmentation.debug-output-path$$:: $$$$ *($$String$$, default: `$$semantic-segmentation-result.png$$`)*
-$$semantic.segmentation.mask-transparency$$:: $$The alpha color of the computed segmentation mask image.$$ *($$Float$$, default: `$$0.45$$`)*
-$$semantic.segmentation.model$$:: $$pre-trained tensorflow semantic segmentation model.$$ *($$String$$, default: `$$https://download.tensorflow.org/models/deeplabv3_mnv2_cityscapes_train_2018_02_05.tar.gz#frozen_inference_graph.pb$$`)*
+$$semantic.segmentation.color-map-uri$$:: $$Every pre-trained model is based on certain object color maps. The pre-defined options are: - classpath:/colormap/citymap_colormap.json - classpath:/colormap/ade20k_colormap.json - classpath:/colormap/black_white_colormap.json - classpath:/colormap/mapillary_colormap.json$$ *($$String$$, default: `$$$$`)*
+$$semantic.segmentation.debug-output$$:: $$save output image inn the local debugOutputPath path.$$ *($$Boolean$$, default: `$$$$`)*
+$$semantic.segmentation.debug-output-path$$:: $$$$ *($$String$$, default: `$$$$`)*
+$$semantic.segmentation.mask-transparency$$:: $$The alpha color of the computed segmentation mask image.$$ *($$Float$$, default: `$$$$`)*
+$$semantic.segmentation.model$$:: $$pre-trained tensorflow semantic segmentation model.$$ *($$String$$, default: `$$$$`)*
$$semantic.segmentation.output-type$$:: $$Specifies the output image type. You can return either the input image with the computed mask overlay, or the mask alone.$$ *($$OutputType$$, default: `$$$$`, possible values: `blended`,`mask`)*
//end::configuration-properties[]
diff --git a/applications/processor/semantic-segmentation-processor/pom.xml b/applications/processor/semantic-segmentation-processor/pom.xml
index ca31eae9..5605cc5e 100644
--- a/applications/processor/semantic-segmentation-processor/pom.xml
+++ b/applications/processor/semantic-segmentation-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/splitter-processor/pom.xml b/applications/processor/splitter-processor/pom.xml
index 54d956b0..2ba8e99e 100644
--- a/applications/processor/splitter-processor/pom.xml
+++ b/applications/processor/splitter-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/transform-processor/pom.xml b/applications/processor/transform-processor/pom.xml
index 9eb767f5..01bb02fd 100644
--- a/applications/processor/transform-processor/pom.xml
+++ b/applications/processor/transform-processor/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/processor/twitter-trend-processor/pom.xml b/applications/processor/twitter-trend-processor/pom.xml
index af44fb28..b3238de7 100644
--- a/applications/processor/twitter-trend-processor/pom.xml
+++ b/applications/processor/twitter-trend-processor/pom.xml
@@ -6,12 +6,12 @@
twitter-trend-processor
twitter-trend-processor
twitter trend processor apps
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/analytics-sink/pom.xml b/applications/sink/analytics-sink/pom.xml
index c083a36c..40c66001 100644
--- a/applications/sink/analytics-sink/pom.xml
+++ b/applications/sink/analytics-sink/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/cassandra-sink/pom.xml b/applications/sink/cassandra-sink/pom.xml
index ed3133b7..a85a7047 100644
--- a/applications/sink/cassandra-sink/pom.xml
+++ b/applications/sink/cassandra-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/elasticsearch-sink/pom.xml b/applications/sink/elasticsearch-sink/pom.xml
index 5ccef9c6..01fa91c3 100644
--- a/applications/sink/elasticsearch-sink/pom.xml
+++ b/applications/sink/elasticsearch-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/file-sink/pom.xml b/applications/sink/file-sink/pom.xml
index 04a418d5..9efc18a3 100644
--- a/applications/sink/file-sink/pom.xml
+++ b/applications/sink/file-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/ftp-sink/pom.xml b/applications/sink/ftp-sink/pom.xml
index 552cfcf2..f5ad426e 100644
--- a/applications/sink/ftp-sink/pom.xml
+++ b/applications/sink/ftp-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/jdbc-sink/pom.xml b/applications/sink/jdbc-sink/pom.xml
index e8ce3940..e388ff35 100644
--- a/applications/sink/jdbc-sink/pom.xml
+++ b/applications/sink/jdbc-sink/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/kafka-sink/pom.xml b/applications/sink/kafka-sink/pom.xml
index 233ea794..99588869 100644
--- a/applications/sink/kafka-sink/pom.xml
+++ b/applications/sink/kafka-sink/pom.xml
@@ -8,7 +8,7 @@
stream-applications-core
org.springframework.cloud.stream.app
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/log-sink/pom.xml b/applications/sink/log-sink/pom.xml
index 126e1bea..2f7907f4 100644
--- a/applications/sink/log-sink/pom.xml
+++ b/applications/sink/log-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/mongodb-sink/pom.xml b/applications/sink/mongodb-sink/pom.xml
index 148820b5..d0fc4597 100644
--- a/applications/sink/mongodb-sink/pom.xml
+++ b/applications/sink/mongodb-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/mqtt-sink/pom.xml b/applications/sink/mqtt-sink/pom.xml
index 108d3e07..4a751ded 100644
--- a/applications/sink/mqtt-sink/pom.xml
+++ b/applications/sink/mqtt-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/pgcopy-sink/pom.xml b/applications/sink/pgcopy-sink/pom.xml
index 5446d66e..037e5dc4 100644
--- a/applications/sink/pgcopy-sink/pom.xml
+++ b/applications/sink/pgcopy-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/pom.xml b/applications/sink/pom.xml
index 849ec935..df9a5506 100644
--- a/applications/sink/pom.xml
+++ b/applications/sink/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.stream.app
sink
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
pom
diff --git a/applications/sink/rabbit-sink/pom.xml b/applications/sink/rabbit-sink/pom.xml
index cfaf5c9e..36aa64f6 100644
--- a/applications/sink/rabbit-sink/pom.xml
+++ b/applications/sink/rabbit-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml
index 3206a479..eb9585b7 100644
--- a/applications/sink/redis-sink/pom.xml
+++ b/applications/sink/redis-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/router-sink/pom.xml b/applications/sink/router-sink/pom.xml
index 32a09c1f..0c1ece0e 100644
--- a/applications/sink/router-sink/pom.xml
+++ b/applications/sink/router-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/rsocket-sink/pom.xml b/applications/sink/rsocket-sink/pom.xml
index a9ac81d5..7aaebde9 100644
--- a/applications/sink/rsocket-sink/pom.xml
+++ b/applications/sink/rsocket-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml
index 0928d7dc..c015855b 100644
--- a/applications/sink/s3-sink/pom.xml
+++ b/applications/sink/s3-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/sftp-sink/pom.xml b/applications/sink/sftp-sink/pom.xml
index c7ae596d..71ec07df 100644
--- a/applications/sink/sftp-sink/pom.xml
+++ b/applications/sink/sftp-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/tcp-sink/pom.xml b/applications/sink/tcp-sink/pom.xml
index bae3dae5..93955b11 100644
--- a/applications/sink/tcp-sink/pom.xml
+++ b/applications/sink/tcp-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/throughput-sink/README.adoc b/applications/sink/throughput-sink/README.adoc
index 1a077a49..b7589fa8 100644
--- a/applications/sink/throughput-sink/README.adoc
+++ b/applications/sink/throughput-sink/README.adoc
@@ -8,7 +8,7 @@ Sink that will count messages and log the observed throughput at a selected inte
The **$$throughput$$** $$sink$$ has the following options:
//tag::configuration-properties[]
-$$throughput.report-every-ms$$:: $$how often to report.$$ *($$Integer$$, default: `$$1000$$`)*
+$$throughput.report-every-ms$$:: $$how often to report.$$ *($$Integer$$, default: `$$$$`)*
//end::configuration-properties[]
//end::ref-doc[]
diff --git a/applications/sink/throughput-sink/pom.xml b/applications/sink/throughput-sink/pom.xml
index 9bfe5de8..10c7932a 100644
--- a/applications/sink/throughput-sink/pom.xml
+++ b/applications/sink/throughput-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/twitter-message-sink/pom.xml b/applications/sink/twitter-message-sink/pom.xml
index d46ad239..fbf1f4cf 100644
--- a/applications/sink/twitter-message-sink/pom.xml
+++ b/applications/sink/twitter-message-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/twitter-update-sink/pom.xml b/applications/sink/twitter-update-sink/pom.xml
index deb4ea30..b21721fb 100644
--- a/applications/sink/twitter-update-sink/pom.xml
+++ b/applications/sink/twitter-update-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/wavefront-sink/pom.xml b/applications/sink/wavefront-sink/pom.xml
index 3c33b9ed..b862c686 100644
--- a/applications/sink/wavefront-sink/pom.xml
+++ b/applications/sink/wavefront-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/websocket-sink/pom.xml b/applications/sink/websocket-sink/pom.xml
index 9e5b0dc8..68b4f59f 100644
--- a/applications/sink/websocket-sink/pom.xml
+++ b/applications/sink/websocket-sink/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/xmpp-sink/pom.xml b/applications/sink/xmpp-sink/pom.xml
index 78d817e4..647a1a5a 100644
--- a/applications/sink/xmpp-sink/pom.xml
+++ b/applications/sink/xmpp-sink/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/sink/zeromq-sink/pom.xml b/applications/sink/zeromq-sink/pom.xml
index 08200acc..5ba060ce 100644
--- a/applications/sink/zeromq-sink/pom.xml
+++ b/applications/sink/zeromq-sink/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/debezium-source/pom.xml b/applications/source/debezium-source/pom.xml
index 1cfeef59..f3eb9e9f 100644
--- a/applications/source/debezium-source/pom.xml
+++ b/applications/source/debezium-source/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml
index f2527aa7..4f510888 100644
--- a/applications/source/file-source/pom.xml
+++ b/applications/source/file-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/ftp-source/pom.xml b/applications/source/ftp-source/pom.xml
index 23da6a5e..053d13b6 100644
--- a/applications/source/ftp-source/pom.xml
+++ b/applications/source/ftp-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml
index 89b8cc9d..3fe7500e 100644
--- a/applications/source/http-source/pom.xml
+++ b/applications/source/http-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml
index a7fa9c25..733a66fd 100644
--- a/applications/source/jdbc-source/pom.xml
+++ b/applications/source/jdbc-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/jms-source/README.adoc b/applications/source/jms-source/README.adoc
index d709e604..6cc0644d 100644
--- a/applications/source/jms-source/README.adoc
+++ b/applications/source/jms-source/README.adoc
@@ -30,7 +30,7 @@ $$pub-sub-domain$$:: $$Whether the default destination type is topic.$$ *($$Bool
$$acknowledge-mode$$:: $$Acknowledge mode of the container. By default, the listener is transacted with automatic acknowledgment.$$ *($$AcknowledgeMode$$, default: `$$$$`, possible values: `AUTO`,`CLIENT`,`DUPS_OK`)*
$$auto-startup$$:: $$Start the container automatically on startup.$$ *($$Boolean$$, default: `$$true$$`)*
-$$concurrency$$:: $$Minimum number of concurrent consumers.$$ *($$Integer$$, default: `$$$$`)*
+$$concurrency$$:: $$Minimum number of concurrent consumers. When max-concurrency is not specified the minimum will also be used as the maximum.$$ *($$Integer$$, default: `$$$$`)*
$$max-concurrency$$:: $$Maximum number of concurrent consumers.$$ *($$Integer$$, default: `$$$$`)*
$$receive-timeout$$:: $$Timeout to use for receive calls. Use -1 for a no-wait receive or 0 for no timeout at all. The latter is only feasible if not running within a transaction manager and is generally discouraged since it prevents clean shutdown.$$ *($$Duration$$, default: `$$1s$$`)*
//end::configuration-properties[]
diff --git a/applications/source/jms-source/pom.xml b/applications/source/jms-source/pom.xml
index fbe9bf91..7f970c16 100644
--- a/applications/source/jms-source/pom.xml
+++ b/applications/source/jms-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/kafka-source/pom.xml b/applications/source/kafka-source/pom.xml
index 9686f443..50ca5b99 100644
--- a/applications/source/kafka-source/pom.xml
+++ b/applications/source/kafka-source/pom.xml
@@ -8,7 +8,7 @@
stream-applications-core
org.springframework.cloud.stream.app
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/load-generator-source/README.adoc b/applications/source/load-generator-source/README.adoc
index 4ea48e26..1a3fd572 100644
--- a/applications/source/load-generator-source/README.adoc
+++ b/applications/source/load-generator-source/README.adoc
@@ -8,10 +8,10 @@ A source that sends generated data and dispatches it to the stream.
The **$$load-generator$$** $$source$$ has the following options:
//tag::configuration-properties[]
-$$load-generator.generate-timestamp$$:: $$Whether timestamp generated.$$ *($$Boolean$$, default: `$$false$$`)*
-$$load-generator.message-count$$:: $$Message count.$$ *($$Integer$$, default: `$$1000$$`)*
-$$load-generator.message-size$$:: $$Message size.$$ *($$Integer$$, default: `$$1000$$`)*
-$$load-generator.producers$$:: $$Number of producers.$$ *($$Integer$$, default: `$$1$$`)*
+$$load-generator.generate-timestamp$$:: $$Whether timestamp generated.$$ *($$Boolean$$, default: `$$$$`)*
+$$load-generator.message-count$$:: $$Message count.$$ *($$Integer$$, default: `$$$$`)*
+$$load-generator.message-size$$:: $$Message size.$$ *($$Integer$$, default: `$$$$`)*
+$$load-generator.producers$$:: $$Number of producers.$$ *($$Integer$$, default: `$$$$`)*
//end::configuration-properties[]
//end::ref-doc[]
diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml
index 9178d8d7..65da4b29 100644
--- a/applications/source/load-generator-source/pom.xml
+++ b/applications/source/load-generator-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/mail-source/pom.xml b/applications/source/mail-source/pom.xml
index 1a7c1198..316d57f0 100644
--- a/applications/source/mail-source/pom.xml
+++ b/applications/source/mail-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml
index 25f5e1f6..57387802 100644
--- a/applications/source/mongodb-source/pom.xml
+++ b/applications/source/mongodb-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/mqtt-source/pom.xml b/applications/source/mqtt-source/pom.xml
index 5b426c74..78bc4870 100644
--- a/applications/source/mqtt-source/pom.xml
+++ b/applications/source/mqtt-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/pom.xml b/applications/source/pom.xml
index 92d0ab45..bfa701b9 100644
--- a/applications/source/pom.xml
+++ b/applications/source/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.stream.app
source
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
pom
diff --git a/applications/source/rabbit-source/pom.xml b/applications/source/rabbit-source/pom.xml
index 0ec299cb..7dccd036 100644
--- a/applications/source/rabbit-source/pom.xml
+++ b/applications/source/rabbit-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/s3-source/pom.xml b/applications/source/s3-source/pom.xml
index 80dcd988..b19faea4 100644
--- a/applications/source/s3-source/pom.xml
+++ b/applications/source/s3-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/sftp-source/pom.xml b/applications/source/sftp-source/pom.xml
index ce07dda1..5b3dc1db 100644
--- a/applications/source/sftp-source/pom.xml
+++ b/applications/source/sftp-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/syslog-source/pom.xml b/applications/source/syslog-source/pom.xml
index 62bf59ae..5bdac00e 100644
--- a/applications/source/syslog-source/pom.xml
+++ b/applications/source/syslog-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/tcp-source/pom.xml b/applications/source/tcp-source/pom.xml
index 50b9fc0d..ea2bc8b7 100644
--- a/applications/source/tcp-source/pom.xml
+++ b/applications/source/tcp-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml
index 97182ba8..47123a87 100644
--- a/applications/source/time-source/pom.xml
+++ b/applications/source/time-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/twitter-message-source/pom.xml b/applications/source/twitter-message-source/pom.xml
index d3d1b6eb..e990e820 100644
--- a/applications/source/twitter-message-source/pom.xml
+++ b/applications/source/twitter-message-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/twitter-search-source/pom.xml b/applications/source/twitter-search-source/pom.xml
index e74a7b2e..72912f93 100644
--- a/applications/source/twitter-search-source/pom.xml
+++ b/applications/source/twitter-search-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/twitter-stream-source/pom.xml b/applications/source/twitter-stream-source/pom.xml
index a51b7cb7..c9fffbf1 100644
--- a/applications/source/twitter-stream-source/pom.xml
+++ b/applications/source/twitter-stream-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/websocket-source/pom.xml b/applications/source/websocket-source/pom.xml
index 47142ed6..715835a9 100644
--- a/applications/source/websocket-source/pom.xml
+++ b/applications/source/websocket-source/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/xmpp-source/pom.xml b/applications/source/xmpp-source/pom.xml
index a6cad79c..9d634eec 100644
--- a/applications/source/xmpp-source/pom.xml
+++ b/applications/source/xmpp-source/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/source/zeromq-source/pom.xml b/applications/source/zeromq-source/pom.xml
index 089cd65c..5086f239 100644
--- a/applications/source/zeromq-source/pom.xml
+++ b/applications/source/zeromq-source/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-core/pom.xml
diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml
index f24c4189..1e668e66 100644
--- a/applications/stream-applications-core/pom.xml
+++ b/applications/stream-applications-core/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.stream.app
stream-applications-build
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-build/pom.xml
@@ -16,8 +16,8 @@
pom
- 4.0.1-SNAPSHOT
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
+ 5.0.0-SNAPSHOT
springcloud/baseimage:1.0.4
1.5.2
1.0.10
diff --git a/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml b/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml
index ff9cb09a..85b414de 100644
--- a/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml
+++ b/applications/stream-applications-core/stream-applications-composite-function-support/pom.xml
@@ -23,7 +23,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
stream-applications-composite-function-support
diff --git a/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml b/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml
index c40d843e..736d22bb 100644
--- a/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml
+++ b/applications/stream-applications-core/stream-applications-micrometer-common/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
stream-applications-micrometer-common
diff --git a/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml b/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml
index 6a263bc6..d5730967 100644
--- a/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml
+++ b/applications/stream-applications-core/stream-applications-postprocessor-common/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
stream-applications-postprocessor-common
diff --git a/applications/stream-applications-core/stream-applications-security-common/pom.xml b/applications/stream-applications-core/stream-applications-security-common/pom.xml
index f78fdb67..ea5a09df 100644
--- a/applications/stream-applications-core/stream-applications-security-common/pom.xml
+++ b/applications/stream-applications-core/stream-applications-security-common/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
stream-applications-security-common
diff --git a/applications/stream-applications-core/stream-applications-test-support/pom.xml b/applications/stream-applications-core/stream-applications-test-support/pom.xml
index 00b7d36a..0f764f5e 100644
--- a/applications/stream-applications-core/stream-applications-test-support/pom.xml
+++ b/applications/stream-applications-core/stream-applications-test-support/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
stream-applications-test-support
diff --git a/applications/stream-applications-integration-tests/pom.xml b/applications/stream-applications-integration-tests/pom.xml
index ba24cd68..845c3223 100644
--- a/applications/stream-applications-integration-tests/pom.xml
+++ b/applications/stream-applications-integration-tests/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../stream-applications-core/pom.xml
diff --git a/functions/common/aws-s3-common/pom.xml b/functions/common/aws-s3-common/pom.xml
index e974d5b5..f8262c88 100644
--- a/functions/common/aws-s3-common/pom.xml
+++ b/functions/common/aws-s3-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/config-common/pom.xml b/functions/common/config-common/pom.xml
index d3d9d141..c25f4640 100644
--- a/functions/common/config-common/pom.xml
+++ b/functions/common/config-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.stream.app
stream-applications-build
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../../stream-applications-build/pom.xml
diff --git a/functions/common/debezium-autoconfigure/pom.xml b/functions/common/debezium-autoconfigure/pom.xml
index 23d32176..5231847d 100644
--- a/functions/common/debezium-autoconfigure/pom.xml
+++ b/functions/common/debezium-autoconfigure/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/file-common/pom.xml b/functions/common/file-common/pom.xml
index 9803588a..1609e550 100644
--- a/functions/common/file-common/pom.xml
+++ b/functions/common/file-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/ftp-common/pom.xml b/functions/common/ftp-common/pom.xml
index 1aa6b9f6..01ae1a39 100644
--- a/functions/common/ftp-common/pom.xml
+++ b/functions/common/ftp-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/function-test-support/pom.xml b/functions/common/function-test-support/pom.xml
index ae755b1a..4d5efcbc 100644
--- a/functions/common/function-test-support/pom.xml
+++ b/functions/common/function-test-support/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/metadata-store-common/pom.xml b/functions/common/metadata-store-common/pom.xml
index 0e8a95c2..34aae63d 100644
--- a/functions/common/metadata-store-common/pom.xml
+++ b/functions/common/metadata-store-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/mongodb-common/pom.xml b/functions/common/mongodb-common/pom.xml
index f33aa197..baa33f34 100644
--- a/functions/common/mongodb-common/pom.xml
+++ b/functions/common/mongodb-common/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/mqtt-common/pom.xml b/functions/common/mqtt-common/pom.xml
index f8d22ab5..f2cc6ab1 100644
--- a/functions/common/mqtt-common/pom.xml
+++ b/functions/common/mqtt-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/pom.xml b/functions/common/pom.xml
index b55726ca..d07b314d 100644
--- a/functions/common/pom.xml
+++ b/functions/common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
functions-common
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
java-functions-common
Java Functions Common
pom
diff --git a/functions/common/redis-common/pom.xml b/functions/common/redis-common/pom.xml
index 3c3ff5c4..f469d5d3 100644
--- a/functions/common/redis-common/pom.xml
+++ b/functions/common/redis-common/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/tcp-common/pom.xml b/functions/common/tcp-common/pom.xml
index c275d2e8..9c882739 100644
--- a/functions/common/tcp-common/pom.xml
+++ b/functions/common/tcp-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/tensorflow-common/pom.xml b/functions/common/tensorflow-common/pom.xml
index 0dba0fe3..50550227 100644
--- a/functions/common/tensorflow-common/pom.xml
+++ b/functions/common/tensorflow-common/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/twitter-common/pom.xml b/functions/common/twitter-common/pom.xml
index a9c1abeb..e31925b0 100644
--- a/functions/common/twitter-common/pom.xml
+++ b/functions/common/twitter-common/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/common/xmpp-common/pom.xml b/functions/common/xmpp-common/pom.xml
index 6aaea074..aba1c006 100644
--- a/functions/common/xmpp-common/pom.xml
+++ b/functions/common/xmpp-common/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/analytics-consumer/pom.xml b/functions/consumer/analytics-consumer/pom.xml
index 93bcf6b9..5bb00bf3 100644
--- a/functions/consumer/analytics-consumer/pom.xml
+++ b/functions/consumer/analytics-consumer/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/cassandra-consumer/pom.xml b/functions/consumer/cassandra-consumer/pom.xml
index f120f52c..c164751d 100644
--- a/functions/consumer/cassandra-consumer/pom.xml
+++ b/functions/consumer/cassandra-consumer/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/elasticsearch-consumer/pom.xml b/functions/consumer/elasticsearch-consumer/pom.xml
index a41c05d4..829b8791 100644
--- a/functions/consumer/elasticsearch-consumer/pom.xml
+++ b/functions/consumer/elasticsearch-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/file-consumer/pom.xml b/functions/consumer/file-consumer/pom.xml
index ae403cb2..256b64f7 100644
--- a/functions/consumer/file-consumer/pom.xml
+++ b/functions/consumer/file-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/ftp-consumer/pom.xml b/functions/consumer/ftp-consumer/pom.xml
index edbaf169..084393b3 100644
--- a/functions/consumer/ftp-consumer/pom.xml
+++ b/functions/consumer/ftp-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/jdbc-consumer/pom.xml b/functions/consumer/jdbc-consumer/pom.xml
index a0b6d6d4..837712cd 100644
--- a/functions/consumer/jdbc-consumer/pom.xml
+++ b/functions/consumer/jdbc-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/kafka-publisher/pom.xml b/functions/consumer/kafka-publisher/pom.xml
index 1f8f599f..fa3c2a74 100644
--- a/functions/consumer/kafka-publisher/pom.xml
+++ b/functions/consumer/kafka-publisher/pom.xml
@@ -5,7 +5,7 @@
spring-functions-parent
org.springframework.cloud.fn
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/log-consumer/pom.xml b/functions/consumer/log-consumer/pom.xml
index d6829aef..e2346ab5 100644
--- a/functions/consumer/log-consumer/pom.xml
+++ b/functions/consumer/log-consumer/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/mongodb-consumer/pom.xml b/functions/consumer/mongodb-consumer/pom.xml
index d0e89048..3e663799 100644
--- a/functions/consumer/mongodb-consumer/pom.xml
+++ b/functions/consumer/mongodb-consumer/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/mqtt-consumer/pom.xml b/functions/consumer/mqtt-consumer/pom.xml
index 9cfbc05a..eb38c25e 100644
--- a/functions/consumer/mqtt-consumer/pom.xml
+++ b/functions/consumer/mqtt-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/pom.xml b/functions/consumer/pom.xml
index 1cb9ef23..bd58ca31 100644
--- a/functions/consumer/pom.xml
+++ b/functions/consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
java-functions-consumer
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
java-functions-consumer
Java Functions Consumer
pom
diff --git a/functions/consumer/rabbit-consumer/pom.xml b/functions/consumer/rabbit-consumer/pom.xml
index 77d0ae75..900612a0 100644
--- a/functions/consumer/rabbit-consumer/pom.xml
+++ b/functions/consumer/rabbit-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/redis-consumer/pom.xml b/functions/consumer/redis-consumer/pom.xml
index ef5ab2d7..ea448835 100644
--- a/functions/consumer/redis-consumer/pom.xml
+++ b/functions/consumer/redis-consumer/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/rsocket-consumer/pom.xml b/functions/consumer/rsocket-consumer/pom.xml
index 35aac837..003f787c 100644
--- a/functions/consumer/rsocket-consumer/pom.xml
+++ b/functions/consumer/rsocket-consumer/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/s3-consumer/pom.xml b/functions/consumer/s3-consumer/pom.xml
index b0d08a25..8fb0a38e 100644
--- a/functions/consumer/s3-consumer/pom.xml
+++ b/functions/consumer/s3-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/sftp-consumer/pom.xml b/functions/consumer/sftp-consumer/pom.xml
index b90e8ee3..98bb73fd 100644
--- a/functions/consumer/sftp-consumer/pom.xml
+++ b/functions/consumer/sftp-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/tcp-consumer/pom.xml b/functions/consumer/tcp-consumer/pom.xml
index 84477595..7d24ba65 100644
--- a/functions/consumer/tcp-consumer/pom.xml
+++ b/functions/consumer/tcp-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/twitter-consumer/pom.xml b/functions/consumer/twitter-consumer/pom.xml
index 15b22fb4..d379928d 100644
--- a/functions/consumer/twitter-consumer/pom.xml
+++ b/functions/consumer/twitter-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/wavefront-consumer/pom.xml b/functions/consumer/wavefront-consumer/pom.xml
index a2d5ced9..22fbe755 100644
--- a/functions/consumer/wavefront-consumer/pom.xml
+++ b/functions/consumer/wavefront-consumer/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/websocket-consumer/pom.xml b/functions/consumer/websocket-consumer/pom.xml
index 3a6d7c51..c301e982 100644
--- a/functions/consumer/websocket-consumer/pom.xml
+++ b/functions/consumer/websocket-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/xmpp-consumer/pom.xml b/functions/consumer/xmpp-consumer/pom.xml
index b7c20688..6c860280 100644
--- a/functions/consumer/xmpp-consumer/pom.xml
+++ b/functions/consumer/xmpp-consumer/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/consumer/zeromq-consumer/pom.xml b/functions/consumer/zeromq-consumer/pom.xml
index 49c347ba..6832a3d0 100644
--- a/functions/consumer/zeromq-consumer/pom.xml
+++ b/functions/consumer/zeromq-consumer/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function-dependencies/pom.xml b/functions/function-dependencies/pom.xml
index 34bed223..30b0a52d 100644
--- a/functions/function-dependencies/pom.xml
+++ b/functions/function-dependencies/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.stream.app
stream-applications-build
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-build/pom.xml
diff --git a/functions/function/aggregator-function/pom.xml b/functions/function/aggregator-function/pom.xml
index 91b46c22..4a038671 100644
--- a/functions/function/aggregator-function/pom.xml
+++ b/functions/function/aggregator-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/filter-function/pom.xml b/functions/function/filter-function/pom.xml
index 0975e39b..ec8cc5d4 100644
--- a/functions/function/filter-function/pom.xml
+++ b/functions/function/filter-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/header-enricher-function/pom.xml b/functions/function/header-enricher-function/pom.xml
index beb8b7c1..429c2185 100644
--- a/functions/function/header-enricher-function/pom.xml
+++ b/functions/function/header-enricher-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/header-filter-function/pom.xml b/functions/function/header-filter-function/pom.xml
index f8651e81..ead2c9c4 100644
--- a/functions/function/header-filter-function/pom.xml
+++ b/functions/function/header-filter-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/http-request-function/pom.xml b/functions/function/http-request-function/pom.xml
index 0d0578db..b1ad7570 100644
--- a/functions/function/http-request-function/pom.xml
+++ b/functions/function/http-request-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/image-recognition-function/pom.xml b/functions/function/image-recognition-function/pom.xml
index 0806bc4d..e8ad6fd9 100644
--- a/functions/function/image-recognition-function/pom.xml
+++ b/functions/function/image-recognition-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/object-detection-function/pom.xml b/functions/function/object-detection-function/pom.xml
index 6389b5b3..8d71f5c7 100644
--- a/functions/function/object-detection-function/pom.xml
+++ b/functions/function/object-detection-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/payload-converter-function/pom.xml b/functions/function/payload-converter-function/pom.xml
index 44762e19..8ca745b7 100644
--- a/functions/function/payload-converter-function/pom.xml
+++ b/functions/function/payload-converter-function/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/pom.xml b/functions/function/pom.xml
index a7c03576..fd8e67de 100644
--- a/functions/function/pom.xml
+++ b/functions/function/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
java-functions-function
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
java-functions-function
Java Functions Function
pom
diff --git a/functions/function/semantic-segmentation-function/pom.xml b/functions/function/semantic-segmentation-function/pom.xml
index fd653dca..3cad6758 100644
--- a/functions/function/semantic-segmentation-function/pom.xml
+++ b/functions/function/semantic-segmentation-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/spel-function/pom.xml b/functions/function/spel-function/pom.xml
index 6551bf7b..8bba8c28 100644
--- a/functions/function/spel-function/pom.xml
+++ b/functions/function/spel-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/splitter-function/pom.xml b/functions/function/splitter-function/pom.xml
index e66b4b90..e752c3f7 100644
--- a/functions/function/splitter-function/pom.xml
+++ b/functions/function/splitter-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/task-launch-request-function/pom.xml b/functions/function/task-launch-request-function/pom.xml
index fbf462dc..fef080f3 100644
--- a/functions/function/task-launch-request-function/pom.xml
+++ b/functions/function/task-launch-request-function/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/function/twitter-function/pom.xml b/functions/function/twitter-function/pom.xml
index bc8b9fb8..17bf724a 100644
--- a/functions/function/twitter-function/pom.xml
+++ b/functions/function/twitter-function/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/pom.xml b/functions/pom.xml
index e96b6abe..db3d8bee 100644
--- a/functions/pom.xml
+++ b/functions/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
java-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
java-functions-parent
Java Functions Parent
pom
diff --git a/functions/spring-functions-parent/pom.xml b/functions/spring-functions-parent/pom.xml
index 759eefd6..4fd7dd25 100644
--- a/functions/spring-functions-parent/pom.xml
+++ b/functions/spring-functions-parent/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud.stream.app
stream-applications-build
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../stream-applications-build/pom.xml
diff --git a/functions/supplier/debezium-supplier/pom.xml b/functions/supplier/debezium-supplier/pom.xml
index ea4d5605..a36df9fd 100644
--- a/functions/supplier/debezium-supplier/pom.xml
+++ b/functions/supplier/debezium-supplier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/file-supplier/pom.xml b/functions/supplier/file-supplier/pom.xml
index 3774a655..dd7e6521 100644
--- a/functions/supplier/file-supplier/pom.xml
+++ b/functions/supplier/file-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/ftp-supplier/pom.xml b/functions/supplier/ftp-supplier/pom.xml
index 28657f18..5c726544 100644
--- a/functions/supplier/ftp-supplier/pom.xml
+++ b/functions/supplier/ftp-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/http-supplier/pom.xml b/functions/supplier/http-supplier/pom.xml
index a45468c2..6c5ac9e2 100644
--- a/functions/supplier/http-supplier/pom.xml
+++ b/functions/supplier/http-supplier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/jdbc-supplier/pom.xml b/functions/supplier/jdbc-supplier/pom.xml
index 85d46244..749f4144 100644
--- a/functions/supplier/jdbc-supplier/pom.xml
+++ b/functions/supplier/jdbc-supplier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/jms-supplier/pom.xml b/functions/supplier/jms-supplier/pom.xml
index 452ba7da..b115f536 100644
--- a/functions/supplier/jms-supplier/pom.xml
+++ b/functions/supplier/jms-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/kafka-supplier/pom.xml b/functions/supplier/kafka-supplier/pom.xml
index 845badf9..815d2625 100644
--- a/functions/supplier/kafka-supplier/pom.xml
+++ b/functions/supplier/kafka-supplier/pom.xml
@@ -8,7 +8,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/mail-supplier/pom.xml b/functions/supplier/mail-supplier/pom.xml
index f601d6c6..bfc0447f 100644
--- a/functions/supplier/mail-supplier/pom.xml
+++ b/functions/supplier/mail-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/mongodb-supplier/pom.xml b/functions/supplier/mongodb-supplier/pom.xml
index 7b6b5b61..28d888d9 100644
--- a/functions/supplier/mongodb-supplier/pom.xml
+++ b/functions/supplier/mongodb-supplier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/mqtt-supplier/pom.xml b/functions/supplier/mqtt-supplier/pom.xml
index 72a9aa3d..8c2436e0 100644
--- a/functions/supplier/mqtt-supplier/pom.xml
+++ b/functions/supplier/mqtt-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/pom.xml b/functions/supplier/pom.xml
index 7becd809..d51b8349 100644
--- a/functions/supplier/pom.xml
+++ b/functions/supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
java-functions-supplier
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
java-functions-supplier
Java Functions Supplier
pom
diff --git a/functions/supplier/rabbit-supplier/pom.xml b/functions/supplier/rabbit-supplier/pom.xml
index 573a4f3b..90b14f9b 100644
--- a/functions/supplier/rabbit-supplier/pom.xml
+++ b/functions/supplier/rabbit-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/s3-supplier/pom.xml b/functions/supplier/s3-supplier/pom.xml
index c35ab32f..53af2be6 100644
--- a/functions/supplier/s3-supplier/pom.xml
+++ b/functions/supplier/s3-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/sftp-supplier/pom.xml b/functions/supplier/sftp-supplier/pom.xml
index df3c8d97..8bfe5b7d 100644
--- a/functions/supplier/sftp-supplier/pom.xml
+++ b/functions/supplier/sftp-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/syslog-supplier/pom.xml b/functions/supplier/syslog-supplier/pom.xml
index 904c63c3..d0e8cbb8 100644
--- a/functions/supplier/syslog-supplier/pom.xml
+++ b/functions/supplier/syslog-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/tcp-supplier/pom.xml b/functions/supplier/tcp-supplier/pom.xml
index 7169eb3e..0e22d4ae 100644
--- a/functions/supplier/tcp-supplier/pom.xml
+++ b/functions/supplier/tcp-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/time-supplier/pom.xml b/functions/supplier/time-supplier/pom.xml
index e78c61c1..04588491 100644
--- a/functions/supplier/time-supplier/pom.xml
+++ b/functions/supplier/time-supplier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/twitter-supplier/pom.xml b/functions/supplier/twitter-supplier/pom.xml
index a6a9af2d..4d33b853 100644
--- a/functions/supplier/twitter-supplier/pom.xml
+++ b/functions/supplier/twitter-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/websocket-supplier/pom.xml b/functions/supplier/websocket-supplier/pom.xml
index 5728b56c..12380b26 100644
--- a/functions/supplier/websocket-supplier/pom.xml
+++ b/functions/supplier/websocket-supplier/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/xmpp-supplier/pom.xml b/functions/supplier/xmpp-supplier/pom.xml
index f166b621..8c2d6277 100644
--- a/functions/supplier/xmpp-supplier/pom.xml
+++ b/functions/supplier/xmpp-supplier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/functions/supplier/zeromq-supplier/pom.xml b/functions/supplier/zeromq-supplier/pom.xml
index a6f1ab7a..408e4fad 100644
--- a/functions/supplier/zeromq-supplier/pom.xml
+++ b/functions/supplier/zeromq-supplier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud.fn
spring-functions-parent
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../../spring-functions-parent/pom.xml
diff --git a/pom.xml b/pom.xml
index 32d26e5d..18ffbc84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.stream.app
stream-applications
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
stream-applications
Functions and Infrastructure for stream applications
pom
diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml
index aaaa6b14..05bf3795 100644
--- a/stream-applications-build/pom.xml
+++ b/stream-applications-build/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud.stream.app
stream-applications-build
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
stream-applications-build
Common Parent for Functions and Applications
pom
diff --git a/stream-applications-release-train/pom.xml b/stream-applications-release-train/pom.xml
index f6ad6746..4d2e7ff9 100644
--- a/stream-applications-release-train/pom.xml
+++ b/stream-applications-release-train/pom.xml
@@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
stream-applications-release-train
- 2022.0.1-SNAPSHOT
+ 2024.0.0-SNAPSHOT
pom
org.springframework.cloud.stream.app
stream-applications-core
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
../applications/stream-applications-core/pom.xml
@@ -18,7 +18,7 @@
- 4.0.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
${apps.version}
${apps.version}
diff --git a/stream-applications-release-train/stream-applications-descriptor/pom.xml b/stream-applications-release-train/stream-applications-descriptor/pom.xml
index 98bb74a2..2c9f0075 100644
--- a/stream-applications-release-train/stream-applications-descriptor/pom.xml
+++ b/stream-applications-release-train/stream-applications-descriptor/pom.xml
@@ -4,14 +4,14 @@
stream-applications-release-train
org.springframework.cloud.stream.app
- 2022.0.1-SNAPSHOT
+ 2024.0.0-SNAPSHOT
../pom.xml
4.0.0
stream-applications-descriptor
stream-applications-descriptor
- 2022.0.1-SNAPSHOT
+ 2024.0.0-SNAPSHOT
jar
false
diff --git a/stream-applications-release-train/stream-applications-docs/pom.xml b/stream-applications-release-train/stream-applications-docs/pom.xml
index 15562d29..900c82d8 100644
--- a/stream-applications-release-train/stream-applications-docs/pom.xml
+++ b/stream-applications-release-train/stream-applications-docs/pom.xml
@@ -6,13 +6,13 @@
org.springframework.cloud.stream.app
stream-applications-release-train
- 2022.0.1-SNAPSHOT
+ 2024.0.0-SNAPSHOT
../pom.xml
stream-applications-docs
stream-applications-docs
Stream Apps Docs
- 2022.0.1-SNAPSHOT
+ 2024.0.0-SNAPSHOT
0.2.5
${basedir}/../..
diff --git a/versions.json b/versions.json
index 53ff1c17..407559ec 100644
--- a/versions.json
+++ b/versions.json
@@ -1,8 +1,8 @@
{
- "release_version": "4.0.1-SNAPSHOT",
- "next_dev_version": "4.0.1-SNAPSHOT",
+ "release_version": "5.0.0-SNAPSHOT",
+ "next_dev_version": "5.0.0-SNAPSHOT",
"release_train": {
- "release_version": "2022.0.1-SNAPSHOT",
- "next_dev_version": "2022.0.1-SNAPSHOT"
+ "release_version": "2024.0.0-SNAPSHOT",
+ "next_dev_version": "2024.0.0-SNAPSHOT"
}
}