From 721bdda153eb2150e55748ceed1f5f036c4dc192 Mon Sep 17 00:00:00 2001 From: hono-bot Date: Thu, 12 Aug 2021 14:24:44 +0000 Subject: [PATCH] Release 1.9.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-quarkus/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/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 +- 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 +- 76 files changed, 76 insertions(+), 76 deletions(-) diff --git a/adapter-base-quarkus/pom.xml b/adapter-base-quarkus/pom.xml index e70c7dc368..9a68a0ae02 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index 0863004d20..e9f2635113 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 9de522d0de..fb6b8365c1 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index 16434367b6..9118614892 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.9.1-SNAPSHOT + 1.9.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 0e38159238..9db476a7da 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.9.1-SNAPSHOT + 1.9.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 8e2f337982..597b58eb22 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.9.1-SNAPSHOT + 1.9.1 hono-adapter-amqp-vertx Hono AMQP Adapter diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index b7f9f2ee48..f492ecf15e 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.9.1-SNAPSHOT + 1.9.1 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index f57756a707..2c60ff4308 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.9.1-SNAPSHOT + 1.9.1 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index 8bdfa6e30c..6f3fa32344 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.9.1-SNAPSHOT + 1.9.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 cc453be9fb..98c2b120ef 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.9.1-SNAPSHOT + 1.9.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 a641cadaf9..ad01f18994 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.9.1-SNAPSHOT + 1.9.1 hono-adapter-coap-vertx Hono CoAP Adapter diff --git a/adapters/http-vertx-base/pom.xml b/adapters/http-vertx-base/pom.xml index 607c6b1b11..c941dbd2f8 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.9.1-SNAPSHOT + 1.9.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 2a62bd6671..7e5b5f280b 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.9.1-SNAPSHOT + 1.9.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 64044fe000..9a2a6c5a01 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.9.1-SNAPSHOT + 1.9.1 hono-adapter-http-vertx Hono HTTP Adapter diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index fbba9abc8b..b44eacfa0f 100644 --- a/adapters/kura/pom.xml +++ b/adapters/kura/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.9.1-SNAPSHOT + 1.9.1 hono-adapter-kura Hono Kura Adapter diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index d935b26d7b..84de80069d 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.9.1-SNAPSHOT + 1.9.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 9321affcda..12197ad95c 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.9.1-SNAPSHOT + 1.9.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 cf3cbb8b82..1076ba98f6 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.9.1-SNAPSHOT + 1.9.1 hono-adapter-lora-vertx Hono LoRa Adapter diff --git a/adapters/mqtt-vertx-base/pom.xml b/adapters/mqtt-vertx-base/pom.xml index 04a4bba047..630588c728 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.9.1-SNAPSHOT + 1.9.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 dae2af1dc2..14c9966a1b 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.9.1-SNAPSHOT + 1.9.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 9f1d1ce1b2..11307fcbb7 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.9.1-SNAPSHOT + 1.9.1 hono-adapter-mqtt-vertx Hono MQTT Adapter diff --git a/adapters/pom.xml b/adapters/pom.xml index 08dbce33a6..08863c04f3 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index a556e1d51e..0603a52dcd 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.9.1-SNAPSHOT + 1.9.1 hono-adapter-sigfox-vertx Hono Sigfox Adapter diff --git a/bom/pom.xml b/bom/pom.xml index 5c41d5a176..af7d437b83 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index b6b9e3d58d..f3c0f814e3 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/client-device-connection-infinispan-quarkus/pom.xml b/client-device-connection-infinispan-quarkus/pom.xml index a729122e8f..79b8e3c3a5 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.9.1-SNAPSHOT + 1.9.1 ../bom client-device-connection-infinispan-quarkus diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index f1bb15f4fb..8f48cf6b52 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.9.1-SNAPSHOT + 1.9.1 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index 81e495b107..d055fa00f0 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index a5b103351d..327f6f27bc 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index 42e19b5c4b..29fb7ae67b 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 1bbf1c327b..8e25b62212 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index d1647aaf37..e2118a3c63 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index 26011aaf39..563577111a 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index b1dd0459cd..bca601fb1c 100644 --- a/clients/command-amqp/pom.xml +++ b/clients/command-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index b313d617ed..2c13756ff8 100644 --- a/clients/command-kafka/pom.xml +++ b/clients/command-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index a269a5fd48..5f6278e888 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-command diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index df00559ce7..29a12dd605 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-kafka-common diff --git a/clients/pom.xml b/clients/pom.xml index 6f94f0115a..8e3ee4646c 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index a5058bc4f1..97f5f5ad43 100644 --- a/clients/registry-amqp/pom.xml +++ b/clients/registry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index fe9e98799b..a703db82b2 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index 892e4ee66b..e55eb87789 100644 --- a/clients/telemetry-amqp/pom.xml +++ b/clients/telemetry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index 7ba8b19815..d40d95f84a 100644 --- a/clients/telemetry-kafka/pom.xml +++ b/clients/telemetry-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-telemetry-kafka diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index d88e8f36bb..267ca124c6 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index afa5db8ce4..31e7f1259c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 7ef5cbf1fe..154550cd33 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-demo-certs diff --git a/deploy/pom.xml b/deploy/pom.xml index f8b8833c36..7c3bd9ecbd 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 10c662289f..10943d9f69 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.9.1-SNAPSHOT + 1.9.1 .. diff --git a/examples/pom.xml b/examples/pom.xml index 9dd169deb2..f7d0a52e66 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 75af23b613..774d3619b2 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.9.1-SNAPSHOT + 1.9.1 .. diff --git a/legal/pom.xml b/legal/pom.xml index 9330f1132d..95da98f2c5 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.9.1-SNAPSHOT + 1.9.1 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index 852f08daa3..0079574dfe 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.9.1-SNAPSHOT + 1.9.1 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index 2967e11a59..2e0ca628cb 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index da5776e7e3..cf26ca4d7f 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index 3194dd1f32..907f3fec45 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index 54b7536ab5..df9383dae2 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.9.1-SNAPSHOT + 1.9.1 .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index afc6cf41a9..2807b2ed0c 100644 --- a/services/auth-quarkus/pom.xml +++ b/services/auth-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-quarkus - 1.9.1-SNAPSHOT + 1.9.1 ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 2fba3b7870..adfd3633b6 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.9.1-SNAPSHOT + 1.9.1 ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index dda65a4c69..78de442504 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index d6056be661..fde6251a59 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.9.1-SNAPSHOT + 1.9.1 .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index b0fc930929..45d95d764e 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.9.1-SNAPSHOT + 1.9.1 .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index effa10874e..16913782d1 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.9.1-SNAPSHOT + 1.9.1 .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index 699914d03a..f66aa4c5be 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.9.1-SNAPSHOT + 1.9.1 ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index efda888ef7..1e3b85db88 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.9.1-SNAPSHOT + 1.9.1 ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index 8fefce6da0..ed9487afe2 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.9.1-SNAPSHOT + 1.9.1 ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index abbfbdc350..9c22e39102 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.9.1-SNAPSHOT + 1.9.1 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index 95ff89e010..42eea3fc67 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.9.1-SNAPSHOT + 1.9.1 ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 587be8d62e..d8804e5755 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.9.1-SNAPSHOT + 1.9.1 ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 0fbbc6d623..c5977d7700 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.9.1-SNAPSHOT + 1.9.1 ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index a11a512d31..2d952cb554 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/site/pom.xml b/site/pom.xml index 55d272ce67..bf5732145e 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index d2375dc2f7..bcd67d5691 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.9.1-SNAPSHOT + 1.9.1 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index ca948fe21e..17b3566471 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.9.1-SNAPSHOT + 1.9.1 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index 6c493a8a33..204e04e8a2 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.9.1-SNAPSHOT + 1.9.1 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 44571bcb75..066417e0dc 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.9.1-SNAPSHOT + 1.9.1 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index ff06b7cbd7..09ade41370 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.9.1-SNAPSHOT + 1.9.1 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index 05b50f96fc..484d96b71c 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.9.1-SNAPSHOT + 1.9.1 ../bom 4.0.0