From 5b6ded7358a1bc95ea8ebec0b938796a32e4e696 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 --- consumer/mongodb-consumer/pom.xml | 2 +- consumer/redis-consumer/pom.xml | 2 +- function/aggregator-function/pom.xml | 2 +- supplier/mongodb-supplier/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/consumer/mongodb-consumer/pom.xml b/consumer/mongodb-consumer/pom.xml index 444f67ff..fd3d274d 100644 --- a/consumer/mongodb-consumer/pom.xml +++ b/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/consumer/redis-consumer/pom.xml b/consumer/redis-consumer/pom.xml index b2473299..f2c72921 100644 --- a/consumer/redis-consumer/pom.xml +++ b/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/function/aggregator-function/pom.xml b/function/aggregator-function/pom.xml index f72778fd..ce11a214 100644 --- a/function/aggregator-function/pom.xml +++ b/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/supplier/mongodb-supplier/pom.xml b/supplier/mongodb-supplier/pom.xml index 4d5a4ff7..465671b9 100644 --- a/supplier/mongodb-supplier/pom.xml +++ b/supplier/mongodb-supplier/pom.xml @@ -41,7 +41,7 @@ org.springframework.cloud.fn mongodb-common - 4.0.0-SNAPSHOT + ${project.version} test-jar test