From f3f87006cb57f81e18119c828c564c0b8c707325 Mon Sep 17 00:00:00 2001 From: hono-bot Date: Wed, 17 Jan 2024 19:17:23 +0000 Subject: [PATCH] Bump version to 2.6.0-SNAPSHOT --- 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-pubsub/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-pubsub/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 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 47bf4e7a1c..68b654d852 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom hono-adapter-base diff --git a/adapters/amqp/pom.xml b/adapters/amqp/pom.xml index a8bb23499e..cc28e4b284 100644 --- a/adapters/amqp/pom.xml +++ b/adapters/amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-adapter-amqp diff --git a/adapters/coap/pom.xml b/adapters/coap/pom.xml index fc71268d4a..d62b2cf6bd 100644 --- a/adapters/coap/pom.xml +++ b/adapters/coap/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-adapter-coap diff --git a/adapters/http-base/pom.xml b/adapters/http-base/pom.xml index f9e6210d8e..042680b0b3 100644 --- a/adapters/http-base/pom.xml +++ b/adapters/http-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 2.5.0 + 2.6.0-SNAPSHOT hono-adapter-http-base Hono HTTP Adapter base diff --git a/adapters/http/pom.xml b/adapters/http/pom.xml index 2c463052d1..e8bdbbf819 100644 --- a/adapters/http/pom.xml +++ b/adapters/http/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-adapter-http diff --git a/adapters/lora/pom.xml b/adapters/lora/pom.xml index 308814df1e..a528a0a6df 100644 --- a/adapters/lora/pom.xml +++ b/adapters/lora/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-adapter-lora diff --git a/adapters/mqtt-base/pom.xml b/adapters/mqtt-base/pom.xml index 36c48b837f..308ad63a4b 100644 --- a/adapters/mqtt-base/pom.xml +++ b/adapters/mqtt-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-adapters - 2.5.0 + 2.6.0-SNAPSHOT hono-adapter-mqtt-base Hono MQTT Adapter base diff --git a/adapters/mqtt/pom.xml b/adapters/mqtt/pom.xml index bcc0f6b6f5..d842eee556 100644 --- a/adapters/mqtt/pom.xml +++ b/adapters/mqtt/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-adapter-mqtt diff --git a/adapters/parent/pom.xml b/adapters/parent/pom.xml index 20c6725eb8..55d9b8fd7b 100644 --- a/adapters/parent/pom.xml +++ b/adapters/parent/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 2.5.0 + 2.6.0-SNAPSHOT 4.0.0 hono-adapters-parent diff --git a/adapters/pom.xml b/adapters/pom.xml index 3dedf51da0..9d49bea6c4 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom diff --git a/adapters/sigfox/pom.xml b/adapters/sigfox/pom.xml index e51e616e6c..445d58b304 100644 --- a/adapters/sigfox/pom.xml +++ b/adapters/sigfox/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-adapter-sigfox diff --git a/bom/pom.xml b/bom/pom.xml index 807e8a4b2c..919647b523 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 60aacef95a..f204f844de 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 253661da0e..b24f28db0b 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.5.0 + 2.6.0-SNAPSHOT ../bom client-device-connection-infinispan diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 771b42fb64..47a9d4077e 100644 --- a/clients/amqp-common/pom.xml +++ b/clients/amqp-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-amqp-common diff --git a/clients/amqp-connection/pom.xml b/clients/amqp-connection/pom.xml index b9cf9b1973..3fecdddbff 100644 --- a/clients/amqp-connection/pom.xml +++ b/clients/amqp-connection/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-amqp-connection diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index 7ecbca092d..aa81e84385 100644 --- a/clients/application-amqp/pom.xml +++ b/clients/application-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index ff64d3b347..cee842f150 100644 --- a/clients/application-kafka/pom.xml +++ b/clients/application-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 16ffb530c6..3ca95dc1b6 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index f467528df8..7a9e3c3099 100644 --- a/clients/client-common/pom.xml +++ b/clients/client-common/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index 8309f25eb1..a6a41f9893 100644 --- a/clients/command-amqp/pom.xml +++ b/clients/command-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index 966c440baa..e5dae935bc 100644 --- a/clients/command-kafka/pom.xml +++ b/clients/command-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-command-kafka diff --git a/clients/command-pubsub/pom.xml b/clients/command-pubsub/pom.xml index 4d75dafbcc..172bf5aedf 100644 --- a/clients/command-pubsub/pom.xml +++ b/clients/command-pubsub/pom.xml @@ -7,7 +7,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-command-pubsub diff --git a/clients/command/pom.xml b/clients/command/pom.xml index c04a11ec1d..3015a5af18 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-command diff --git a/clients/device-amqp/pom.xml b/clients/device-amqp/pom.xml index 97cb25b1be..1e5520bea1 100644 --- a/clients/device-amqp/pom.xml +++ b/clients/device-amqp/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-device-amqp diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index 215df87376..d2f6104e83 100644 --- a/clients/kafka-common/pom.xml +++ b/clients/kafka-common/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index 9b5cbc81af..627147da0d 100644 --- a/clients/notification-amqp/pom.xml +++ b/clients/notification-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index 084d79c779..ebf63bc506 100644 --- a/clients/notification-kafka/pom.xml +++ b/clients/notification-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-notification-kafka diff --git a/clients/notification-pubsub/pom.xml b/clients/notification-pubsub/pom.xml index 02eb67638f..65c8b7c5a8 100644 --- a/clients/notification-pubsub/pom.xml +++ b/clients/notification-pubsub/pom.xml @@ -6,7 +6,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-notification-pubsub diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index 3b3be4e68e..76818a7b15 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index f7b11b121b..639eef5b5c 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom diff --git a/clients/pubsub-common/pom.xml b/clients/pubsub-common/pom.xml index 2141d78adf..d8e223d10c 100644 --- a/clients/pubsub-common/pom.xml +++ b/clients/pubsub-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-pubsub-common diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index 0f9297a1ae..4577a2aad4 100644 --- a/clients/registry-amqp/pom.xml +++ b/clients/registry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index c3c6f20133..1d9931b756 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index c8ad101806..e535c37e46 100644 --- a/clients/telemetry-amqp/pom.xml +++ b/clients/telemetry-amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index eb2a2ca608..4c5ba1cb4c 100644 --- a/clients/telemetry-kafka/pom.xml +++ b/clients/telemetry-kafka/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-telemetry-kafka diff --git a/clients/telemetry-pubsub/pom.xml b/clients/telemetry-pubsub/pom.xml index 84a997e613..4aca52754c 100644 --- a/clients/telemetry-pubsub/pom.xml +++ b/clients/telemetry-pubsub/pom.xml @@ -5,7 +5,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-telemetry-pubsub diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index cde253996b..5f30a84856 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index bbed7a0e43..e4ea21b94e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index c502c9ffd1..dbb06a4753 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.5.0 + 2.6.0-SNAPSHOT hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index cee0a55484..f0a863860c 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.5.0 + 2.6.0-SNAPSHOT .. diff --git a/examples/pom.xml b/examples/pom.xml index 93bc97f332..17b71071d7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index d931a27c93..90c9e3fd14 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.5.0 + 2.6.0-SNAPSHOT .. diff --git a/legal/pom.xml b/legal/pom.xml index 007e4ccb02..e63395f18f 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom hono-legal diff --git a/pom.xml b/pom.xml index 63e535099b..fdcafbacd4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.5.0 + 2.6.0-SNAPSHOT pom Hono diff --git a/service-base/pom.xml b/service-base/pom.xml index 8f374984e4..a6e28e9fc3 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index c3edbedead..a0fc4c5810 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 2.5.0 + 2.6.0-SNAPSHOT hono-service-auth-base Hono Auth base diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 173cd0a737..1c669f12c6 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index 55818ef5ea..fd8d76f8bb 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../../bom 4.0.0 diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index 5faecad500..aeaa5a4738 100644 --- a/services/command-router/pom.xml +++ b/services/command-router/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-parent - 2.5.0 + 2.6.0-SNAPSHOT ../parent hono-service-command-router diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index d57bf3b054..c593b2b166 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.5.0 + 2.6.0-SNAPSHOT 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index d1586bd8f8..fc6d2c64a7 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.5.0 + 2.6.0-SNAPSHOT ../parent 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index d09d4ca880..4cab2d457b 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.5.0 + 2.6.0-SNAPSHOT ../parent 4.0.0 diff --git a/services/parent/pom.xml b/services/parent/pom.xml index 5cefd7451c..fe89d3e1c8 100644 --- a/services/parent/pom.xml +++ b/services/parent/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 2.5.0 + 2.6.0-SNAPSHOT 4.0.0 pom diff --git a/services/pom.xml b/services/pom.xml index 64a8f57e5c..416fc18f64 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom diff --git a/site/pom.xml b/site/pom.xml index b85ad6e48f..276fc6aca8 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index 78ecccfe9d..f8ee3f94df 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.5.0 + 2.6.0-SNAPSHOT adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index dd504c0450..53466d3322 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.5.0 + 2.6.0-SNAPSHOT client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index b67c41c804..c048de38fd 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.5.0 + 2.6.0-SNAPSHOT core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 4b9b1b7c50..73b60c10cd 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.5.0 + 2.6.0-SNAPSHOT kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 353079a2b0..ec9d898ea0 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 2.5.0 + 2.6.0-SNAPSHOT ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index f892ecfc6f..b7466c33bc 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.5.0 + 2.6.0-SNAPSHOT ../bom 4.0.0