From 1107a6f22553e4524c64981130faf28e3f443fe2 Mon Sep 17 00:00:00 2001 From: hono-bot Date: Fri, 1 Apr 2022 08:12:53 +0000 Subject: [PATCH] Release 1.12.2 --- 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/pom.xml | 2 +- client/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/command-amqp/pom.xml | 2 +- clients/command-kafka/pom.xml | 2 +- clients/command/pom.xml | 2 +- clients/kafka-common/pom.xml | 2 +- clients/notification-amqp/pom.xml | 2 +- clients/notification-kafka/pom.xml | 2 +- clients/notification/pom.xml | 2 +- clients/pom.xml | 2 +- clients/registry-amqp/pom.xml | 2 +- clients/registry/pom.xml | 2 +- clients/telemetry-amqp/pom.xml | 2 +- clients/telemetry-kafka/pom.xml | 2 +- clients/telemetry/pom.xml | 2 +- core/pom.xml | 2 +- demo-certs/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-base/pom.xml | 2 +- services/device-registry-mongodb-quarkus/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 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/adapter-base-quarkus/pom.xml b/adapter-base-quarkus/pom.xml index 045eabc6de..1ae6725cae 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index 4f5bb4e865..31a5a973bf 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 41b843343a..34b0b8e768 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index 9cd50d41d5..74a278eb21 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.12.2-SNAPSHOT + 1.12.2 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 b204d438e7..b7fd22d4aa 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-amqp-vertx-quarkus Hono AMQP Adapter (Quarkus) diff --git a/adapters/amqp-vertx/pom.xml b/adapters/amqp-vertx/pom.xml index a0db4a9bf9..0dc498817a 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-amqp-vertx Hono AMQP Adapter (Spring) diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index 6599075971..298e70b739 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.12.2-SNAPSHOT + 1.12.2 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index 22f4c6a515..da153d0a04 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.12.2-SNAPSHOT + 1.12.2 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index da7738fff8..6e4ed3e6f5 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.12.2-SNAPSHOT + 1.12.2 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 f884260d02..dd4805d4a8 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-coap-vertx-quarkus Hono CoAP Adapter (Quarkus) diff --git a/adapters/coap-vertx/pom.xml b/adapters/coap-vertx/pom.xml index 026145ed0a..606105e358 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-coap-vertx Hono CoAP Adapter (Spring) diff --git a/adapters/http-vertx-base/pom.xml b/adapters/http-vertx-base/pom.xml index 75124a5556..8b9f8f4175 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.12.2-SNAPSHOT + 1.12.2 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 4bc13e5573..839b071331 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-http-vertx-quarkus Hono HTTP Adapter (Quarkus) diff --git a/adapters/http-vertx/pom.xml b/adapters/http-vertx/pom.xml index c0c9547a09..9f3c3888d6 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-http-vertx Hono HTTP Adapter (Spring) diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index b6de8288dd..0fc3ef7bd9 100644 --- a/adapters/kura/pom.xml +++ b/adapters/kura/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.12.2-SNAPSHOT + 1.12.2 hono-adapter-kura Hono Kura Adapter (Spring) diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index bbd35ac11f..3595d45791 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.12.2-SNAPSHOT + 1.12.2 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 3ad8941ea1..f006d58326 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-lora-vertx-quarkus Hono Lora Adapter (Quarkus) diff --git a/adapters/lora-vertx/pom.xml b/adapters/lora-vertx/pom.xml index e56775d248..5c04b4526a 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-lora-vertx Hono LoRa Adapter (Spring) diff --git a/adapters/mqtt-vertx-base/pom.xml b/adapters/mqtt-vertx-base/pom.xml index c5752989ed..3c7db786ce 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.12.2-SNAPSHOT + 1.12.2 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 f864787ae6..532a83911c 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-mqtt-vertx-quarkus Hono MQTT Adapter (Quarkus) diff --git a/adapters/mqtt-vertx/pom.xml b/adapters/mqtt-vertx/pom.xml index 555d17f620..e2dc4db194 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-mqtt-vertx Hono MQTT Adapter (Spring) diff --git a/adapters/pom.xml b/adapters/pom.xml index 5d6460ad23..42511c7909 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index c7a70b1f2d..1d06348f1b 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.12.2-SNAPSHOT + 1.12.2 hono-adapter-sigfox-vertx Hono Sigfox Adapter (Spring) diff --git a/bom/pom.xml b/bom/pom.xml index 7ed7e63095..f42ed33914 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 93c2c88cfc..16da874796 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 67c06f9fe2..39b22c54c6 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.12.2-SNAPSHOT + 1.12.2 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index 6d4f3c3c29..1d8fb71eb0 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 9fc47dd16e..03a0878bab 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index b245be5c9c..b0985c0890 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 16c2cad122..7f1f61acb1 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 59bc892592..7ac698bbf4 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index 1db078da48..a12cc767c5 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index 7b213e749d..e7dc93626f 100644 --- a/clients/command-amqp/pom.xml +++ b/clients/command-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index 770319814c..f0509bb80b 100644 --- a/clients/command-kafka/pom.xml +++ b/clients/command-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index a4e69c99ed..436010f3bb 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-command diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index ff86e56064..2456a8c77c 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index b00ed1c28c..6bfea7f07b 100644 --- a/clients/notification-amqp/pom.xml +++ b/clients/notification-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index 9cc1967e69..3af204cf87 100644 --- a/clients/notification-kafka/pom.xml +++ b/clients/notification-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-notification-kafka diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index b6b55fe1ec..f3c1b773ba 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index 72b9a81130..3f5d444409 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index ae118c27f3..30ffd329a9 100644 --- a/clients/registry-amqp/pom.xml +++ b/clients/registry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index 35e8f9f7d5..d709f6eaec 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index cc030f3b1b..1ca550cbfd 100644 --- a/clients/telemetry-amqp/pom.xml +++ b/clients/telemetry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index ae2a59945e..08e76a8be9 100644 --- a/clients/telemetry-kafka/pom.xml +++ b/clients/telemetry-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-telemetry-kafka diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index b9b737cc59..308a9edac2 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index dbe0769876..f266b6144a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index f7aae4164e..7400359fe5 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index be8393453a..dcd0e4d9e2 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.12.2-SNAPSHOT + 1.12.2 .. diff --git a/examples/pom.xml b/examples/pom.xml index 24ad491c66..bddb78f723 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 7893ea11fc..b568d90672 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.12.2-SNAPSHOT + 1.12.2 .. diff --git a/legal/pom.xml b/legal/pom.xml index a3d11303f1..1b680f536b 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.2-SNAPSHOT + 1.12.2 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index 83249367cf..c20c11c568 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.2-SNAPSHOT + 1.12.2 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index 76644616bc..a298a5077b 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index 71be9bcc80..23eee011f3 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index 7d770ff6f5..f93baf7fb2 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index ff151f5e4c..85dd759e5b 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.12.2-SNAPSHOT + 1.12.2 .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index a4973a377e..59daff173e 100644 --- a/services/auth-quarkus/pom.xml +++ b/services/auth-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-quarkus - 1.12.2-SNAPSHOT + 1.12.2 ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 45a4974d21..ad075faf02 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.12.2-SNAPSHOT + 1.12.2 ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index f63f0d5811..0587ae2510 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index a7bb28830f..8a1633922e 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.12.2-SNAPSHOT + 1.12.2 .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index efc3531eff..7892fcd5dc 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.12.2-SNAPSHOT + 1.12.2 .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index acc9324ff7..3216c775b3 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.12.2-SNAPSHOT + 1.12.2 .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index 12704ee714..1154e9c957 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.12.2-SNAPSHOT + 1.12.2 ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index c388b8ea2c..a0569c6f35 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.12.2-SNAPSHOT + 1.12.2 ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index 6fb8b6cd1d..f51e06840d 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.12.2-SNAPSHOT + 1.12.2 ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index 2224817e33..14738d1a92 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.12.2-SNAPSHOT + 1.12.2 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index 3189077144..0c79764cdd 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.12.2-SNAPSHOT + 1.12.2 ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 0519b09c73..db6df246b5 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.12.2-SNAPSHOT + 1.12.2 ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb-base/pom.xml b/services/device-registry-mongodb-base/pom.xml index cc4586ac2e..937b3346b8 100644 --- a/services/device-registry-mongodb-base/pom.xml +++ b/services/device-registry-mongodb-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services - 1.12.2-SNAPSHOT + 1.12.2 .. 4.0.0 diff --git a/services/device-registry-mongodb-quarkus/pom.xml b/services/device-registry-mongodb-quarkus/pom.xml index c26d6d5c3a..cd58842ef2 100644 --- a/services/device-registry-mongodb-quarkus/pom.xml +++ b/services/device-registry-mongodb-quarkus/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services-quarkus - 1.12.2-SNAPSHOT + 1.12.2 ../base-quarkus 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 87d2ad3eb8..bd26140920 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.12.2-SNAPSHOT + 1.12.2 ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index 3892164d52..91898aba8d 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/site/pom.xml b/site/pom.xml index c0254b54d7..13045afc73 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index a6e0d25650..b9b914221f 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.12.2-SNAPSHOT + 1.12.2 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index d5ec9553b4..ae1f03b543 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.12.2-SNAPSHOT + 1.12.2 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index 0c3253de29..9954da5b0f 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.12.2-SNAPSHOT + 1.12.2 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 84762e8498..497c19a944 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.12.2-SNAPSHOT + 1.12.2 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 215f741337..abdba353ae 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.12.2-SNAPSHOT + 1.12.2 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index 06db5c58f4..2df2168987 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.2-SNAPSHOT + 1.12.2 ../bom 4.0.0