diff --git a/adapter-base-quarkus/pom.xml b/adapter-base-quarkus/pom.xml index 7cf879bee4..669cf3371e 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index a7d534d58c..23f0b912fe 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 5d07e496d1..bcaf52ab1f 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index f51f52b4b0..2927b62ae0 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.8.0-SNAPSHOT + 1.8.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 97454e74e4..224693f780 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.8.0-SNAPSHOT + 1.8.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 3bed2f0166..0c81474e0f 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.8.0-SNAPSHOT + 1.8.0 hono-adapter-amqp-vertx Hono AMQP Adapter diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index 3864d1e0ae..30b7f5acbe 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index 81500ca9fb..2ba19fef6a 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.8.0-SNAPSHOT + 1.8.0 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index b159450a0d..3181ed5909 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.8.0-SNAPSHOT + 1.8.0 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 38e650c1d3..48e8dd8d69 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.8.0-SNAPSHOT + 1.8.0 hono-adapter-coap-vertx-quarkus Hono CoAP Adapter (Quarkus) diff --git a/adapters/coap-vertx/pom.xml b/adapters/coap-vertx/pom.xml index bc38b319fc..b81e8e5288 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.8.0-SNAPSHOT + 1.8.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 8fd28abaf5..870aac3ec0 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.8.0-SNAPSHOT + 1.8.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 365387043e..f6e12c5f79 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.8.0-SNAPSHOT + 1.8.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 d98dd650b4..9a5420d5c2 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.8.0-SNAPSHOT + 1.8.0 hono-adapter-http-vertx Hono HTTP Adapter diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index 0b6a39d5f5..7a2043920a 100644 --- a/adapters/kura/pom.xml +++ b/adapters/kura/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.8.0-SNAPSHOT + 1.8.0 hono-adapter-kura Hono Kura Adapter diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index 8a2e9cdc56..c7bfdc8412 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.8.0-SNAPSHOT + 1.8.0 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 51bb1d0835..590829a2e3 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.8.0-SNAPSHOT + 1.8.0 hono-adapter-lora-vertx-quarkus Hono Lora Adapter (Quarkus) diff --git a/adapters/lora-vertx/pom.xml b/adapters/lora-vertx/pom.xml index c992dc0a29..9ff17264bd 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.8.0-SNAPSHOT + 1.8.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 a27b8881ae..8066e00a97 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.8.0-SNAPSHOT + 1.8.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 1a62eece22..0deb20b02a 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.8.0-SNAPSHOT + 1.8.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 908c0b444f..49ae682f25 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.8.0-SNAPSHOT + 1.8.0 hono-adapter-mqtt-vertx Hono MQTT Adapter diff --git a/adapters/pom.xml b/adapters/pom.xml index 677c136ad1..a3ff8051cb 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index b81863e3ba..9a8575d4bd 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.8.0-SNAPSHOT + 1.8.0 hono-adapter-sigfox-vertx Hono Sigfox Adapter diff --git a/bom/pom.xml b/bom/pom.xml index a9845e9b03..823cc376eb 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 0f891b5fa3..41ccad0d9c 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/client-device-connection-infinispan-quarkus/pom.xml b/client-device-connection-infinispan-quarkus/pom.xml index ac3c48a177..72dab53073 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.8.0-SNAPSHOT + 1.8.0 ../bom client-device-connection-infinispan-quarkus diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index b36e47d1ad..e9a62eac05 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.8.0-SNAPSHOT + 1.8.0 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index 7c101c5929..8e7e8aae4e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/clients/adapter-amqp/pom.xml b/clients/adapter-amqp/pom.xml index 0960b0c35e..5345da37fe 100644 --- a/clients/adapter-amqp/pom.xml +++ b/clients/adapter-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-adapter-amqp diff --git a/clients/adapter-kafka/pom.xml b/clients/adapter-kafka/pom.xml index 65a56060d4..16a719ecad 100644 --- a/clients/adapter-kafka/pom.xml +++ b/clients/adapter-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-adapter-kafka diff --git a/clients/adapter/pom.xml b/clients/adapter/pom.xml index 7f1d4a59f7..11be6b48b9 100644 --- a/clients/adapter/pom.xml +++ b/clients/adapter/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-adapter diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index b1b1e1dec6..342ccd16f9 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index a33ca03116..9b693ac8cb 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index be6816c220..562eae426e 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 950987a1ab..54fbc7446a 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index edbf10f255..143ace914a 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-common diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 10e43450e6..25657d95a0 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-client-kafka-common diff --git a/clients/pom.xml b/clients/pom.xml index f08b780ac9..8bc34f0d2f 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/core/pom.xml b/core/pom.xml index 45e2d85f73..ed617ce53e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index d5579f6477..e93b95dfa8 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-demo-certs diff --git a/deploy/pom.xml b/deploy/pom.xml index 66b1a4d123..d5338afd4f 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 5ad3299b01..11a04f3597 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.8.0-SNAPSHOT + 1.8.0 .. diff --git a/examples/pom.xml b/examples/pom.xml index 13d3d58a35..439bf48f1e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 2e20846581..0e793241ca 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.8.0-SNAPSHOT + 1.8.0 .. diff --git a/legal/pom.xml b/legal/pom.xml index 0068680aab..73fff9f9e9 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.8.0-SNAPSHOT + 1.8.0 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index f1850fd2ac..9c2f5bc2d9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.8.0-SNAPSHOT + 1.8.0 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index ddd254cbf8..7407bbe24c 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index 8768f95e8d..f87dae21fc 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index ebfb8db747..16b2ac9bc0 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index 8101f65142..80c1724314 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.8.0-SNAPSHOT + 1.8.0 .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index d3eb6f7463..cdf8f74a23 100644 --- a/services/auth-quarkus/pom.xml +++ b/services/auth-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-quarkus - 1.8.0-SNAPSHOT + 1.8.0 ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 8b9328d0e7..2fea9ac514 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.8.0-SNAPSHOT + 1.8.0 ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index a6c3820ff8..400477d271 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index e99f7a8e06..3d4c09e7d5 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.8.0-SNAPSHOT + 1.8.0 .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index e5232df12a..1411590e5a 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.8.0-SNAPSHOT + 1.8.0 .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index 598245cd6b..990095245b 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.8.0-SNAPSHOT + 1.8.0 .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index 4b2cf565df..a45a0325b8 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.8.0-SNAPSHOT + 1.8.0 ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index 3b34a757ed..ffd1bf3041 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.8.0-SNAPSHOT + 1.8.0 ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index 913e65dc8f..020043ee52 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.8.0-SNAPSHOT + 1.8.0 ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index f92bd1e5d2..6273d6b91a 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.8.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index a3d83733db..d011d61397 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.8.0-SNAPSHOT + 1.8.0 ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 8989962178..75fab9ea9f 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.8.0-SNAPSHOT + 1.8.0 ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 074c9e64f7..3bab20a262 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.8.0-SNAPSHOT + 1.8.0 ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index d5ec7c5fd4..e76fdbdce5 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/site/documentation/tag_stable.txt b/site/documentation/tag_stable.txt index 67686cbadd..27f9cd322b 100644 --- a/site/documentation/tag_stable.txt +++ b/site/documentation/tag_stable.txt @@ -1 +1 @@ -1.7.x +1.8.0 diff --git a/site/documentation/versions_supported.csv b/site/documentation/versions_supported.csv index c01f97c269..d4cc8ea365 100644 --- a/site/documentation/versions_supported.csv +++ b/site/documentation/versions_supported.csv @@ -8,3 +8,4 @@ MAJOR;MINOR;BRANCH_OR_TAG 1;5;1.5.x 1;6;1.6.x 1;7;1.7.x +1;8;1.8.0 diff --git a/site/pom.xml b/site/pom.xml index 1ac454b779..df0911280c 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index f3f874c108..1a3b085bd4 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.8.0-SNAPSHOT + 1.8.0 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index e5e569f8b3..c8a9b35769 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.8.0-SNAPSHOT + 1.8.0 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index ad6c4a0806..fb66519542 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.8.0-SNAPSHOT + 1.8.0 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 5c4e5cfb07..135e8b640e 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.8.0-SNAPSHOT + 1.8.0 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index c1ef7f66ee..a573aeefdf 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.8.0-SNAPSHOT + 1.8.0 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index 7d694c4bd8..65d53ac71e 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.8.0-SNAPSHOT + 1.8.0 ../bom 4.0.0