From 3fe8e2ecb86e1b37db33e6efd9791392ba33434c Mon Sep 17 00:00:00 2001 From: hono-bot Date: Thu, 24 Feb 2022 14:34:20 +0000 Subject: [PATCH] Release 1.12.1 --- 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 a9ef69e5de..381065f0ce 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index 9332942e6e..14a400bd1a 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index c5dc08171d..9f43523e0f 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index a1d931bb48..57e7372a32 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.1-SNAPSHOT + 1.12.1 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 ed293597f0..760b9bc6e7 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.1-SNAPSHOT + 1.12.1 hono-adapter-amqp-vertx-quarkus Hono AMQP Adapter (Quarkus) diff --git a/adapters/amqp-vertx/pom.xml b/adapters/amqp-vertx/pom.xml index ecee7297c3..9135cd95cd 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.1-SNAPSHOT + 1.12.1 hono-adapter-amqp-vertx Hono AMQP Adapter (Spring) diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index 88a28a8ab8..c1edfa0720 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.12.1-SNAPSHOT + 1.12.1 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index 18f2bbc45e..cc5b25cffb 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.12.1-SNAPSHOT + 1.12.1 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index 42d7d13b99..97f7702aac 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.1-SNAPSHOT + 1.12.1 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 6746812420..e85f7ab855 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.1-SNAPSHOT + 1.12.1 hono-adapter-coap-vertx-quarkus Hono CoAP Adapter (Quarkus) diff --git a/adapters/coap-vertx/pom.xml b/adapters/coap-vertx/pom.xml index fa2c0c1b65..5df7982272 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.1-SNAPSHOT + 1.12.1 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 51c49a9beb..d4f2040fa3 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.1-SNAPSHOT + 1.12.1 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 66d6dd9c15..aea62d19be 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.1-SNAPSHOT + 1.12.1 hono-adapter-http-vertx-quarkus Hono HTTP Adapter (Quarkus) diff --git a/adapters/http-vertx/pom.xml b/adapters/http-vertx/pom.xml index e84e5a56e9..4d6bb70586 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.1-SNAPSHOT + 1.12.1 hono-adapter-http-vertx Hono HTTP Adapter (Spring) diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index 34d1c31a1a..58e57d4416 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.1-SNAPSHOT + 1.12.1 hono-adapter-kura Hono Kura Adapter (Spring) diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index e232189a8e..d5b5d0a88b 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.1-SNAPSHOT + 1.12.1 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 7e3e0a97b9..3336e3b4e0 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.1-SNAPSHOT + 1.12.1 hono-adapter-lora-vertx-quarkus Hono Lora Adapter (Quarkus) diff --git a/adapters/lora-vertx/pom.xml b/adapters/lora-vertx/pom.xml index 666562bf68..2499609c57 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.1-SNAPSHOT + 1.12.1 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 dd9cd1caf7..6b6f89b1bc 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.1-SNAPSHOT + 1.12.1 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 b5d8f731e9..67a73a6271 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.1-SNAPSHOT + 1.12.1 hono-adapter-mqtt-vertx-quarkus Hono MQTT Adapter (Quarkus) diff --git a/adapters/mqtt-vertx/pom.xml b/adapters/mqtt-vertx/pom.xml index 3f294e5db5..eb21720d6a 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.1-SNAPSHOT + 1.12.1 hono-adapter-mqtt-vertx Hono MQTT Adapter (Spring) diff --git a/adapters/pom.xml b/adapters/pom.xml index b9d3310ffe..30e2cd53ab 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index c44053cf98..f9fa4f0b74 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.1-SNAPSHOT + 1.12.1 hono-adapter-sigfox-vertx Hono Sigfox Adapter (Spring) diff --git a/bom/pom.xml b/bom/pom.xml index 0ed6a986e9..6aba65b095 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index ee0f2bf488..259597dd95 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 383c0b1aea..a58ee6a358 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.1-SNAPSHOT + 1.12.1 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index b0be58a710..d53079b58c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 3027c04d5e..111b612d87 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.1-SNAPSHOT + 1.12.1 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index f70ec253a4..cdc54dbbeb 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.1-SNAPSHOT + 1.12.1 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 58b55507f1..a49f3459a5 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.1-SNAPSHOT + 1.12.1 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 621cefe562..0505bd74e3 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index bccc813d79..2b8d1fb3c1 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.1-SNAPSHOT + 1.12.1 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index c52229788d..6af99fb4c4 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.1-SNAPSHOT + 1.12.1 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index 3b57e16f6d..dc730b5315 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.1-SNAPSHOT + 1.12.1 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index 41fdda4303..bd5df51421 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-client-command diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 98a00f77af..ce29113dde 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.1-SNAPSHOT + 1.12.1 hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index 073b3fe32f..166247ecd1 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.1-SNAPSHOT + 1.12.1 hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index d6e6d352ff..f7efe6ce31 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.1-SNAPSHOT + 1.12.1 hono-client-notification-kafka diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index 28eb032ea8..d530909a37 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index 17c6237c7d..16ee0f0906 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index c100f78204..c55b7c095e 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.1-SNAPSHOT + 1.12.1 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index 5e563ad219..5e56ced239 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index 86a29a6cf3..a104fb02b7 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.1-SNAPSHOT + 1.12.1 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index ef0418650d..02884e138e 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.1-SNAPSHOT + 1.12.1 hono-client-telemetry-kafka diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index e50d5bc1d2..771c9e4dec 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index 5cb11cde2c..82d29645fa 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 879cfa4755..5c663ccd7f 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 3e28564ca2..1fd47ce5c7 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.1-SNAPSHOT + 1.12.1 .. diff --git a/examples/pom.xml b/examples/pom.xml index 8733403a3a..3cea1a8ee2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 93305eef6a..3184b0fe3d 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.1-SNAPSHOT + 1.12.1 .. diff --git a/legal/pom.xml b/legal/pom.xml index 5f522c8879..23f9f6ced2 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.1-SNAPSHOT + 1.12.1 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index ce78e7ae1e..777dd1e796 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.1-SNAPSHOT + 1.12.1 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index 0852300c1d..b6e55becde 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index d0bec25cae..d9fc897778 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index 44172a2816..ac7717c947 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index 24cbb561b1..6f1f536906 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.12.1-SNAPSHOT + 1.12.1 .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index 6635840a49..bfe7d1ab16 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.1-SNAPSHOT + 1.12.1 ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 8a2fb0564b..f6ef5953cb 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.12.1-SNAPSHOT + 1.12.1 ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index 03a1024803..491d5ff350 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index bacc3976f2..c7f9d5b474 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.12.1-SNAPSHOT + 1.12.1 .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index f33ccfe074..ea9834994d 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.12.1-SNAPSHOT + 1.12.1 .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index 209f4e7ea6..5b70bb71dd 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.1-SNAPSHOT + 1.12.1 .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index b343000aa7..87c8ee19de 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.1-SNAPSHOT + 1.12.1 ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index 1e90df53ab..4d07f83f2c 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.1-SNAPSHOT + 1.12.1 ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index 1a94825d7d..435c32b485 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.1-SNAPSHOT + 1.12.1 ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index 22317bc034..009667c1f1 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.1-SNAPSHOT + 1.12.1 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index bae3b8fbad..f75cac616b 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.1-SNAPSHOT + 1.12.1 ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 770c2806d5..768092a348 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.1-SNAPSHOT + 1.12.1 ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb-base/pom.xml b/services/device-registry-mongodb-base/pom.xml index e8406915a7..33c40608e6 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.1-SNAPSHOT + 1.12.1 .. 4.0.0 diff --git a/services/device-registry-mongodb-quarkus/pom.xml b/services/device-registry-mongodb-quarkus/pom.xml index 77d1de323a..07ccdf39a1 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.1-SNAPSHOT + 1.12.1 ../base-quarkus 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 35b821f5bb..99d2540bc7 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.1-SNAPSHOT + 1.12.1 ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index ac25e587f4..f4d57f45bc 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/site/pom.xml b/site/pom.xml index 24d0171463..36a1b6d208 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index b29033184e..b9f2e45ddd 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.1-SNAPSHOT + 1.12.1 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index c0c3307ea6..98dd78e860 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.1-SNAPSHOT + 1.12.1 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index 0817766d04..83063f293b 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.1-SNAPSHOT + 1.12.1 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 4db7fd44d1..12fecdb93b 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.1-SNAPSHOT + 1.12.1 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index bc079a6565..0a02d58222 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.12.1-SNAPSHOT + 1.12.1 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index 522851fff7..5b9ed50d40 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.1-SNAPSHOT + 1.12.1 ../bom 4.0.0