Skip to content

Commit 9e6521c

Browse files
Release 2.1.0
1 parent 4ec765c commit 9e6521c

File tree

60 files changed

+60
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+60
-59
lines changed

adapter-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-bom</artifactId>
19-
<version>2.1.0-SNAPSHOT</version>
19+
<version>2.1.0</version>
2020
<relativePath>../bom</relativePath>
2121
</parent>
2222
<artifactId>hono-adapter-base</artifactId>

adapters/amqp/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-parent</artifactId>
20-
<version>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</version>
2121
<relativePath>../parent</relativePath>
2222
</parent>
2323
<artifactId>hono-adapter-amqp</artifactId>

adapters/coap/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-parent</artifactId>
20-
<version>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</version>
2121
<relativePath>../parent</relativePath>
2222
</parent>
2323
<artifactId>hono-adapter-coap</artifactId>

adapters/http-base/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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</version>
2121
</parent>
2222
<artifactId>hono-adapter-http-base</artifactId>
2323
<name>Hono HTTP Adapter base</name>

adapters/http/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-parent</artifactId>
20-
<version>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</version>
2121
<relativePath>../parent</relativePath>
2222
</parent>
2323
<artifactId>hono-adapter-http</artifactId>

adapters/lora/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-parent</artifactId>
20-
<version>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</version>
2121
<relativePath>../parent</relativePath>
2222
</parent>
2323
<artifactId>hono-adapter-lora</artifactId>

adapters/mqtt-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>2.1.0-SNAPSHOT</version>
19+
<version>2.1.0</version>
2020
</parent>
2121
<artifactId>hono-adapter-mqtt-base</artifactId>
2222
<name>Hono MQTT Adapter base</name>

adapters/mqtt/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-adapters-parent</artifactId>
21-
<version>2.1.0-SNAPSHOT</version>
21+
<version>2.1.0</version>
2222
<relativePath>../parent</relativePath>
2323
</parent>
2424
<artifactId>hono-adapter-mqtt</artifactId>

adapters/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>hono-adapters</artifactId>
1919
<groupId>org.eclipse.hono</groupId>
20-
<version>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</version>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>
2323
<artifactId>hono-adapters-parent</artifactId>

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>2.1.0-SNAPSHOT</version>
21+
<version>2.1.0</version>
2222
<relativePath>../bom</relativePath>
2323
</parent>
2424

0 commit comments

Comments
 (0)