From 564207e05267d1ec93711390ec7846ce2cadacae Mon Sep 17 00:00:00 2001 From: hono-bot Date: Thu, 12 Aug 2021 12:13:04 +0000 Subject: [PATCH] Release 1.8.3 --- adapter-base-quarkus/pom.xml | 2 +- adapter-base-spring/pom.xml | 2 +- adapter-base/pom.xml | 2 +- adapters/amqp-vertx-base/pom.xml | 2 +- adapters/amqp-vertx-quarkus/pom.xml | 2 +- adapters/amqp-vertx/pom.xml | 2 +- adapters/base-quarkus/pom.xml | 2 +- adapters/base-spring/pom.xml | 2 +- adapters/coap-vertx-base/pom.xml | 2 +- adapters/coap-vertx-quarkus/pom.xml | 2 +- adapters/coap-vertx/pom.xml | 2 +- adapters/http-vertx-base/pom.xml | 2 +- adapters/http-vertx-quarkus/pom.xml | 2 +- adapters/http-vertx/pom.xml | 2 +- adapters/kura/pom.xml | 2 +- adapters/lora-vertx-base/pom.xml | 2 +- adapters/lora-vertx-quarkus/pom.xml | 2 +- adapters/lora-vertx/pom.xml | 2 +- adapters/mqtt-vertx-base/pom.xml | 2 +- adapters/mqtt-vertx-quarkus/pom.xml | 2 +- adapters/mqtt-vertx/pom.xml | 2 +- adapters/pom.xml | 2 +- adapters/sigfox-vertx/pom.xml | 2 +- bom/pom.xml | 2 +- cli/pom.xml | 2 +- client-device-connection-infinispan-quarkus/pom.xml | 2 +- client-device-connection-infinispan/pom.xml | 2 +- client/pom.xml | 2 +- clients/adapter-amqp/pom.xml | 2 +- clients/adapter-kafka/pom.xml | 2 +- clients/adapter/pom.xml | 2 +- clients/amqp-common/pom.xml | 2 +- clients/application-amqp/pom.xml | 2 +- clients/application-kafka/pom.xml | 2 +- clients/application/pom.xml | 2 +- clients/client-common/pom.xml | 2 +- clients/kafka-common/pom.xml | 2 +- clients/pom.xml | 2 +- core/pom.xml | 2 +- demo-certs/pom.xml | 2 +- deploy/pom.xml | 2 +- examples/hono-client-examples/pom.xml | 2 +- examples/pom.xml | 2 +- examples/protocol-gateway-example/pom.xml | 2 +- legal/pom.xml | 2 +- pom.xml | 2 +- service-base-quarkus/pom.xml | 2 +- service-base-spring/pom.xml | 2 +- service-base/pom.xml | 2 +- services/auth-base/pom.xml | 2 +- services/auth-quarkus/pom.xml | 2 +- services/auth/pom.xml | 2 +- services/base-jdbc/pom.xml | 2 +- services/base-quarkus/pom.xml | 2 +- services/base-spring/pom.xml | 2 +- services/command-router-base/pom.xml | 2 +- services/command-router-quarkus/pom.xml | 2 +- services/command-router/pom.xml | 2 +- services/device-connection/pom.xml | 2 +- services/device-registry-base/pom.xml | 2 +- services/device-registry-file/pom.xml | 2 +- services/device-registry-jdbc/pom.xml | 2 +- services/device-registry-mongodb/pom.xml | 2 +- services/pom.xml | 2 +- site/pom.xml | 2 +- test-utils/adapter-base-test-utils/pom.xml | 2 +- test-utils/client-test-utils/pom.xml | 2 +- test-utils/core-test-utils/pom.xml | 2 +- test-utils/kafka-test-utils/pom.xml | 2 +- test-utils/pom.xml | 2 +- tests/pom.xml | 2 +- 71 files changed, 71 insertions(+), 71 deletions(-) diff --git a/adapter-base-quarkus/pom.xml b/adapter-base-quarkus/pom.xml index 5edf9c56e2..4e9d0928e4 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index 854288bed4..0ffbbe49d6 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 78e15a48e9..598726787e 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index 8dfc73f195..d718bc0af8 100644 --- a/adapters/amqp-vertx-base/pom.xml +++ b/adapters/amqp-vertx-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-amqp-vertx-base Hono AMQP Adapter base diff --git a/adapters/amqp-vertx-quarkus/pom.xml b/adapters/amqp-vertx-quarkus/pom.xml index f40a1e9297..ba9cb5a2e2 100644 --- a/adapters/amqp-vertx-quarkus/pom.xml +++ b/adapters/amqp-vertx-quarkus/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-quarkus ../base-quarkus - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-amqp-vertx-quarkus Hono AMQP Adapter (Quarkus) diff --git a/adapters/amqp-vertx/pom.xml b/adapters/amqp-vertx/pom.xml index 56d86da7c1..8a3a588cce 100644 --- a/adapters/amqp-vertx/pom.xml +++ b/adapters/amqp-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-amqp-vertx Hono AMQP Adapter diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index 6309475741..6a106547d7 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.8.3-SNAPSHOT + 1.8.3 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index 727965e654..ca2a6d8be1 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.8.3-SNAPSHOT + 1.8.3 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index 00978411ce..c3ad77c72d 100644 --- a/adapters/coap-vertx-base/pom.xml +++ b/adapters/coap-vertx-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-coap-vertx-base Hono CoAP Adapter base diff --git a/adapters/coap-vertx-quarkus/pom.xml b/adapters/coap-vertx-quarkus/pom.xml index 129526c01a..cdfb7cd0ea 100644 --- a/adapters/coap-vertx-quarkus/pom.xml +++ b/adapters/coap-vertx-quarkus/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-quarkus ../base-quarkus - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-coap-vertx-quarkus Hono CoAP Adapter (Quarkus) diff --git a/adapters/coap-vertx/pom.xml b/adapters/coap-vertx/pom.xml index ec6f1814e8..221ce2acc9 100644 --- a/adapters/coap-vertx/pom.xml +++ b/adapters/coap-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-coap-vertx Hono CoAP Adapter diff --git a/adapters/http-vertx-base/pom.xml b/adapters/http-vertx-base/pom.xml index 37aceb1688..7665f75424 100644 --- a/adapters/http-vertx-base/pom.xml +++ b/adapters/http-vertx-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-http-vertx-base Hono HTTP Adapter base diff --git a/adapters/http-vertx-quarkus/pom.xml b/adapters/http-vertx-quarkus/pom.xml index 7e226b9c6f..5bdd5e8319 100644 --- a/adapters/http-vertx-quarkus/pom.xml +++ b/adapters/http-vertx-quarkus/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-quarkus ../base-quarkus - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-http-vertx-quarkus Hono HTTP Adapter (Quarkus) diff --git a/adapters/http-vertx/pom.xml b/adapters/http-vertx/pom.xml index b5be20209f..416c945a03 100644 --- a/adapters/http-vertx/pom.xml +++ b/adapters/http-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-http-vertx Hono HTTP Adapter diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index c809853c2e..635a8f6b31 100644 --- a/adapters/kura/pom.xml +++ b/adapters/kura/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-kura Hono Kura Adapter diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index 6b1ea33b6d..f49b90f9b5 100644 --- a/adapters/lora-vertx-base/pom.xml +++ b/adapters/lora-vertx-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-lora-vertx-base Hono LoRa Adapter diff --git a/adapters/lora-vertx-quarkus/pom.xml b/adapters/lora-vertx-quarkus/pom.xml index 6101368335..2b024f08d7 100644 --- a/adapters/lora-vertx-quarkus/pom.xml +++ b/adapters/lora-vertx-quarkus/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-quarkus ../base-quarkus - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-lora-vertx-quarkus Hono Lora Adapter (Quarkus) diff --git a/adapters/lora-vertx/pom.xml b/adapters/lora-vertx/pom.xml index 8391fa50df..dd205b4b25 100644 --- a/adapters/lora-vertx/pom.xml +++ b/adapters/lora-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-lora-vertx Hono LoRa Adapter diff --git a/adapters/mqtt-vertx-base/pom.xml b/adapters/mqtt-vertx-base/pom.xml index 18970f5c10..7969a9d902 100644 --- a/adapters/mqtt-vertx-base/pom.xml +++ b/adapters/mqtt-vertx-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-adapters - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-mqtt-vertx-base Hono MQTT Adapter base diff --git a/adapters/mqtt-vertx-quarkus/pom.xml b/adapters/mqtt-vertx-quarkus/pom.xml index fcf28cf9d2..a4afe63405 100644 --- a/adapters/mqtt-vertx-quarkus/pom.xml +++ b/adapters/mqtt-vertx-quarkus/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-adapters-quarkus ../base-quarkus - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-mqtt-vertx-quarkus Hono MQTT Adapter (Quarkus) diff --git a/adapters/mqtt-vertx/pom.xml b/adapters/mqtt-vertx/pom.xml index 052d5477bd..98170293a2 100644 --- a/adapters/mqtt-vertx/pom.xml +++ b/adapters/mqtt-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-mqtt-vertx Hono MQTT Adapter diff --git a/adapters/pom.xml b/adapters/pom.xml index 073c14044a..1fef7472d2 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index 86b58c5675..29c6dcaac3 100644 --- a/adapters/sigfox-vertx/pom.xml +++ b/adapters/sigfox-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.3-SNAPSHOT + 1.8.3 hono-adapter-sigfox-vertx Hono Sigfox Adapter diff --git a/bom/pom.xml b/bom/pom.xml index 4f6241c0fe..3b0d7bac72 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 9811cb22b9..894beff827 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/client-device-connection-infinispan-quarkus/pom.xml b/client-device-connection-infinispan-quarkus/pom.xml index a350f0924e..a97b548eae 100644 --- a/client-device-connection-infinispan-quarkus/pom.xml +++ b/client-device-connection-infinispan-quarkus/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom client-device-connection-infinispan-quarkus diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 6c8d083cd8..91383833d7 100644 --- a/client-device-connection-infinispan/pom.xml +++ b/client-device-connection-infinispan/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index ea7b0ff219..6d216cafdd 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/clients/adapter-amqp/pom.xml b/clients/adapter-amqp/pom.xml index 2240700196..255963c16d 100644 --- a/clients/adapter-amqp/pom.xml +++ b/clients/adapter-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-adapter-amqp diff --git a/clients/adapter-kafka/pom.xml b/clients/adapter-kafka/pom.xml index 84e9b22b11..d23ee062c4 100644 --- a/clients/adapter-kafka/pom.xml +++ b/clients/adapter-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-adapter-kafka diff --git a/clients/adapter/pom.xml b/clients/adapter/pom.xml index 252d8c17b6..6fc781392f 100644 --- a/clients/adapter/pom.xml +++ b/clients/adapter/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-adapter diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 42f5d913b7..36c2fa08cd 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index 73da46e0f8..ba9810461a 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 77893a5893..c05cbbfdfb 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 881062a07f..1a331a53e5 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index 98f2dd8eca..eb6042b955 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-common diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 50a68e1225..91f1623355 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-client-kafka-common diff --git a/clients/pom.xml b/clients/pom.xml index e0c8686c3a..a6ecc46b26 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/core/pom.xml b/core/pom.xml index 10a2e199d5..892e7d529b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 4d90ff14b8..afdfae0535 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-demo-certs diff --git a/deploy/pom.xml b/deploy/pom.xml index a5591aa0c1..48d5298226 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index ce85097ad2..f3a36b8575 100644 --- a/examples/hono-client-examples/pom.xml +++ b/examples/hono-client-examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-example - 1.8.3-SNAPSHOT + 1.8.3 .. diff --git a/examples/pom.xml b/examples/pom.xml index ba428a80a6..538b8892a5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index eb1707d00d..41a217d7a1 100644 --- a/examples/protocol-gateway-example/pom.xml +++ b/examples/protocol-gateway-example/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-example - 1.8.3-SNAPSHOT + 1.8.3 .. diff --git a/legal/pom.xml b/legal/pom.xml index 03936eb789..f23c0e1fca 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.8.3-SNAPSHOT + 1.8.3 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index 1aa8508291..6ef223a087 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.8.3-SNAPSHOT + 1.8.3 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index d49cf5945c..00e4a14726 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index e6b6fe7d40..d6a7a7deac 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index 320ce21cbd..df89afa66b 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index 03d6f94b70..0892a27197 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.8.3-SNAPSHOT + 1.8.3 .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index 04784dc779..a4cefd41ef 100644 --- a/services/auth-quarkus/pom.xml +++ b/services/auth-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-quarkus - 1.8.3-SNAPSHOT + 1.8.3 ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 935bf55b70..198e63e889 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.8.3-SNAPSHOT + 1.8.3 ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index 9f09a4dfb2..ca9749c41a 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index dad8ea8380..bfbb1678dd 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.8.3-SNAPSHOT + 1.8.3 .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index 46cfc1a2e5..8a68d28cb9 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.8.3-SNAPSHOT + 1.8.3 .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index fc46c9ae8e..8f0a8640a1 100644 --- a/services/command-router-base/pom.xml +++ b/services/command-router-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.8.3-SNAPSHOT + 1.8.3 .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index 4d07561df0..7a74ab196a 100644 --- a/services/command-router-quarkus/pom.xml +++ b/services/command-router-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-quarkus - 1.8.3-SNAPSHOT + 1.8.3 ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index 539f86a71b..bf2a6a9e32 100644 --- a/services/command-router/pom.xml +++ b/services/command-router/pom.xml @@ -17,7 +17,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.eclipse.hono hono-services-spring - 1.8.3-SNAPSHOT + 1.8.3 ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index 1148cd3e7f..63bc56a488 100644 --- a/services/device-connection/pom.xml +++ b/services/device-connection/pom.xml @@ -17,7 +17,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.eclipse.hono hono-services-spring - 1.8.3-SNAPSHOT + 1.8.3 ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index 4a318640c2..613d6db651 100644 --- a/services/device-registry-base/pom.xml +++ b/services/device-registry-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services - 1.8.3-SNAPSHOT + 1.8.3 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index 902eddd1be..574345a2f6 100644 --- a/services/device-registry-file/pom.xml +++ b/services/device-registry-file/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services-spring - 1.8.3-SNAPSHOT + 1.8.3 ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index c7c62e5b27..b940b11380 100644 --- a/services/device-registry-jdbc/pom.xml +++ b/services/device-registry-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services-spring - 1.8.3-SNAPSHOT + 1.8.3 ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 2c163aba75..1dc5bfaa6a 100644 --- a/services/device-registry-mongodb/pom.xml +++ b/services/device-registry-mongodb/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services-spring - 1.8.3-SNAPSHOT + 1.8.3 ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index 88e312100f..e70e196f85 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/site/pom.xml b/site/pom.xml index 951a6be0bb..1400a519ad 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index 8d904cc065..514247cf27 100644 --- a/test-utils/adapter-base-test-utils/pom.xml +++ b/test-utils/adapter-base-test-utils/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono test-utils - 1.8.3-SNAPSHOT + 1.8.3 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index 56628e6368..29da0f6c29 100644 --- a/test-utils/client-test-utils/pom.xml +++ b/test-utils/client-test-utils/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono test-utils - 1.8.3-SNAPSHOT + 1.8.3 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index 1339f1c294..5e2ac4c265 100644 --- a/test-utils/core-test-utils/pom.xml +++ b/test-utils/core-test-utils/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono test-utils - 1.8.3-SNAPSHOT + 1.8.3 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index e99eaac772..aaf57d98f6 100644 --- a/test-utils/kafka-test-utils/pom.xml +++ b/test-utils/kafka-test-utils/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono test-utils - 1.8.3-SNAPSHOT + 1.8.3 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index c70a194a20..a4422f9a24 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.8.3-SNAPSHOT + 1.8.3 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index ce1db2aba1..ef383f3963 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.3-SNAPSHOT + 1.8.3 ../bom 4.0.0