Skip to content

Commit

Permalink
Bump version to 1.9.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-hono-bot committed May 20, 2021
1 parent 62ae171 commit aed039b
Show file tree
Hide file tree
Showing 71 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion adapter-base-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-adapter-base-quarkus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion adapter-base-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-adapter-base-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion adapter-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-adapter-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion adapters/amqp-vertx-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-amqp-vertx-base</artifactId>
<name>Hono AMQP Adapter base</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/amqp-vertx-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<relativePath>../base-quarkus</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-amqp-vertx-quarkus</artifactId>
<name>Hono AMQP Adapter (Quarkus)</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/amqp-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-spring</artifactId>
<relativePath>../base-spring</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-amqp-vertx</artifactId>
<name>Hono AMQP Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/base-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>hono-adapters</artifactId>
<groupId>org.eclipse.hono</groupId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hono-adapters-quarkus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion adapters/base-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>hono-adapters</artifactId>
<groupId>org.eclipse.hono</groupId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion adapters/coap-vertx-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-coap-vertx-base</artifactId>
<name>Hono CoAP Adapter base</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/coap-vertx-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<relativePath>../base-quarkus</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-coap-vertx-quarkus</artifactId>
<name>Hono CoAP Adapter (Quarkus)</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/coap-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-spring</artifactId>
<relativePath>../base-spring</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-coap-vertx</artifactId>
<name>Hono CoAP Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/http-vertx-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-http-vertx-base</artifactId>
<name>Hono HTTP Adapter base</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/http-vertx-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<relativePath>../base-quarkus</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-http-vertx-quarkus</artifactId>
<name>Hono HTTP Adapter (Quarkus)</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/http-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-spring</artifactId>
<relativePath>../base-spring</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-http-vertx</artifactId>
<name>Hono HTTP Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/kura/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-spring</artifactId>
<relativePath>../base-spring</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-kura</artifactId>
<name>Hono Kura Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/lora-vertx-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-lora-vertx-base</artifactId>
<name>Hono LoRa Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/lora-vertx-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<relativePath>../base-quarkus</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-lora-vertx-quarkus</artifactId>
<name>Hono Lora Adapter (Quarkus)</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/lora-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-spring</artifactId>
<relativePath>../base-spring</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-lora-vertx</artifactId>
<name>Hono LoRa Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/mqtt-vertx-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-mqtt-vertx-base</artifactId>
<name>Hono MQTT Adapter base</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/mqtt-vertx-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-quarkus</artifactId>
<relativePath>../base-quarkus</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-mqtt-vertx-quarkus</artifactId>
<name>Hono MQTT Adapter (Quarkus)</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/mqtt-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-spring</artifactId>
<relativePath>../base-spring</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-mqtt-vertx</artifactId>
<name>Hono MQTT Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adapters/sigfox-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters-spring</artifactId>
<relativePath>../base-spring</relativePath>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-adapter-sigfox-vertx</artifactId>
<name>Hono Sigfox Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>hono-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client-device-connection-infinispan-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>client-device-connection-infinispan-quarkus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-device-connection-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>client-device-connection-infinispan</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clients/adapter-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-adapter-amqp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/adapter-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-adapter-kafka</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-adapter</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/amqp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-amqp-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/application-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-application-amqp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/application-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-application-kafka</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-application</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/client-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/kafka-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-clients-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-client-kafka-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demo-certs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-parent</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>hono-demo-certs</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/hono-client-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-example</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/protocol-gateway-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-example</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit aed039b

Please sign in to comment.