Skip to content

Commit 0ea6380

Browse files
Release 0.7
1 parent 06cdc96 commit 0ea6380

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

adapters/amqp-vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.hono</groupId>
1919
<artifactId>hono-adapters</artifactId>
20-
<version>0.7-SNAPSHOT</version>
20+
<version>0.7</version>
2121
</parent>
2222
<artifactId>hono-adapter-amqp-vertx</artifactId>
2323
<name>Hono AMQP Adapter</name>

adapters/http-vertx-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.hono</groupId>
1818
<artifactId>hono-adapters</artifactId>
19-
<version>0.7-SNAPSHOT</version>
19+
<version>0.7</version>
2020
</parent>
2121
<artifactId>hono-adapter-http-vertx-base</artifactId>
2222
<name>Hono HTTP Adapter base</name>

adapters/http-vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.hono</groupId>
1818
<artifactId>hono-adapters</artifactId>
19-
<version>0.7-SNAPSHOT</version>
19+
<version>0.7</version>
2020
</parent>
2121
<artifactId>hono-adapter-http-vertx</artifactId>
2222
<name>Hono HTTP Adapter</name>

adapters/kura/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.eclipse.hono</groupId>
1717
<artifactId>hono-adapters</artifactId>
18-
<version>0.7-SNAPSHOT</version>
18+
<version>0.7</version>
1919
</parent>
2020
<artifactId>hono-adapter-kura</artifactId>
2121
<name>Hono Kura Adapter</name>

adapters/mqtt-vertx-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.eclipse.hono</groupId>
1717
<artifactId>hono-adapters</artifactId>
18-
<version>0.7-SNAPSHOT</version>
18+
<version>0.7</version>
1919
</parent>
2020
<artifactId>hono-adapter-mqtt-vertx-base</artifactId>
2121
<name>Hono MQTT Adapter base</name>

adapters/mqtt-vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.eclipse.hono</groupId>
1717
<artifactId>hono-adapters</artifactId>
18-
<version>0.7-SNAPSHOT</version>
18+
<version>0.7</version>
1919
</parent>
2020
<artifactId>hono-adapter-mqtt-vertx</artifactId>
2121
<name>Hono MQTT Adapter</name>

adapters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.eclipse.hono</groupId>
2020
<artifactId>hono-bom</artifactId>
21-
<version>0.7-SNAPSHOT</version>
21+
<version>0.7</version>
2222
<relativePath>../bom</relativePath>
2323
</parent>
2424

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.eclipse.hono</groupId>
2020
<artifactId>hono-parent</artifactId>
21-
<version>0.7-SNAPSHOT</version>
21+
<version>0.7</version>
2222
</parent>
2323

2424
<artifactId>hono-bom</artifactId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.eclipse.hono</groupId>
2020
<artifactId>hono-bom</artifactId>
21-
<version>0.7-SNAPSHOT</version>
21+
<version>0.7</version>
2222
<relativePath>../bom</relativePath>
2323
</parent>
2424

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.eclipse.hono</groupId>
2020
<artifactId>hono-bom</artifactId>
21-
<version>0.7-SNAPSHOT</version>
21+
<version>0.7</version>
2222
<relativePath>../bom</relativePath>
2323
</parent>
2424

0 commit comments

Comments
 (0)