Skip to content

Commit f011494

Browse files
author
hudson
committed
Release 0.6-M2
1 parent 97747a0 commit f011494

23 files changed

Lines changed: 23 additions & 23 deletions

File tree

adapters/http-vertx-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.hono</groupId>
66
<artifactId>hono-adapters</artifactId>
7-
<version>0.6-M2-SNAPSHOT</version>
7+
<version>0.6-M2</version>
88
</parent>
99
<artifactId>hono-adapter-http-vertx-base</artifactId>
1010
<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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.hono</groupId>
66
<artifactId>hono-adapters</artifactId>
7-
<version>0.6-M2-SNAPSHOT</version>
7+
<version>0.6-M2</version>
88
</parent>
99
<artifactId>hono-adapter-http-vertx</artifactId>
1010
<name>Hono HTTP Adapter</name>

adapters/kura/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.hono</groupId>
55
<artifactId>hono-adapters</artifactId>
6-
<version>0.6-M2-SNAPSHOT</version>
6+
<version>0.6-M2</version>
77
</parent>
88
<artifactId>hono-adapter-kura</artifactId>
99
<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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.hono</groupId>
55
<artifactId>hono-adapters</artifactId>
6-
<version>0.6-M2-SNAPSHOT</version>
6+
<version>0.6-M2</version>
77
</parent>
88
<artifactId>hono-adapter-mqtt-vertx-base</artifactId>
99
<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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.hono</groupId>
55
<artifactId>hono-adapters</artifactId>
6-
<version>0.6-M2-SNAPSHOT</version>
6+
<version>0.6-M2</version>
77
</parent>
88
<artifactId>hono-adapter-mqtt-vertx</artifactId>
99
<name>Hono MQTT Adapter</name>

adapters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.hono</groupId>
2121
<artifactId>hono-bom</artifactId>
22-
<version>0.6-M2-SNAPSHOT</version>
22+
<version>0.6-M2</version>
2323
<relativePath>../bom</relativePath>
2424
</parent>
2525

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.hono</groupId>
2121
<artifactId>hono-parent</artifactId>
22-
<version>0.6-M2-SNAPSHOT</version>
22+
<version>0.6-M2</version>
2323
</parent>
2424

2525
<artifactId>hono-bom</artifactId>

broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.hono</groupId>
66
<artifactId>hono-bom</artifactId>
7-
<version>0.6-M2-SNAPSHOT</version>
7+
<version>0.6-M2</version>
88
<relativePath>../bom</relativePath>
99
</parent>
1010

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.hono</groupId>
2222
<artifactId>hono-bom</artifactId>
23-
<version>0.6-M2-SNAPSHOT</version>
23+
<version>0.6-M2</version>
2424
<relativePath>../bom</relativePath>
2525
</parent>
2626

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.eclipse.hono</groupId>
2121
<artifactId>hono-bom</artifactId>
22-
<version>0.6-M2-SNAPSHOT</version>
22+
<version>0.6-M2</version>
2323
<relativePath>../bom</relativePath>
2424
</parent>
2525

0 commit comments

Comments
 (0)