From c013d0d04aec1eb867e9e9fe28b95acf9fd285eb Mon Sep 17 00:00:00 2001 From: hono-bot Date: Tue, 8 Feb 2022 18:48:06 +0000 Subject: [PATCH] Release 1.12.0 --- 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/documentation/tag_stable.txt | 2 +- site/documentation/versions_supported.csv | 1 + 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 +- 81 files changed, 81 insertions(+), 80 deletions(-) diff --git a/adapter-base-quarkus/pom.xml b/adapter-base-quarkus/pom.xml index 07b460aeb0..aff2a45d4b 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index d1141ae6d7..b37e1095bb 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 11a2941950..85825820d3 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index fdbb87090d..7b5c80b707 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.0-SNAPSHOT + 1.12.0 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 378abc191b..e887db7c01 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.0-SNAPSHOT + 1.12.0 hono-adapter-amqp-vertx-quarkus Hono AMQP Adapter (Quarkus) diff --git a/adapters/amqp-vertx/pom.xml b/adapters/amqp-vertx/pom.xml index 95e388812a..c1575536eb 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.0-SNAPSHOT + 1.12.0 hono-adapter-amqp-vertx Hono AMQP Adapter (Spring) diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index 88f0f4f953..bef6f85e05 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.12.0-SNAPSHOT + 1.12.0 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index 01163d4897..84bc596816 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.12.0-SNAPSHOT + 1.12.0 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index f864afd87b..2222e27793 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.0-SNAPSHOT + 1.12.0 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 81ae856892..b60b8acb57 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.0-SNAPSHOT + 1.12.0 hono-adapter-coap-vertx-quarkus Hono CoAP Adapter (Quarkus) diff --git a/adapters/coap-vertx/pom.xml b/adapters/coap-vertx/pom.xml index 826535b41f..5d4c6976aa 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.0-SNAPSHOT + 1.12.0 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 6335ad4a0e..f4c88c8e4e 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.0-SNAPSHOT + 1.12.0 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 dbd1ecdc9a..823939c6ec 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.0-SNAPSHOT + 1.12.0 hono-adapter-http-vertx-quarkus Hono HTTP Adapter (Quarkus) diff --git a/adapters/http-vertx/pom.xml b/adapters/http-vertx/pom.xml index ef1064492e..55f3599bc4 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.0-SNAPSHOT + 1.12.0 hono-adapter-http-vertx Hono HTTP Adapter (Spring) diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index 1cd278b0a6..c007df58f0 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.0-SNAPSHOT + 1.12.0 hono-adapter-kura Hono Kura Adapter (Spring) diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index 269e5ad36f..e26b163207 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.0-SNAPSHOT + 1.12.0 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 a7b091d8ce..6149935a1c 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.0-SNAPSHOT + 1.12.0 hono-adapter-lora-vertx-quarkus Hono Lora Adapter (Quarkus) diff --git a/adapters/lora-vertx/pom.xml b/adapters/lora-vertx/pom.xml index e9788c573c..42f7f4d8f2 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.0-SNAPSHOT + 1.12.0 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 0c6b15bd8c..cb51fcb815 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.0-SNAPSHOT + 1.12.0 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 0ab287bb83..ef67beed0f 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.0-SNAPSHOT + 1.12.0 hono-adapter-mqtt-vertx-quarkus Hono MQTT Adapter (Quarkus) diff --git a/adapters/mqtt-vertx/pom.xml b/adapters/mqtt-vertx/pom.xml index e607a2ab19..5e2172e9da 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.0-SNAPSHOT + 1.12.0 hono-adapter-mqtt-vertx Hono MQTT Adapter (Spring) diff --git a/adapters/pom.xml b/adapters/pom.xml index 7aadf37af0..7396de54f2 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index cfddbeae07..61ed12937e 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.0-SNAPSHOT + 1.12.0 hono-adapter-sigfox-vertx Hono Sigfox Adapter (Spring) diff --git a/bom/pom.xml b/bom/pom.xml index 465b44564b..3ca4e7cf93 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 7ff14b24d8..eede73dcbe 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 6496071b90..92e61d6444 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.0-SNAPSHOT + 1.12.0 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index 269ebb5b9b..709e186648 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 4e1a96e9bd..565ed90d36 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.0-SNAPSHOT + 1.12.0 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index f50e6d185f..a61f899b60 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.0-SNAPSHOT + 1.12.0 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 15ab248199..f6fe8b6158 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.0-SNAPSHOT + 1.12.0 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 808824ae06..6b19aef2fa 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index 0e58361292..365c0e4aae 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.0-SNAPSHOT + 1.12.0 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index 5afceb997b..efaee01f2e 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.0-SNAPSHOT + 1.12.0 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index ca71fb4fbb..f577354038 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.0-SNAPSHOT + 1.12.0 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index bc5136cec4..59dd729911 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-client-command diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index bdf533dd86..c47082ab95 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.0-SNAPSHOT + 1.12.0 hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index e6252a6ac7..88816fd84a 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.0-SNAPSHOT + 1.12.0 hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index 7407b08a35..fde1994b34 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.0-SNAPSHOT + 1.12.0 hono-client-notification-kafka diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index cdf6a910a3..7de81bbf70 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index 405c8cfbc7..e0e352635b 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index d21b2afadb..38f212d67e 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.0-SNAPSHOT + 1.12.0 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index af01ba53cc..574b1365ab 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index 50dbcf2bcc..36b54c83ee 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.0-SNAPSHOT + 1.12.0 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index 79d1949e29..5bb05fbd27 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.0-SNAPSHOT + 1.12.0 hono-client-telemetry-kafka diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index 0c44c92a1e..94981faac2 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index e604c8a2b4..776e0e3d6f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 6d676ac6cc..bd784fd8ad 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 3f89aa8143..5f11f4351f 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.0-SNAPSHOT + 1.12.0 .. diff --git a/examples/pom.xml b/examples/pom.xml index 86ebe7865a..a4b3927a2f 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 940f0d0b1f..474887b40b 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.0-SNAPSHOT + 1.12.0 .. diff --git a/legal/pom.xml b/legal/pom.xml index d2ba7d4991..d4d1980bff 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.0-SNAPSHOT + 1.12.0 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index e6f6a915ef..91b67ad4f2 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.12.0-SNAPSHOT + 1.12.0 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index 128b171fbc..367d869c68 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index a3156dced5..004de85c11 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index 0ed9117846..6a82db85e6 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index 507685ff9f..0249210302 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.12.0-SNAPSHOT + 1.12.0 .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index f1abf7323d..1e6b197145 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.0-SNAPSHOT + 1.12.0 ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 766debd689..2054e64037 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.12.0-SNAPSHOT + 1.12.0 ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index 76e82ba3fe..f21c33b322 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index 9a21c8c81c..ba672d1514 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.12.0-SNAPSHOT + 1.12.0 .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index 036ad67b22..450e5b4cb4 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.12.0-SNAPSHOT + 1.12.0 .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index a77e110a16..48e1b49657 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.0-SNAPSHOT + 1.12.0 .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index c0b4d5b7d6..9cefb090aa 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.0-SNAPSHOT + 1.12.0 ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index eafcb8ae9a..9775ff7ca1 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.0-SNAPSHOT + 1.12.0 ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index a1e9cbf249..d7e676dfa2 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.0-SNAPSHOT + 1.12.0 ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index 52eca8ed12..51a3bf3690 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.0-SNAPSHOT + 1.12.0 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index b86922a993..3d560917ee 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.0-SNAPSHOT + 1.12.0 ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 2eeb27f1c9..94fbddff57 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.0-SNAPSHOT + 1.12.0 ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb-base/pom.xml b/services/device-registry-mongodb-base/pom.xml index 77fcb85c54..00822845f5 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.0-SNAPSHOT + 1.12.0 .. 4.0.0 diff --git a/services/device-registry-mongodb-quarkus/pom.xml b/services/device-registry-mongodb-quarkus/pom.xml index b769a7dec2..345af07676 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.0-SNAPSHOT + 1.12.0 ../base-quarkus 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 6fa863ed8f..de9ca0901b 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.0-SNAPSHOT + 1.12.0 ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index 7ae68bcd32..e0ed48fb78 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/site/documentation/tag_stable.txt b/site/documentation/tag_stable.txt index a3beea0355..0eed1a29ef 100644 --- a/site/documentation/tag_stable.txt +++ b/site/documentation/tag_stable.txt @@ -1 +1 @@ -1.11.x +1.12.0 diff --git a/site/documentation/versions_supported.csv b/site/documentation/versions_supported.csv index 1310299c61..aa3acb0491 100644 --- a/site/documentation/versions_supported.csv +++ b/site/documentation/versions_supported.csv @@ -12,3 +12,4 @@ MAJOR;MINOR;BRANCH_OR_TAG 1;9;1.9.x 1;10;1.10.x 1;11;1.11.x +1;12;1.12.0 diff --git a/site/pom.xml b/site/pom.xml index 896373908c..8c956e78fa 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index 9c387c3522..1736ead177 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.0-SNAPSHOT + 1.12.0 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index 625babcb3f..6789ab1a7d 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.0-SNAPSHOT + 1.12.0 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index afdfb5cee7..1555672f70 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.0-SNAPSHOT + 1.12.0 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index a6456f9b58..c275403c94 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.0-SNAPSHOT + 1.12.0 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 6f782d1a95..2de48c8f3b 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.12.0-SNAPSHOT + 1.12.0 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index c53b4b2c6a..cfdc1c0c16 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.12.0-SNAPSHOT + 1.12.0 ../bom 4.0.0