Skip to content

Commit

Permalink
Release 0.5-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson committed Jan 31, 2017
1 parent b9337a3 commit be6b671
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion adapters/mqtt-vertx/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-adapters</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adapters/rest-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>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
</parent>
<artifactId>hono-adapter-rest-vertx</artifactId>
<name>Hono REST Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion application/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-bom</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/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-parent</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion config/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-bom</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/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-bom</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/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>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</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 @@ -16,7 +16,7 @@

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

<name>Hono</name>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
<relativePath>../bom</relativePath>
</parent>
<artifactId>hono-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>0.5-M3-SNAPSHOT</version>
<version>0.5-M3</version>
<relativePath>../bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit be6b671

Please sign in to comment.