From 8b6f7a3dc4c6cf858c0611a4138722cb3888d5d2 Mon Sep 17 00:00:00 2001 From: hono-bot Date: Mon, 26 Apr 2021 14:03:04 +0000 Subject: [PATCH] Bump version to 1.7.2-SNAPSHOT --- adapter-base-quarkus/pom.xml | 2 +- adapter-base-spring/pom.xml | 2 +- adapter-base/pom.xml | 2 +- adapters/amqp-vertx-base/pom.xml | 2 +- adapters/amqp-vertx-quarkus/pom.xml | 2 +- adapters/amqp-vertx/pom.xml | 2 +- adapters/base-quarkus/pom.xml | 2 +- adapters/base-spring/pom.xml | 2 +- adapters/coap-vertx-base/pom.xml | 2 +- adapters/coap-vertx-quarkus/pom.xml | 2 +- adapters/coap-vertx/pom.xml | 2 +- adapters/http-vertx-base/pom.xml | 2 +- adapters/http-vertx-quarkus/pom.xml | 2 +- adapters/http-vertx/pom.xml | 2 +- adapters/kura/pom.xml | 2 +- adapters/lora-vertx-base/pom.xml | 2 +- adapters/lora-vertx-quarkus/pom.xml | 2 +- adapters/lora-vertx/pom.xml | 2 +- adapters/mqtt-vertx-base/pom.xml | 2 +- adapters/mqtt-vertx-quarkus/pom.xml | 2 +- adapters/mqtt-vertx/pom.xml | 2 +- adapters/pom.xml | 2 +- adapters/sigfox-vertx/pom.xml | 2 +- bom/pom.xml | 2 +- cli/pom.xml | 2 +- client-device-connection-infinispan-quarkus/pom.xml | 2 +- client-device-connection-infinispan/pom.xml | 2 +- client/pom.xml | 2 +- clients/adapter-amqp/pom.xml | 2 +- clients/adapter-kafka/pom.xml | 2 +- clients/adapter/pom.xml | 2 +- clients/amqp-common/pom.xml | 2 +- clients/application-amqp/pom.xml | 2 +- clients/application-kafka/pom.xml | 2 +- clients/application/pom.xml | 2 +- clients/client-common/pom.xml | 2 +- clients/kafka-common/pom.xml | 2 +- clients/pom.xml | 2 +- core/pom.xml | 2 +- demo-certs/pom.xml | 2 +- deploy/pom.xml | 2 +- examples/hono-client-examples/pom.xml | 2 +- examples/pom.xml | 2 +- examples/protocol-gateway-example/pom.xml | 2 +- legal/pom.xml | 2 +- pom.xml | 2 +- service-base-quarkus/pom.xml | 2 +- service-base-spring/pom.xml | 2 +- service-base/pom.xml | 2 +- services/auth-base/pom.xml | 2 +- services/auth-quarkus/pom.xml | 2 +- services/auth/pom.xml | 2 +- services/base-jdbc/pom.xml | 2 +- services/base-quarkus/pom.xml | 2 +- services/base-spring/pom.xml | 2 +- services/command-router-base/pom.xml | 2 +- services/command-router-quarkus/pom.xml | 2 +- services/command-router/pom.xml | 2 +- services/device-connection/pom.xml | 2 +- services/device-registry-base/pom.xml | 2 +- services/device-registry-file/pom.xml | 2 +- services/device-registry-jdbc/pom.xml | 2 +- services/device-registry-mongodb/pom.xml | 2 +- services/pom.xml | 2 +- site/pom.xml | 2 +- test-utils/adapter-base-test-utils/pom.xml | 2 +- test-utils/client-test-utils/pom.xml | 2 +- test-utils/core-test-utils/pom.xml | 2 +- test-utils/kafka-test-utils/pom.xml | 2 +- test-utils/pom.xml | 2 +- tests/pom.xml | 2 +- 71 files changed, 71 insertions(+), 71 deletions(-) diff --git a/adapter-base-quarkus/pom.xml b/adapter-base-quarkus/pom.xml index 7ad61624b4..f9986273a6 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index 17f420b716..0ad5ab6bc0 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 2bb0c39807..fe100dbe15 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index a3244d6b8f..5ad6ab6741 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.7.1 + 1.7.2-SNAPSHOT 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 ff2f698027..29a87ff122 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-amqp-vertx-quarkus Hono AMQP Adapter (Quarkus) diff --git a/adapters/amqp-vertx/pom.xml b/adapters/amqp-vertx/pom.xml index 48423ae1f9..935e6d3381 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-amqp-vertx Hono AMQP Adapter diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index b29a46341c..46998d7fef 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.7.1 + 1.7.2-SNAPSHOT 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index 3876706a55..a3912b6685 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.7.1 + 1.7.2-SNAPSHOT 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index 0f6bf92520..d3cd5100c6 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.7.1 + 1.7.2-SNAPSHOT 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 99aa2d5bd5..3164743d3a 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-coap-vertx-quarkus Hono CoAP Adapter (Quarkus) diff --git a/adapters/coap-vertx/pom.xml b/adapters/coap-vertx/pom.xml index 5ed247c445..976fad0bf5 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-coap-vertx Hono CoAP Adapter diff --git a/adapters/http-vertx-base/pom.xml b/adapters/http-vertx-base/pom.xml index 5f3bd44ca5..54f2a9d8c2 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.7.1 + 1.7.2-SNAPSHOT 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 5c659f4bd2..dc63ca518e 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-http-vertx-quarkus Hono HTTP Adapter (Quarkus) diff --git a/adapters/http-vertx/pom.xml b/adapters/http-vertx/pom.xml index 450e4f18e0..ecae520ada 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-http-vertx Hono HTTP Adapter diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index ad0a8c955c..8d9a9d5204 100644 --- a/adapters/kura/pom.xml +++ b/adapters/kura/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.7.1 + 1.7.2-SNAPSHOT hono-adapter-kura Hono Kura Adapter diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index 210a08bf3b..7eb8ecfb4d 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.7.1 + 1.7.2-SNAPSHOT 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 62e28c5831..44af06209f 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-lora-vertx-quarkus Hono Lora Adapter (Quarkus) diff --git a/adapters/lora-vertx/pom.xml b/adapters/lora-vertx/pom.xml index 0416c4bc36..07dc7ca1de 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-lora-vertx Hono LoRa Adapter diff --git a/adapters/mqtt-vertx-base/pom.xml b/adapters/mqtt-vertx-base/pom.xml index 6cc2b247a1..fd9d6a5d9f 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.7.1 + 1.7.2-SNAPSHOT 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 815136a86b..7ff3362163 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-mqtt-vertx-quarkus Hono MQTT Adapter (Quarkus) diff --git a/adapters/mqtt-vertx/pom.xml b/adapters/mqtt-vertx/pom.xml index ddc01f9f05..736ad3e942 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-mqtt-vertx Hono MQTT Adapter diff --git a/adapters/pom.xml b/adapters/pom.xml index 883a0abd60..a1ea773f99 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index f5c7c79863..4b0f96d369 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.7.1 + 1.7.2-SNAPSHOT hono-adapter-sigfox-vertx Hono Sigfox Adapter diff --git a/bom/pom.xml b/bom/pom.xml index a60d36dacf..139c64b2f1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 74ae3cf452..78110cf617 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/client-device-connection-infinispan-quarkus/pom.xml b/client-device-connection-infinispan-quarkus/pom.xml index e31346b1e3..091550b6c4 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.7.1 + 1.7.2-SNAPSHOT ../bom client-device-connection-infinispan-quarkus diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 5529e8fa18..be2405d8f9 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.7.1 + 1.7.2-SNAPSHOT ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index cd5562a0b0..90cdef28bb 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/clients/adapter-amqp/pom.xml b/clients/adapter-amqp/pom.xml index f674cc5cbd..72affb9a49 100644 --- a/clients/adapter-amqp/pom.xml +++ b/clients/adapter-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-adapter-amqp diff --git a/clients/adapter-kafka/pom.xml b/clients/adapter-kafka/pom.xml index 5543cb376b..c6a6e1638d 100644 --- a/clients/adapter-kafka/pom.xml +++ b/clients/adapter-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-adapter-kafka diff --git a/clients/adapter/pom.xml b/clients/adapter/pom.xml index 92b7433f83..ab3a4d6fd9 100644 --- a/clients/adapter/pom.xml +++ b/clients/adapter/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-adapter diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index ad49456c97..96e801a849 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index a3a272bd86..5180a57f8b 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 9f1cbf97a5..107d85a604 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 241596e7df..e544b9bf4a 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index 601c143ff0..056b820ff5 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-common diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 9bddf9219a..714484ecd0 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.7.1 + 1.7.2-SNAPSHOT hono-client-kafka-common diff --git a/clients/pom.xml b/clients/pom.xml index e6ac61f03d..5be9c37f80 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/core/pom.xml b/core/pom.xml index 0b4b6e4738..2bb604a17c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 85b0ff615e..4c86384f7e 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -15,7 +15,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-demo-certs diff --git a/deploy/pom.xml b/deploy/pom.xml index 6694930df6..d79e1f08dd 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 1a6be32fe7..c0f55b2d6b 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.7.1 + 1.7.2-SNAPSHOT .. diff --git a/examples/pom.xml b/examples/pom.xml index 13b823aae4..ef7e0a742a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 569369d093..34b5a8a8c1 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.7.1 + 1.7.2-SNAPSHOT .. diff --git a/legal/pom.xml b/legal/pom.xml index 664dfe2b41..b026957c74 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -15,7 +15,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-legal diff --git a/pom.xml b/pom.xml index ebe2f11bca..46f85815ba 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.7.1 + 1.7.2-SNAPSHOT pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index b0831297a2..fe90a639c8 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index 088d41f4af..5ac6f30c9e 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index 9bbe118d99..a7a89a854b 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index f0b86a56d4..09c2c90620 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.7.1 + 1.7.2-SNAPSHOT .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index fff329e450..f2c5543509 100644 --- a/services/auth-quarkus/pom.xml +++ b/services/auth-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-quarkus - 1.7.1 + 1.7.2-SNAPSHOT ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index b789847a99..e5c0c1d8b6 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.7.1 + 1.7.2-SNAPSHOT ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index 71141fca1e..1bfed2601b 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index ab1fb20152..b4625f5cab 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.7.1 + 1.7.2-SNAPSHOT .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index 993b29ccd8..9226c214f4 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.7.1 + 1.7.2-SNAPSHOT .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index 511971bf53..4eae279471 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.7.1 + 1.7.2-SNAPSHOT .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index 06633aed86..55e9d4c898 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.7.1 + 1.7.2-SNAPSHOT ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index d74efdb86e..8106ebd38b 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.7.1 + 1.7.2-SNAPSHOT ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index 4173f6304a..45cc635a3e 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.7.1 + 1.7.2-SNAPSHOT ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index b3f1ffeb8c..227de4b260 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.7.1 + 1.7.2-SNAPSHOT 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index 3826c4b780..240a2a1170 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.7.1 + 1.7.2-SNAPSHOT ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index e95aab7da4..d6faa504ac 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.7.1 + 1.7.2-SNAPSHOT ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 8051fd78bc..d7d1d943e4 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.7.1 + 1.7.2-SNAPSHOT ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index 751704c891..11f97207fa 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/site/pom.xml b/site/pom.xml index 543bf6b16f..1b8062bd18 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index 250be16477..29f74b2aec 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.7.1 + 1.7.2-SNAPSHOT adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index bc227e62f0..edd52a3ed2 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.7.1 + 1.7.2-SNAPSHOT client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index a389b9ea81..3303846d0e 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.7.1 + 1.7.2-SNAPSHOT core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 76072cd4b0..fd1ee5a75d 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.7.1 + 1.7.2-SNAPSHOT kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 65ae20f858..3ef15b1ad6 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.7.1 + 1.7.2-SNAPSHOT ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index 8db343e38b..36ebb3a092 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.7.1 + 1.7.2-SNAPSHOT ../bom 4.0.0