From e9d8fb0c31d995b804b08733d99e9612c620084e Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 2 Feb 2023 18:51:01 +0200 Subject: [PATCH] Added xmpp to the documentation. Fixing remaining versions. Updates #429 --- applications/sink/redis-sink/pom.xml | 2 +- functions/consumer/mongodb-consumer/pom.xml | 2 +- functions/consumer/redis-consumer/pom.xml | 2 +- .../function/aggregator-function/pom.xml | 2 +- functions/supplier/mongodb-supplier/pom.xml | 2 +- stream-applications-build/pom.xml | 19 +++++++++-------- .../stream-applications-docs/pom.xml | 21 ++++++++++++++++++- 7 files changed, 35 insertions(+), 15 deletions(-) diff --git a/applications/sink/redis-sink/pom.xml b/applications/sink/redis-sink/pom.xml index 5d9218f4..f1249555 100644 --- a/applications/sink/redis-sink/pom.xml +++ b/applications/sink/redis-sink/pom.xml @@ -28,7 +28,7 @@ org.springframework.cloud.fn redis-common - 4.0.0-SNAPSHOT + ${project.version} test-jar test diff --git a/functions/consumer/mongodb-consumer/pom.xml b/functions/consumer/mongodb-consumer/pom.xml index 444f67ff..fd3d274d 100644 --- a/functions/consumer/mongodb-consumer/pom.xml +++ b/functions/consumer/mongodb-consumer/pom.xml @@ -31,7 +31,7 @@ org.springframework.cloud.fn mongodb-common - 4.0.0-SNAPSHOT + ${project.version} test-jar test diff --git a/functions/consumer/redis-consumer/pom.xml b/functions/consumer/redis-consumer/pom.xml index b2473299..f2c72921 100644 --- a/functions/consumer/redis-consumer/pom.xml +++ b/functions/consumer/redis-consumer/pom.xml @@ -37,7 +37,7 @@ org.springframework.cloud.fn redis-common - 4.0.0-SNAPSHOT + ${project.version} test-jar test diff --git a/functions/function/aggregator-function/pom.xml b/functions/function/aggregator-function/pom.xml index f72778fd..ce11a214 100644 --- a/functions/function/aggregator-function/pom.xml +++ b/functions/function/aggregator-function/pom.xml @@ -37,7 +37,7 @@ org.springframework.cloud.fn mongodb-common - 4.0.0-SNAPSHOT + ${project.version} test-jar test diff --git a/functions/supplier/mongodb-supplier/pom.xml b/functions/supplier/mongodb-supplier/pom.xml index 4d5a4ff7..465671b9 100644 --- a/functions/supplier/mongodb-supplier/pom.xml +++ b/functions/supplier/mongodb-supplier/pom.xml @@ -41,7 +41,7 @@ org.springframework.cloud.fn mongodb-common - 4.0.0-SNAPSHOT + ${project.version} test-jar test diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml index 4b637b33..dcd3b8fe 100644 --- a/stream-applications-build/pom.xml +++ b/stream-applications-build/pom.xml @@ -35,16 +35,17 @@ 0.0.10 true 0.0.35 - 3.0.1 - 3.0.1 - 3.0.0 - 6.0.1 + 3.0.2 + 3.0.2 + 3.0.1 + 6.0.4 + 6.0.2 - 2022.0.0 - 4.0.0 - 4.0.0 - 4.0.1-SNAPSHOT - 4.0.0 + 2022.0.1 + 4.0.1 + 4.0.1 + 4.0.1 + 4.0.1 1.17.6 5.13.2 diff --git a/stream-applications-release-train/stream-applications-docs/pom.xml b/stream-applications-release-train/stream-applications-docs/pom.xml index 5a07f6b5..6a655f1c 100644 --- a/stream-applications-release-train/stream-applications-docs/pom.xml +++ b/stream-applications-release-train/stream-applications-docs/pom.xml @@ -301,6 +301,16 @@ twitter-function ${java-functions.version} + + org.springframework.cloud.fn + xmpp-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + xmpp-supplier + ${java-functions.version} + org.springframework.cloud.stream.app @@ -332,7 +342,16 @@ script-processor ${apps.version} - + + org.springframework.cloud.stream.app + xmpp-source + ${apps.version} + + + org.springframework.cloud.stream.app + xmpp-sink + ${apps.version} +