From f002b93db372d3e53e3e22bc2c0439d9829bf6fc Mon Sep 17 00:00:00 2001 From: hono-bot Date: Thu, 21 Jul 2022 09:28:21 +0000 Subject: [PATCH] Release 2.0.1 --- 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/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 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/adapter-base/pom.xml b/adapter-base/pom.xml index 996c9760a7..d066a49a33 100644 --- a/adapter-base/pom.xml +++ b/adapter-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom hono-adapter-base diff --git a/adapters/amqp/pom.xml b/adapters/amqp/pom.xml index abf0af79da..a62ebbfcee 100644 --- a/adapters/amqp/pom.xml +++ b/adapters/amqp/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.1-SNAPSHOT + 2.0.1 ../parent hono-adapter-amqp diff --git a/adapters/coap/pom.xml b/adapters/coap/pom.xml index 6619d0a449..2a745ff2d3 100644 --- a/adapters/coap/pom.xml +++ b/adapters/coap/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.1-SNAPSHOT + 2.0.1 ../parent hono-adapter-coap diff --git a/adapters/http-base/pom.xml b/adapters/http-base/pom.xml index 547996c141..a7474e3176 100644 --- a/adapters/http-base/pom.xml +++ b/adapters/http-base/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters - 2.0.1-SNAPSHOT + 2.0.1 hono-adapter-http-base Hono HTTP Adapter base diff --git a/adapters/http/pom.xml b/adapters/http/pom.xml index c5b67a3cc7..9aee205978 100644 --- a/adapters/http/pom.xml +++ b/adapters/http/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.1-SNAPSHOT + 2.0.1 ../parent hono-adapter-http diff --git a/adapters/lora/pom.xml b/adapters/lora/pom.xml index 6a08239b46..4bc18207de 100644 --- a/adapters/lora/pom.xml +++ b/adapters/lora/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.1-SNAPSHOT + 2.0.1 ../parent hono-adapter-lora diff --git a/adapters/mqtt-base/pom.xml b/adapters/mqtt-base/pom.xml index 60162bb815..82276a603d 100644 --- a/adapters/mqtt-base/pom.xml +++ b/adapters/mqtt-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-adapters - 2.0.1-SNAPSHOT + 2.0.1 hono-adapter-mqtt-base Hono MQTT Adapter base diff --git a/adapters/mqtt/pom.xml b/adapters/mqtt/pom.xml index b8cbc00e97..ecacacbda0 100644 --- a/adapters/mqtt/pom.xml +++ b/adapters/mqtt/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.1-SNAPSHOT + 2.0.1 ../parent hono-adapter-mqtt diff --git a/adapters/parent/pom.xml b/adapters/parent/pom.xml index 84f171358e..f04ec2f98a 100644 --- a/adapters/parent/pom.xml +++ b/adapters/parent/pom.xml @@ -17,7 +17,7 @@ hono-adapters org.eclipse.hono - 2.0.1-SNAPSHOT + 2.0.1 4.0.0 hono-adapters-parent diff --git a/adapters/pom.xml b/adapters/pom.xml index 5e74af87bb..5295d36ad5 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom diff --git a/adapters/sigfox/pom.xml b/adapters/sigfox/pom.xml index 771fa8b82d..64b9d9a027 100644 --- a/adapters/sigfox/pom.xml +++ b/adapters/sigfox/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-adapters-parent - 2.0.1-SNAPSHOT + 2.0.1 ../parent hono-adapter-sigfox diff --git a/bom/pom.xml b/bom/pom.xml index 61395a9a11..7fc5438bed 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-parent - 2.0.1-SNAPSHOT + 2.0.1 hono-bom diff --git a/cli/pom.xml b/cli/pom.xml index 3a053415b1..3324ef378f 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom diff --git a/client-device-connection-infinispan/pom.xml b/client-device-connection-infinispan/pom.xml index 955e95cd01..938cdb2112 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.1-SNAPSHOT + 2.0.1 ../bom client-device-connection-infinispan diff --git a/clients/amqp-common/pom.xml b/clients/amqp-common/pom.xml index 57d5629d8b..06912b710f 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.1-SNAPSHOT + 2.0.1 hono-client-amqp-common diff --git a/clients/amqp-connection/pom.xml b/clients/amqp-connection/pom.xml index f29493cbda..6418fa9bd6 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.1-SNAPSHOT + 2.0.1 hono-client-amqp-connection diff --git a/clients/application-amqp/pom.xml b/clients/application-amqp/pom.xml index 742ce04a04..6a9fd646f6 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.1-SNAPSHOT + 2.0.1 hono-client-application-amqp diff --git a/clients/application-kafka/pom.xml b/clients/application-kafka/pom.xml index 9ec20419dc..b5f9bad4ff 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.1-SNAPSHOT + 2.0.1 hono-client-application-kafka diff --git a/clients/application/pom.xml b/clients/application/pom.xml index 9f209b9ef1..e0e844bff7 100644 --- a/clients/application/pom.xml +++ b/clients/application/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.1-SNAPSHOT + 2.0.1 hono-client-application diff --git a/clients/client-common/pom.xml b/clients/client-common/pom.xml index fcde846f6d..c2aea44c32 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.1-SNAPSHOT + 2.0.1 hono-client-common diff --git a/clients/command-amqp/pom.xml b/clients/command-amqp/pom.xml index ed505605c6..2ecccb460c 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.1-SNAPSHOT + 2.0.1 hono-client-command-amqp diff --git a/clients/command-kafka/pom.xml b/clients/command-kafka/pom.xml index e625671d0f..66d9556fd1 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.1-SNAPSHOT + 2.0.1 hono-client-command-kafka diff --git a/clients/command/pom.xml b/clients/command/pom.xml index 1a8f0ef3d8..ba3dc37b2b 100644 --- a/clients/command/pom.xml +++ b/clients/command/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.1-SNAPSHOT + 2.0.1 hono-client-command diff --git a/clients/device-amqp/pom.xml b/clients/device-amqp/pom.xml index a6f9eec9c4..a6e3e344da 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.1-SNAPSHOT + 2.0.1 hono-client-device-amqp diff --git a/clients/kafka-common/pom.xml b/clients/kafka-common/pom.xml index b75a1da3a1..60bc5bd52b 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.1-SNAPSHOT + 2.0.1 hono-client-kafka-common diff --git a/clients/notification-amqp/pom.xml b/clients/notification-amqp/pom.xml index 3491cb2ae7..f752f44ece 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.1-SNAPSHOT + 2.0.1 hono-client-notification-amqp diff --git a/clients/notification-kafka/pom.xml b/clients/notification-kafka/pom.xml index 9440670773..5e57953659 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.1-SNAPSHOT + 2.0.1 hono-client-notification-kafka diff --git a/clients/notification/pom.xml b/clients/notification/pom.xml index 49ffcad024..24a8545343 100644 --- a/clients/notification/pom.xml +++ b/clients/notification/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.1-SNAPSHOT + 2.0.1 hono-client-notification diff --git a/clients/pom.xml b/clients/pom.xml index 1485bd368e..2501c6c513 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom diff --git a/clients/registry-amqp/pom.xml b/clients/registry-amqp/pom.xml index 2a05163398..dd1b672aae 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.1-SNAPSHOT + 2.0.1 hono-client-registry-amqp diff --git a/clients/registry/pom.xml b/clients/registry/pom.xml index f58f3ae705..52896097a3 100644 --- a/clients/registry/pom.xml +++ b/clients/registry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.1-SNAPSHOT + 2.0.1 hono-client-registry diff --git a/clients/telemetry-amqp/pom.xml b/clients/telemetry-amqp/pom.xml index 5eeceb407a..78dc631a31 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.1-SNAPSHOT + 2.0.1 hono-client-telemetry-amqp diff --git a/clients/telemetry-kafka/pom.xml b/clients/telemetry-kafka/pom.xml index 38230207bf..d1cee989c4 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.1-SNAPSHOT + 2.0.1 hono-client-telemetry-kafka diff --git a/clients/telemetry/pom.xml b/clients/telemetry/pom.xml index 59a897d3ca..155bdfa117 100644 --- a/clients/telemetry/pom.xml +++ b/clients/telemetry/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-clients-parent - 2.0.1-SNAPSHOT + 2.0.1 hono-client-telemetry diff --git a/core/pom.xml b/core/pom.xml index f16e3d7169..113062a842 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index f738c49202..23ae2ab904 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.0.1-SNAPSHOT + 2.0.1 hono-demo-certs diff --git a/examples/hono-client-examples/pom.xml b/examples/hono-client-examples/pom.xml index 69d963df7a..5761f07b59 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.1-SNAPSHOT + 2.0.1 .. diff --git a/examples/pom.xml b/examples/pom.xml index 885ccc79c5..c1e566fceb 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom diff --git a/examples/protocol-gateway-example/pom.xml b/examples/protocol-gateway-example/pom.xml index 1041aae0ca..4238df1833 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.1-SNAPSHOT + 2.0.1 .. diff --git a/legal/pom.xml b/legal/pom.xml index 52a7f7658c..c54cf1dc35 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom hono-legal diff --git a/pom.xml b/pom.xml index 975e338270..68b8f136a3 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-parent - 2.0.1-SNAPSHOT + 2.0.1 pom Hono diff --git a/service-base/pom.xml b/service-base/pom.xml index 80fd2bdb80..a23206fdc5 100644 --- a/service-base/pom.xml +++ b/service-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom hono-service-base diff --git a/services/auth-base/pom.xml b/services/auth-base/pom.xml index c26f237957..c958d161a4 100644 --- a/services/auth-base/pom.xml +++ b/services/auth-base/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services - 2.0.1-SNAPSHOT + 2.0.1 hono-service-auth-base Hono Auth base diff --git a/services/auth/pom.xml b/services/auth/pom.xml index 57aafd7315..0314f2bea8 100644 --- a/services/auth/pom.xml +++ b/services/auth/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-services-parent - 2.0.1-SNAPSHOT + 2.0.1 ../parent hono-service-auth diff --git a/services/base-jdbc/pom.xml b/services/base-jdbc/pom.xml index 7a53205862..baf0e9f00d 100644 --- a/services/base-jdbc/pom.xml +++ b/services/base-jdbc/pom.xml @@ -17,7 +17,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../../bom 4.0.0 diff --git a/services/command-router/pom.xml b/services/command-router/pom.xml index a3c83a105a..53f9207d3c 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.1-SNAPSHOT + 2.0.1 ../parent hono-service-command-router diff --git a/services/device-registry-base/pom.xml b/services/device-registry-base/pom.xml index e4da8132b7..c86deccc52 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.1-SNAPSHOT + 2.0.1 4.0.0 diff --git a/services/device-registry-jdbc/pom.xml b/services/device-registry-jdbc/pom.xml index 5d7dc3cd1c..393dcdf5dd 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.1-SNAPSHOT + 2.0.1 ../parent 4.0.0 diff --git a/services/device-registry-mongodb/pom.xml b/services/device-registry-mongodb/pom.xml index 09b2931a03..d8df02e10a 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.1-SNAPSHOT + 2.0.1 ../parent 4.0.0 diff --git a/services/parent/pom.xml b/services/parent/pom.xml index 0c063ab0aa..be3cc969da 100644 --- a/services/parent/pom.xml +++ b/services/parent/pom.xml @@ -16,7 +16,7 @@ hono-services org.eclipse.hono - 2.0.1-SNAPSHOT + 2.0.1 4.0.0 pom diff --git a/services/pom.xml b/services/pom.xml index f13a1e352e..2e8002e495 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom diff --git a/site/pom.xml b/site/pom.xml index 6a4960af45..0e4bd0bb1f 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -18,7 +18,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom diff --git a/test-utils/adapter-base-test-utils/pom.xml b/test-utils/adapter-base-test-utils/pom.xml index 7b7bd0b55b..409ad06ce3 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.1-SNAPSHOT + 2.0.1 adapter-base-test-utils diff --git a/test-utils/client-test-utils/pom.xml b/test-utils/client-test-utils/pom.xml index 7e98b6a8f4..d5a69f6447 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.1-SNAPSHOT + 2.0.1 client-test-utils diff --git a/test-utils/core-test-utils/pom.xml b/test-utils/core-test-utils/pom.xml index 2afe95ecb0..8322dc6bd7 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.1-SNAPSHOT + 2.0.1 core-test-utils diff --git a/test-utils/kafka-test-utils/pom.xml b/test-utils/kafka-test-utils/pom.xml index 2a7d0866fb..efce9e7d0a 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.1-SNAPSHOT + 2.0.1 kafka-test-utils diff --git a/test-utils/pom.xml b/test-utils/pom.xml index d3deb8f8c9..225293fc89 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -17,7 +17,7 @@ hono-bom org.eclipse.hono - 2.0.1-SNAPSHOT + 2.0.1 ../bom test-utils diff --git a/tests/pom.xml b/tests/pom.xml index cc8340bd08..6b040b1402 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,7 @@ org.eclipse.hono hono-bom - 2.0.1-SNAPSHOT + 2.0.1 ../bom 4.0.0