Skip to content

Commit be6b671

Browse files
author
hudson
committed
Release 0.5-M3
1 parent b9337a3 commit be6b671

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

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.5-M3-SNAPSHOT</version>
6+
<version>0.5-M3</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.5-M3-SNAPSHOT</version>
22+
<version>0.5-M3</version>
2323
<relativePath>../bom</relativePath>
2424
</parent>
2525

adapters/rest-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.5-M3-SNAPSHOT</version>
7+
<version>0.5-M3</version>
88
</parent>
99
<artifactId>hono-adapter-rest-vertx</artifactId>
1010
<name>Hono REST Adapter</name>

application/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-bom</artifactId>
6-
<version>0.5-M3-SNAPSHOT</version>
6+
<version>0.5-M3</version>
77
<relativePath>../bom</relativePath>
88
</parent>
99
<artifactId>hono-app</artifactId>

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.5-M3-SNAPSHOT</version>
22+
<version>0.5-M3</version>
2323
</parent>
2424

2525
<artifactId>hono-bom</artifactId>

client/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.5-M3-SNAPSHOT</version>
22+
<version>0.5-M3</version>
2323
<relativePath>../bom</relativePath>
2424
</parent>
2525

config/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-bom</artifactId>
6-
<version>0.5-M3-SNAPSHOT</version>
6+
<version>0.5-M3</version>
77
<relativePath>../bom</relativePath>
88
</parent>
99
<artifactId>hono-config</artifactId>

core/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-bom</artifactId>
6-
<version>0.5-M3-SNAPSHOT</version>
6+
<version>0.5-M3</version>
77
<relativePath>../bom</relativePath>
88
</parent>
99
<artifactId>hono-core</artifactId>

example/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.5-M3-SNAPSHOT</version>
22+
<version>0.5-M3</version>
2323
<relativePath>../bom</relativePath>
2424
</parent>
2525

legal/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-bom</artifactId>
6-
<version>0.5-M3-SNAPSHOT</version>
6+
<version>0.5-M3</version>
77
<relativePath>../bom</relativePath>
88
</parent>
99
<artifactId>hono-legal</artifactId>

0 commit comments

Comments
 (0)