diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index ec733e47f9..58956f298f 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.6.0-SNAPSHOT + 1.6.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 414b4faa24..09fdbadb85 100644 --- a/adapters/amqp-vertx-quarkus/pom.xml +++ b/adapters/amqp-vertx-quarkus/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-quarkus ../base-quarkus - 1.6.0-SNAPSHOT + 1.6.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 bd0fc442f4..b5bfb8ee17 100644 --- a/adapters/amqp-vertx/pom.xml +++ b/adapters/amqp-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-spring ../base-spring - 1.6.0-SNAPSHOT + 1.6.0 hono-adapter-amqp-vertx Hono AMQP Adapter diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index a36911865d..e202371f99 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.6.0-SNAPSHOT + 1.6.0 4.0.0 hono-adapter-base-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index 5a7f9bea9e..2f830d6e98 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.6.0-SNAPSHOT + 1.6.0 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index 3e42b34e89..b796e187d1 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.6.0-SNAPSHOT + 1.6.0 hono-adapter-coap-vertx-base Hono CoAP Adapter base diff --git a/adapters/coap-vertx/pom.xml b/adapters/coap-vertx/pom.xml index 078cf92aca..a82fcfe65e 100644 --- a/adapters/coap-vertx/pom.xml +++ b/adapters/coap-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-spring ../base-spring - 1.6.0-SNAPSHOT + 1.6.0 hono-adapter-coap-vertx Hono CoAP Adapter diff --git a/adapters/http-vertx-base/pom.xml b/adapters/http-vertx-base/pom.xml index a37f7fd017..21aadc0e9a 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.6.0-SNAPSHOT + 1.6.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 3c59fef084..d9216dda88 100644 --- a/adapters/http-vertx-quarkus/pom.xml +++ b/adapters/http-vertx-quarkus/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-quarkus ../base-quarkus - 1.6.0-SNAPSHOT + 1.6.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 ab75a94d46..e5f0c94f81 100644 --- a/adapters/http-vertx/pom.xml +++ b/adapters/http-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-spring ../base-spring - 1.6.0-SNAPSHOT + 1.6.0 hono-adapter-http-vertx Hono HTTP Adapter diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index 707dee9fd1..53c23e4024 100644 --- a/adapters/kura/pom.xml +++ b/adapters/kura/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-spring ../base-spring - 1.6.0-SNAPSHOT + 1.6.0 hono-adapter-kura Hono Kura Adapter diff --git a/adapters/lora-vertx/pom.xml b/adapters/lora-vertx/pom.xml index 8cfcebcc4e..c5cbd8b198 100644 --- a/adapters/lora-vertx/pom.xml +++ b/adapters/lora-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-spring ../base-spring - 1.6.0-SNAPSHOT + 1.6.0 hono-adapter-lora-vertx Hono LoRa Adapter diff --git a/adapters/mqtt-vertx-base/pom.xml b/adapters/mqtt-vertx-base/pom.xml index 6411a1ce14..f30aa6f7d6 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.6.0-SNAPSHOT + 1.6.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 ac332d58b3..58f5f95df9 100644 --- a/adapters/mqtt-vertx-quarkus/pom.xml +++ b/adapters/mqtt-vertx-quarkus/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-adapter-base-quarkus ../base-quarkus - 1.6.0-SNAPSHOT + 1.6.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 3b02435d31..1758b956c4 100644 --- a/adapters/mqtt-vertx/pom.xml +++ b/adapters/mqtt-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-spring ../base-spring - 1.6.0-SNAPSHOT + 1.6.0 hono-adapter-mqtt-vertx Hono MQTT Adapter diff --git a/adapters/pom.xml b/adapters/pom.xml index 4e6b4ce4bb..26ddd1aeb0 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index 6341e1aa1f..e93c883ec9 100644 --- a/adapters/sigfox-vertx/pom.xml +++ b/adapters/sigfox-vertx/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapter-base-spring ../base-spring - 1.6.0-SNAPSHOT + 1.6.0 hono-adapter-sigfox-vertx Hono Sigfox Adapter diff --git a/bom/pom.xml b/bom/pom.xml index c26bce5abe..d7c02fb237 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 1ff7ac1551..73098cdd99 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 32105c9138..affa1ed2cd 100644 --- a/client-device-connection-infinispan/pom.xml +++ b/client-device-connection-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index d5904de15a..db5784d10e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/clients/adapter-amqp/pom.xml b/clients/adapter-amqp/pom.xml index cbed40b9b6..716d7bc914 100644 --- a/clients/adapter-amqp/pom.xml +++ b/clients/adapter-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-adapter-amqp diff --git a/clients/adapter-kafka/pom.xml b/clients/adapter-kafka/pom.xml index 519e0711f1..1c6ff69448 100644 --- a/clients/adapter-kafka/pom.xml +++ b/clients/adapter-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-adapter-kafka diff --git a/clients/adapter/pom.xml b/clients/adapter/pom.xml index d0e6c420e0..9113b9926e 100644 --- a/clients/adapter/pom.xml +++ b/clients/adapter/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-adapter diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 63755dd765..0a47e9256c 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index b2e64ab7f4..a8cbd0ae38 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 34811c0135..c55c5b3d70 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index e37a5c197f..1d5ce0924c 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-application diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 094054b50c..0683fd6614 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.6.0-SNAPSHOT + 1.6.0 hono-client-kafka-common diff --git a/clients/pom.xml b/clients/pom.xml index 90833e6ba5..699933bbc3 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/core/pom.xml b/core/pom.xml index 2c9e9ab344..8e0b3ddcc0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 9bebf9c737..af9bb43b75 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -15,7 +15,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom hono-demo-certs diff --git a/deploy/pom.xml b/deploy/pom.xml index 426a29b40a..cff28561c7 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index eb47cd4684..9c88f329cd 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.6.0-SNAPSHOT + 1.6.0 .. diff --git a/examples/pom.xml b/examples/pom.xml index c108f16d4c..ce5261e97f 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index a60de72e36..6d961073a4 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.6.0-SNAPSHOT + 1.6.0 .. diff --git a/legal/pom.xml b/legal/pom.xml index 2389161613..e0bf4488e1 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -15,7 +15,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom hono-legal diff --git a/pom.xml b/pom.xml index bd729250f0..f0d96f3fcd 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.6.0-SNAPSHOT + 1.6.0 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index 2891ebce2a..d9e4d7fd93 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom hono-service-base-quarkus diff --git a/service-base/pom.xml b/service-base/pom.xml index edde6d44cf..2144c4150b 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom hono-service-base diff --git a/services/auth/pom.xml b/services/auth/pom.xml index c20c2df097..7c49096e1c 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.6.0-SNAPSHOT + 1.6.0 hono-service-auth Hono Auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index e7c1f498df..29b926f0ef 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../../bom 4.0.0 diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index 5d5d3e0c30..082d5ecac0 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 - 1.6.0-SNAPSHOT + 1.6.0 hono-service-command-router Hono Command Router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index 804eb3677a..146c0b1bb4 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 - 1.6.0-SNAPSHOT + 1.6.0 hono-service-device-connection Hono Device Connection service diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index 4e7183315b..e817ee1c26 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.6.0-SNAPSHOT + 1.6.0 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index 956feca31b..006ccb207e 100644 --- a/services/device-registry-file/pom.xml +++ b/services/device-registry-file/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services - 1.6.0-SNAPSHOT + 1.6.0 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index f16a472c50..d2f25c52aa 100644 --- a/services/device-registry-jdbc/pom.xml +++ b/services/device-registry-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services - 1.6.0-SNAPSHOT + 1.6.0 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 3e4ee6aa3a..03d97216af 100644 --- a/services/device-registry-mongodb/pom.xml +++ b/services/device-registry-mongodb/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-services - 1.6.0-SNAPSHOT + 1.6.0 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index 3a6248c2d8..b2a669a323 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/site/documentation/tag_stable.txt b/site/documentation/tag_stable.txt index 9743b447a5..dc1e644a10 100644 --- a/site/documentation/tag_stable.txt +++ b/site/documentation/tag_stable.txt @@ -1 +1 @@ -1.5.x +1.6.0 diff --git a/site/documentation/versions_supported.csv b/site/documentation/versions_supported.csv index 2f747bafcf..5daea00e4e 100644 --- a/site/documentation/versions_supported.csv +++ b/site/documentation/versions_supported.csv @@ -6,3 +6,4 @@ MAJOR;MINOR;BRANCH_OR_TAG 1;3;1.3.x 1;4;1.4.x 1;5;1.5.x +1;6;1.6.0 diff --git a/site/pom.xml b/site/pom.xml index 1564e8eb6d..a4b7917e1b 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index 213bca592d..aba804e2fb 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.6.0-SNAPSHOT + 1.6.0 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index e2431f66dc..2301f9ca42 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.6.0-SNAPSHOT + 1.6.0 core-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index b78255b45a..7b484437db 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.6.0-SNAPSHOT + 1.6.0 ../bom test-utils diff --git a/test-utils/service-base-test-utils/pom.xml b/test-utils/service-base-test-utils/pom.xml index be5278522f..890ee30318 100644 --- a/test-utils/service-base-test-utils/pom.xml +++ b/test-utils/service-base-test-utils/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono test-utils - 1.6.0-SNAPSHOT + 1.6.0 service-base-test-utils diff --git a/tests/pom.xml b/tests/pom.xml index cffdf1b0e9..d205752819 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.6.0-SNAPSHOT + 1.6.0 ../bom 4.0.0