From e77d02e65b6fb6c5831e7251683f42b58627ee08 Mon Sep 17 00:00:00 2001 From: hono-bot Date: Thu, 16 Nov 2023 12:30:31 +0000 Subject: [PATCH] Release 2.3.2 --- adapter-base/pom.xml | 2 +- adapters/amqp/pom.xml | 2 +- adapters/coap/pom.xml | 2 +- adapters/http-base/pom.xml | 2 +- adapters/http/pom.xml | 2 +- adapters/lora/pom.xml | 2 +- adapters/mqtt-base/pom.xml | 2 +- adapters/mqtt/pom.xml | 2 +- adapters/parent/pom.xml | 2 +- adapters/pom.xml | 2 +- adapters/sigfox/pom.xml | 2 +- bom/pom.xml | 2 +- cli/pom.xml | 2 +- client-device-connection-infinispan/pom.xml | 2 +- clients/amqp-common/pom.xml | 2 +- clients/amqp-connection/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/device-amqp/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/pubsub-common/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-pubsub/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/pom.xml | 2 +- services/auth-base/pom.xml | 2 +- services/auth/pom.xml | 2 +- services/base-jdbc/pom.xml | 2 +- services/command-router/pom.xml | 2 +- services/device-registry-base/pom.xml | 2 +- services/device-registry-jdbc/pom.xml | 2 +- services/device-registry-mongodb/pom.xml | 2 +- services/parent/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 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 69ba52cf10..6fa4450593 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom hono-adapter-base diff --git a/adapters/amqp/pom.xml b/adapters/amqp/pom.xml index 655bc1f0d3..597d566df2 100644 --- a/adapters/amqp/pom.xml +++ b/adapters/amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-adapter-amqp diff --git a/adapters/coap/pom.xml b/adapters/coap/pom.xml index 0c5e1636ae..83e09958fc 100644 --- a/adapters/coap/pom.xml +++ b/adapters/coap/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-adapter-coap diff --git a/adapters/http-base/pom.xml b/adapters/http-base/pom.xml index b5e6acc964..21a6e72c26 100644 --- a/adapters/http-base/pom.xml +++ b/adapters/http-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 2.3.2-SNAPSHOT + 2.3.2 hono-adapter-http-base Hono HTTP Adapter base diff --git a/adapters/http/pom.xml b/adapters/http/pom.xml index fa4e2d2d3e..df2e917388 100644 --- a/adapters/http/pom.xml +++ b/adapters/http/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-adapter-http diff --git a/adapters/lora/pom.xml b/adapters/lora/pom.xml index 6d3e108909..688828f45b 100644 --- a/adapters/lora/pom.xml +++ b/adapters/lora/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-adapter-lora diff --git a/adapters/mqtt-base/pom.xml b/adapters/mqtt-base/pom.xml index 2356052748..a5df37d166 100644 --- a/adapters/mqtt-base/pom.xml +++ b/adapters/mqtt-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-adapters - 2.3.2-SNAPSHOT + 2.3.2 hono-adapter-mqtt-base Hono MQTT Adapter base diff --git a/adapters/mqtt/pom.xml b/adapters/mqtt/pom.xml index 7f7a829767..2d8785b7c8 100644 --- a/adapters/mqtt/pom.xml +++ b/adapters/mqtt/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-adapter-mqtt diff --git a/adapters/parent/pom.xml b/adapters/parent/pom.xml index d330fb9351..fd7e08c6b0 100644 --- a/adapters/parent/pom.xml +++ b/adapters/parent/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 2.3.2-SNAPSHOT + 2.3.2 4.0.0 hono-adapters-parent diff --git a/adapters/pom.xml b/adapters/pom.xml index 053c605b16..0f50ae83e4 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom diff --git a/adapters/sigfox/pom.xml b/adapters/sigfox/pom.xml index 9eada40926..f4c0038600 100644 --- a/adapters/sigfox/pom.xml +++ b/adapters/sigfox/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-adapter-sigfox diff --git a/bom/pom.xml b/bom/pom.xml index 32c129fd5d..b747948cb0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index a2cb2593b8..5ea1fdd65d 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 35595fd766..fae50f3b0e 100644 --- a/client-device-connection-infinispan/pom.xml +++ b/client-device-connection-infinispan/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom client-device-connection-infinispan diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index ded6a0054b..96f509c58c 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-amqp-common diff --git a/clients/amqp-connection/pom.xml b/clients/amqp-connection/pom.xml index 64d546250f..279dad768e 100644 --- a/clients/amqp-connection/pom.xml +++ b/clients/amqp-connection/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-amqp-connection diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index f246460742..04dbec75e3 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 359b08cb97..d205357525 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 5087fdf613..ea75b48bb0 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index 3a0f40af13..d9bc19d5d7 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index 4ba60b8cca..a82fb4b4f7 100644 --- a/clients/command-amqp/pom.xml +++ b/clients/command-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index 1ad6d179d9..cc5384947c 100644 --- a/clients/command-kafka/pom.xml +++ b/clients/command-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index 03baf3eb89..ebfecafd53 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-command diff --git a/clients/device-amqp/pom.xml b/clients/device-amqp/pom.xml index f907db3a82..da9c912ee8 100644 --- a/clients/device-amqp/pom.xml +++ b/clients/device-amqp/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-device-amqp diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 17023115c3..89deb9d012 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index 915d7f05d7..649d341fb1 100644 --- a/clients/notification-amqp/pom.xml +++ b/clients/notification-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index 32b8e8d96b..a66caa98ed 100644 --- a/clients/notification-kafka/pom.xml +++ b/clients/notification-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-notification-kafka diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index bc0f274d45..f8a57eb08c 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index 890cb3029a..d0e7ec38cb 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom diff --git a/clients/pubsub-common/pom.xml b/clients/pubsub-common/pom.xml index f55ec4f671..e439772a86 100644 --- a/clients/pubsub-common/pom.xml +++ b/clients/pubsub-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-pubsub-common diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index cae3abc0c6..d3c213393b 100644 --- a/clients/registry-amqp/pom.xml +++ b/clients/registry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index 80d1c1195d..70591b0e96 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index d99f23fdc4..ba32a717d7 100644 --- a/clients/telemetry-amqp/pom.xml +++ b/clients/telemetry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index 7cfc255565..f38918fa77 100644 --- a/clients/telemetry-kafka/pom.xml +++ b/clients/telemetry-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-telemetry-kafka diff --git a/clients/telemetry-pubsub/pom.xml b/clients/telemetry-pubsub/pom.xml index 9175cf77b7..df3c3021b8 100644 --- a/clients/telemetry-pubsub/pom.xml +++ b/clients/telemetry-pubsub/pom.xml @@ -5,7 +5,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-telemetry-pubsub diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index 9e433d01d9..ef0924ede0 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index 048792ac65..d17882a813 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 03bac64048..420c3d0317 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.3.2-SNAPSHOT + 2.3.2 hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 3547ef57c0..66f1550caa 100644 --- a/examples/hono-client-examples/pom.xml +++ b/examples/hono-client-examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-example - 2.3.2-SNAPSHOT + 2.3.2 .. diff --git a/examples/pom.xml b/examples/pom.xml index 43f2eb0992..be24dc5b68 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 36f3185443..d787a9ed95 100644 --- a/examples/protocol-gateway-example/pom.xml +++ b/examples/protocol-gateway-example/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-example - 2.3.2-SNAPSHOT + 2.3.2 .. diff --git a/legal/pom.xml b/legal/pom.xml index ef583948e9..c45040fcff 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom hono-legal diff --git a/pom.xml b/pom.xml index 03a63e013c..44fe802063 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.3.2-SNAPSHOT + 2.3.2 pom Hono diff --git a/service-base/pom.xml b/service-base/pom.xml index 5887927c0f..a6ae4559cf 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index ce6e4fa07d..922aea4aed 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 2.3.2-SNAPSHOT + 2.3.2 hono-service-auth-base Hono Auth base diff --git a/services/auth/pom.xml b/services/auth/pom.xml index baface6d91..97ccf746f2 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index aa6c7cc180..01a148b735 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../../bom 4.0.0 diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index 3fc1367a7e..0009013ca9 100644 --- a/services/command-router/pom.xml +++ b/services/command-router/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent hono-service-command-router diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index f6f8f0539b..738ea2c8e7 100644 --- a/services/device-registry-base/pom.xml +++ b/services/device-registry-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services - 2.3.2-SNAPSHOT + 2.3.2 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 30b485755b..7bd329409e 100644 --- a/services/device-registry-jdbc/pom.xml +++ b/services/device-registry-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 80b9afed37..e572a8b5d0 100644 --- a/services/device-registry-mongodb/pom.xml +++ b/services/device-registry-mongodb/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services-parent - 2.3.2-SNAPSHOT + 2.3.2 ../parent 4.0.0 diff --git a/services/parent/pom.xml b/services/parent/pom.xml index e9df6d022d..979293b146 100644 --- a/services/parent/pom.xml +++ b/services/parent/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 2.3.2-SNAPSHOT + 2.3.2 4.0.0 pom diff --git a/services/pom.xml b/services/pom.xml index 773c1ae875..f243af666e 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom diff --git a/site/pom.xml b/site/pom.xml index 82716ec31a..66334b262e 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index 42f8091a79..944534b2f7 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 - 2.3.2-SNAPSHOT + 2.3.2 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index 146dd5d9c1..0f05056647 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 - 2.3.2-SNAPSHOT + 2.3.2 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index 330d40defe..761edc890e 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 - 2.3.2-SNAPSHOT + 2.3.2 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 6563ff6555..0a195f8f5a 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 - 2.3.2-SNAPSHOT + 2.3.2 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index e76aecc99b..85c71c5750 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 2.3.2-SNAPSHOT + 2.3.2 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index ba825ede04..59c9293339 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.3.2-SNAPSHOT + 2.3.2 ../bom 4.0.0