From 385d0a2a576a1290f92433afb333df993411a53a Mon Sep 17 00:00:00 2001 From: hono-bot Date: Tue, 14 Jun 2022 11:18:34 +0000 Subject: [PATCH] Release 2.0.0 --- 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/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/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/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 +- 60 files changed, 60 insertions(+), 59 deletions(-) diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index ba81e6f551..ffa07d1335 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom hono-adapter-base diff --git a/adapters/amqp/pom.xml b/adapters/amqp/pom.xml index dbd5e6d4bd..e8566539a4 100644 --- a/adapters/amqp/pom.xml +++ b/adapters/amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-adapter-amqp diff --git a/adapters/coap/pom.xml b/adapters/coap/pom.xml index 8f208739c3..9ed1cccfbd 100644 --- a/adapters/coap/pom.xml +++ b/adapters/coap/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-adapter-coap diff --git a/adapters/http-base/pom.xml b/adapters/http-base/pom.xml index 04703e1368..2a02314370 100644 --- a/adapters/http-base/pom.xml +++ b/adapters/http-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 2.0.0-SNAPSHOT + 2.0.0 hono-adapter-http-base Hono HTTP Adapter base diff --git a/adapters/http/pom.xml b/adapters/http/pom.xml index 4b1b7f9e14..d0472d79ed 100644 --- a/adapters/http/pom.xml +++ b/adapters/http/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-adapter-http diff --git a/adapters/lora/pom.xml b/adapters/lora/pom.xml index 2535b8a17c..0f81ba4419 100644 --- a/adapters/lora/pom.xml +++ b/adapters/lora/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-adapter-lora diff --git a/adapters/mqtt-base/pom.xml b/adapters/mqtt-base/pom.xml index 3805a2c7e4..b5fd2a5a7f 100644 --- a/adapters/mqtt-base/pom.xml +++ b/adapters/mqtt-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-adapters - 2.0.0-SNAPSHOT + 2.0.0 hono-adapter-mqtt-base Hono MQTT Adapter base diff --git a/adapters/mqtt/pom.xml b/adapters/mqtt/pom.xml index 25ea0a3120..24acac2b63 100644 --- a/adapters/mqtt/pom.xml +++ b/adapters/mqtt/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-adapter-mqtt diff --git a/adapters/parent/pom.xml b/adapters/parent/pom.xml index 3cf1d34c42..aff583e364 100644 --- a/adapters/parent/pom.xml +++ b/adapters/parent/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 hono-adapters-parent diff --git a/adapters/pom.xml b/adapters/pom.xml index 6b5ac47675..dc47e0aae7 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom diff --git a/adapters/sigfox/pom.xml b/adapters/sigfox/pom.xml index ffd1707e9f..c008449907 100644 --- a/adapters/sigfox/pom.xml +++ b/adapters/sigfox/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-adapter-sigfox diff --git a/bom/pom.xml b/bom/pom.xml index 4e619199a5..a5bfa0ee75 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 6efc436f98..a221c53502 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 873e07b552..5bbb52600f 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.0.0-SNAPSHOT + 2.0.0 ../bom client-device-connection-infinispan diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 9d8f765dca..fad96b4e2e 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-amqp-common diff --git a/clients/amqp-connection/pom.xml b/clients/amqp-connection/pom.xml index 1836f79f78..45a6175838 100644 --- a/clients/amqp-connection/pom.xml +++ b/clients/amqp-connection/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-amqp-connection diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index c3335e1a37..b202466698 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index ba81e7eeb6..eb61bc7c4c 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 255d639766..483c373a2e 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index d480effdc7..57188412e8 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index 4fc9d47384..de725314c2 100644 --- a/clients/command-amqp/pom.xml +++ b/clients/command-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index 82b2fd68dc..70e081242a 100644 --- a/clients/command-kafka/pom.xml +++ b/clients/command-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index 6f8011b3c0..9e988e1985 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-command diff --git a/clients/device-amqp/pom.xml b/clients/device-amqp/pom.xml index ee643a73cc..3a68ec47cf 100644 --- a/clients/device-amqp/pom.xml +++ b/clients/device-amqp/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-device-amqp diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 12878fcaca..6c507b2b0c 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index 0a99441e03..cfc51b6947 100644 --- a/clients/notification-amqp/pom.xml +++ b/clients/notification-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index 0a46d9384c..45ee39f629 100644 --- a/clients/notification-kafka/pom.xml +++ b/clients/notification-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-notification-kafka diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index d351c36895..977cda5774 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index d54890f7e1..ec1f72e329 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index a3cfdf22c7..a3c5adce46 100644 --- a/clients/registry-amqp/pom.xml +++ b/clients/registry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index f0d923e264..e05ad2cd16 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index 0609fa6dda..82c07bb75f 100644 --- a/clients/telemetry-amqp/pom.xml +++ b/clients/telemetry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index a7a8784cb3..ae3003f981 100644 --- a/clients/telemetry-kafka/pom.xml +++ b/clients/telemetry-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-telemetry-kafka diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index b5a3776582..85f06ec69c 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index 734944e256..85a3f87561 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 6d69e7b6ea..417d86e71f 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index b048a46253..a2e97eb80d 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.0.0-SNAPSHOT + 2.0.0 .. diff --git a/examples/pom.xml b/examples/pom.xml index dbbfe90b6d..dad4a4e8b2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index d256d144f3..8901899fb6 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.0.0-SNAPSHOT + 2.0.0 .. diff --git a/legal/pom.xml b/legal/pom.xml index 5622f416c4..c188f0684e 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.0.0-SNAPSHOT + 2.0.0 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index 16099d4e56..163e0e2609 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.0.0-SNAPSHOT + 2.0.0 pom Hono diff --git a/service-base/pom.xml b/service-base/pom.xml index 32c77b1530..d5f16a3815 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index a9fb163ba6..154386b3cc 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 2.0.0-SNAPSHOT + 2.0.0 hono-service-auth-base Hono Auth base diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 23bff53dff..e540b62405 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index 86c91d31f5..c1ed15aeb0 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../../bom 4.0.0 diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index 4e4943407f..6b463e037a 100644 --- a/services/command-router/pom.xml +++ b/services/command-router/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-parent - 2.0.0-SNAPSHOT + 2.0.0 ../parent hono-service-command-router diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index f3bd5976c0..b55ad9ff9c 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.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 5119bef501..c66258e16c 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.0.0-SNAPSHOT + 2.0.0 ../parent 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 9053f2e1a2..8724aeff4e 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.0.0-SNAPSHOT + 2.0.0 ../parent 4.0.0 diff --git a/services/parent/pom.xml b/services/parent/pom.xml index c28881706b..9248da1c98 100644 --- a/services/parent/pom.xml +++ b/services/parent/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 pom diff --git a/services/pom.xml b/services/pom.xml index 7c20b71f85..6334a04163 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom diff --git a/site/documentation/tag_stable.txt b/site/documentation/tag_stable.txt index 36c128322e..227cea2156 100644 --- a/site/documentation/tag_stable.txt +++ b/site/documentation/tag_stable.txt @@ -1 +1 @@ -1.12.x +2.0.0 diff --git a/site/documentation/versions_supported.csv b/site/documentation/versions_supported.csv index 95d85c5adc..51c9751df9 100644 --- a/site/documentation/versions_supported.csv +++ b/site/documentation/versions_supported.csv @@ -13,3 +13,4 @@ MAJOR;MINOR;BRANCH_OR_TAG 1;10;1.10.x 1;11;1.11.x 1;12;1.12.x +2;0;2.0.0 diff --git a/site/pom.xml b/site/pom.xml index 5579ffd4d9..bf4891e700 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index eeeb66a27e..9596e8d464 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.0.0-SNAPSHOT + 2.0.0 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index 0e87d2ad68..865a48f5f0 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.0.0-SNAPSHOT + 2.0.0 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index ee5ada8768..a8151c4be1 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.0.0-SNAPSHOT + 2.0.0 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 70e5e35c89..8b909a5e39 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.0.0-SNAPSHOT + 2.0.0 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 3993b096ec..58f6d13f52 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 2.0.0-SNAPSHOT + 2.0.0 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index 5efc997a00..a849341835 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.0.0-SNAPSHOT + 2.0.0 ../bom 4.0.0