diff --git a/adapter-base-quarkus/pom.xml b/adapter-base-quarkus/pom.xml index 455c0b1b46..003316b211 100644 --- a/adapter-base-quarkus/pom.xml +++ b/adapter-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom hono-adapter-base-quarkus diff --git a/adapter-base-spring/pom.xml b/adapter-base-spring/pom.xml index 06e1595581..6a9754b126 100644 --- a/adapter-base-spring/pom.xml +++ b/adapter-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom hono-adapter-base-spring diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 9a6810482b..57cc2eaf7d 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom hono-adapter-base diff --git a/adapters/amqp-vertx-base/pom.xml b/adapters/amqp-vertx-base/pom.xml index d6960212c1..a0baf08654 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.11.0-SNAPSHOT + 1.11.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 938d753d9c..26ef46a539 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.11.0-SNAPSHOT + 1.11.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 a603d4e268..066e445f24 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.11.0-SNAPSHOT + 1.11.0 hono-adapter-amqp-vertx Hono AMQP Adapter (Spring) diff --git a/adapters/base-quarkus/pom.xml b/adapters/base-quarkus/pom.xml index 4d6667d279..efbc71b151 100644 --- a/adapters/base-quarkus/pom.xml +++ b/adapters/base-quarkus/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 1.11.0-SNAPSHOT + 1.11.0 4.0.0 hono-adapters-quarkus diff --git a/adapters/base-spring/pom.xml b/adapters/base-spring/pom.xml index cf530bf58f..edb450d796 100644 --- a/adapters/base-spring/pom.xml +++ b/adapters/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-adapters org.eclipse.hono - 1.11.0-SNAPSHOT + 1.11.0 4.0.0 pom diff --git a/adapters/coap-vertx-base/pom.xml b/adapters/coap-vertx-base/pom.xml index 477e0f41a4..af53ab9e51 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.11.0-SNAPSHOT + 1.11.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 ec4cb7849c..cbbe4004f2 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.11.0-SNAPSHOT + 1.11.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 cb66f0d941..e5d5b424b7 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.11.0-SNAPSHOT + 1.11.0 hono-adapter-coap-vertx Hono CoAP Adapter (Spring) diff --git a/adapters/http-vertx-base/pom.xml b/adapters/http-vertx-base/pom.xml index a33c758e63..e37d65b19d 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.11.0-SNAPSHOT + 1.11.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 84d304dd6a..cafe0f1a0e 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.11.0-SNAPSHOT + 1.11.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 b2fb38d0c4..d7f70c516a 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.11.0-SNAPSHOT + 1.11.0 hono-adapter-http-vertx Hono HTTP Adapter (Spring) diff --git a/adapters/kura/pom.xml b/adapters/kura/pom.xml index 5f2accfce4..c20a824913 100644 --- a/adapters/kura/pom.xml +++ b/adapters/kura/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-spring ../base-spring - 1.11.0-SNAPSHOT + 1.11.0 hono-adapter-kura Hono Kura Adapter (Spring) diff --git a/adapters/lora-vertx-base/pom.xml b/adapters/lora-vertx-base/pom.xml index 79f663d1a6..239161ab7f 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.11.0-SNAPSHOT + 1.11.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 e44b9c7e3b..3aa423ab4e 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.11.0-SNAPSHOT + 1.11.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 498756cf94..7c4bf0e0ea 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.11.0-SNAPSHOT + 1.11.0 hono-adapter-lora-vertx Hono LoRa Adapter (Spring) diff --git a/adapters/mqtt-vertx-base/pom.xml b/adapters/mqtt-vertx-base/pom.xml index 9457b4d4b5..bff2c6b5e8 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.11.0-SNAPSHOT + 1.11.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 b412305cba..8ed183f4e6 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.11.0-SNAPSHOT + 1.11.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 585b5a9348..9ea60d1b9a 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.11.0-SNAPSHOT + 1.11.0 hono-adapter-mqtt-vertx Hono MQTT Adapter (Spring) diff --git a/adapters/pom.xml b/adapters/pom.xml index 0830c9ec53..dd869302a8 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/adapters/sigfox-vertx/pom.xml b/adapters/sigfox-vertx/pom.xml index a1485613f1..3a46aeeac3 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.11.0-SNAPSHOT + 1.11.0 hono-adapter-sigfox-vertx Hono Sigfox Adapter (Spring) diff --git a/bom/pom.xml b/bom/pom.xml index c2a17ce80d..a328af76f0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 8f09c69845..da29f06213 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index b4b09fb315..0a148a10e2 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.11.0-SNAPSHOT + 1.11.0 ../bom client-device-connection-infinispan diff --git a/client/pom.xml b/client/pom.xml index 4766c426b7..94e7c40cc1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 21c98eacfa..69e5ee6a7b 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-amqp-common diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index 9c824384cd..a5f4c3cd08 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 6f6bc4898f..11418bc517 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 1606f99ed9..c713297e78 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index 8db2039bd8..b510ff64f4 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index 7b9ff8e3bc..5f27e79522 100644 --- a/clients/command-amqp/pom.xml +++ b/clients/command-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index c83650843d..c43fd780d9 100644 --- a/clients/command-kafka/pom.xml +++ b/clients/command-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index 7dabbb0ab3..06454c3a0c 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-command diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index bb9185143d..44505daef0 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index 1698b4d028..fb8bf70cf9 100644 --- a/clients/notification-amqp/pom.xml +++ b/clients/notification-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index df737d6e83..7e0e9afe39 100644 --- a/clients/notification-kafka/pom.xml +++ b/clients/notification-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-notification-kafka diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index f011fd6d4a..d0d24a4c0c 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index 6c3e8f680a..24ecdf8988 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index 69545b0d89..f73e1f1cd8 100644 --- a/clients/registry-amqp/pom.xml +++ b/clients/registry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index 86573d842f..fbdaad0f73 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index 6c050795ea..a4c0abbe5a 100644 --- a/clients/telemetry-amqp/pom.xml +++ b/clients/telemetry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index 528acdd0ac..60df5435b0 100644 --- a/clients/telemetry-kafka/pom.xml +++ b/clients/telemetry-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-telemetry-kafka diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index c7f2447bc3..7aa44f75e3 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index 439768c897..9ba57faac5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 32680ed70f..003c308222 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 3df6fdb244..41b9ae1365 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.11.0-SNAPSHOT + 1.11.0 .. diff --git a/examples/pom.xml b/examples/pom.xml index e2c29b5fd4..9f723b1226 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 4b4a576b95..396a729bef 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.11.0-SNAPSHOT + 1.11.0 .. diff --git a/legal/pom.xml b/legal/pom.xml index ada941ef20..8ada18458c 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.11.0-SNAPSHOT + 1.11.0 hono-legal Legal Documents diff --git a/pom.xml b/pom.xml index 7b48266577..3ad3e25894 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 1.11.0-SNAPSHOT + 1.11.0 pom Hono diff --git a/service-base-quarkus/pom.xml b/service-base-quarkus/pom.xml index 6cbfe5a4da..7304aba014 100644 --- a/service-base-quarkus/pom.xml +++ b/service-base-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom hono-service-base-quarkus diff --git a/service-base-spring/pom.xml b/service-base-spring/pom.xml index cd29234273..a1e3592785 100644 --- a/service-base-spring/pom.xml +++ b/service-base-spring/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom hono-service-base-spring diff --git a/service-base/pom.xml b/service-base/pom.xml index c94c1c0c24..0d51d3ad4d 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index 6e5382e86f..0fe5cf8c51 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 1.11.0-SNAPSHOT + 1.11.0 .. hono-service-auth-base diff --git a/services/auth-quarkus/pom.xml b/services/auth-quarkus/pom.xml index a696d6e012..fc0aadfdf3 100644 --- a/services/auth-quarkus/pom.xml +++ b/services/auth-quarkus/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-quarkus - 1.11.0-SNAPSHOT + 1.11.0 ../base-quarkus hono-service-auth-quarkus diff --git a/services/auth/pom.xml b/services/auth/pom.xml index e981eb09db..42a557fe3c 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-spring - 1.11.0-SNAPSHOT + 1.11.0 ../base-spring hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index c20204a6e5..4fdfa5b865 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../../bom 4.0.0 diff --git a/services/base-quarkus/pom.xml b/services/base-quarkus/pom.xml index 88205ed5bc..72d061651a 100644 --- a/services/base-quarkus/pom.xml +++ b/services/base-quarkus/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.11.0-SNAPSHOT + 1.11.0 .. 4.0.0 diff --git a/services/base-spring/pom.xml b/services/base-spring/pom.xml index 3f8fa0c5e5..d28c6dd458 100644 --- a/services/base-spring/pom.xml +++ b/services/base-spring/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 1.11.0-SNAPSHOT + 1.11.0 .. 4.0.0 diff --git a/services/command-router-base/pom.xml b/services/command-router-base/pom.xml index 7d97717be3..0ca63aebc8 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.11.0-SNAPSHOT + 1.11.0 .. hono-service-command-router-base diff --git a/services/command-router-quarkus/pom.xml b/services/command-router-quarkus/pom.xml index ab0623021d..d9fbb4fe46 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.11.0-SNAPSHOT + 1.11.0 ../base-quarkus hono-service-command-router-quarkus diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index f2fadd8676..730a35ba37 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.11.0-SNAPSHOT + 1.11.0 ../base-spring hono-service-command-router diff --git a/services/device-connection/pom.xml b/services/device-connection/pom.xml index cdde5cd0e5..57656b4c3a 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.11.0-SNAPSHOT + 1.11.0 ../base-spring hono-service-device-connection diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index 45b6f72705..19336c4f19 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.11.0-SNAPSHOT + 1.11.0 4.0.0 diff --git a/services/device-registry-file/pom.xml b/services/device-registry-file/pom.xml index 70497a0c05..dcb374c4b9 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.11.0-SNAPSHOT + 1.11.0 ../base-spring 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index cea208ba3a..0964235c69 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.11.0-SNAPSHOT + 1.11.0 ../base-spring 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index d56897440c..fec61e587c 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.11.0-SNAPSHOT + 1.11.0 ../base-spring 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index ae1b666b04..3adeae25e1 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/site/documentation/tag_stable.txt b/site/documentation/tag_stable.txt index 794de9f3a7..1cac385c6c 100644 --- a/site/documentation/tag_stable.txt +++ b/site/documentation/tag_stable.txt @@ -1 +1 @@ -1.10.x +1.11.0 diff --git a/site/documentation/versions_supported.csv b/site/documentation/versions_supported.csv index e4888939ff..88dd75f2cf 100644 --- a/site/documentation/versions_supported.csv +++ b/site/documentation/versions_supported.csv @@ -11,3 +11,4 @@ MAJOR;MINOR;BRANCH_OR_TAG 1;8;1.8.x 1;9;1.9.x 1;10;1.10.x +1;11;1.11.0 diff --git a/site/pom.xml b/site/pom.xml index 3e3b5681a3..3a37ffe814 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index 3d59f93c70..711a44f36b 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.11.0-SNAPSHOT + 1.11.0 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index 7a3a0014ae..ecb2474ba2 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.11.0-SNAPSHOT + 1.11.0 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index 148dc1ffe7..9508cc8882 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.11.0-SNAPSHOT + 1.11.0 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 4a47fc7a8a..c13fa3a449 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.11.0-SNAPSHOT + 1.11.0 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index b6b7fad6d0..f2ae66a9b6 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 1.11.0-SNAPSHOT + 1.11.0 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index 1ddd723804..7452ae6076 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 1.11.0-SNAPSHOT + 1.11.0 ../bom 4.0.0