Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-hono-bot committed Nov 7, 2019
1 parent b9fd0f6 commit eb0cb4e
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion adapters/amqp-vertx/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.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hono-adapter-amqp-vertx</artifactId>
<name>Hono AMQP Adapter</name>
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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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/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.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hono-adapter-kura</artifactId>
<name>Hono Kura Adapter</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 @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapters</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</parent>

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.0.1-SNAPSHOT</version>
<version>1.0.1</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.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</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.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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-bom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</parent>

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

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

<groupId>org.eclipse.hono</groupId>
<artifactId>hono-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>Hono</name>
Expand Down
2 changes: 1 addition & 1 deletion service-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.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-service-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hono-service-auth</artifactId>
<name>Hono Auth</name>
Expand Down
2 changes: 1 addition & 1 deletion services/device-connection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hono-service-device-connection</artifactId>
<name>Hono Device Connection service</name>
Expand Down
2 changes: 1 addition & 1 deletion services/device-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hono-service-device-registry</artifactId>
<name>Hono Device Registry</name>
Expand Down
2 changes: 1 addition & 1 deletion services/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.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion site/documentation/tag_stable.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
1 change: 1 addition & 0 deletions site/documentation/versions_supported.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT REMOVE THE EMPTY LINE AT THE END
MAJOR;MINOR;BRANCH_OR_TAG
1;0;1.0.0
1;0;1.0.1
2 changes: 1 addition & 1 deletion site/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.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/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.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit eb0cb4e

Please sign in to comment.