Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 20d41c5

Browse files
committed
Bump version 2.1.3
1 parent 2b94a3c commit 20d41c5

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

account/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.thethingsnetwork</groupId>
66
<artifactId>app-sdk</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
</parent>
99
<artifactId>account</artifactId>
1010
<packaging>jar</packaging>

data/data-amqp/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.thethingsnetwork</groupId>
66
<artifactId>data</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
</parent>
99
<artifactId>data-amqp</artifactId>
1010
<packaging>jar</packaging>

data/data-common/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.thethingsnetwork</groupId>
66
<artifactId>data</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
</parent>
99
<artifactId>data-common</artifactId>
1010
<packaging>jar</packaging>

data/data-mqtt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Depend on the artifact via [Maven](http://mvnrepository.com/artifact/org.thethin
1010
<dependency>
1111
<groupId>org.thethingsnetwork</groupId>
1212
<artifactId>data-mqtt</artifactId>
13-
<version>2.1.2</version>
13+
<version>2.1.3</version>
1414
</dependency>
1515
```
1616

data/data-mqtt/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.thethingsnetwork</groupId>
66
<artifactId>data</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
</parent>
99
<artifactId>data-mqtt</artifactId>
1010
<packaging>jar</packaging>

data/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.thethingsnetwork</groupId>
66
<artifactId>app-sdk</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
</parent>
99
<artifactId>data</artifactId>
1010
<packaging>pom</packaging>

management/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.thethingsnetwork</groupId>
66
<artifactId>app-sdk</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
</parent>
99
<artifactId>management</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.thethingsnetwork</groupId>
55
<artifactId>app-sdk</artifactId>
6-
<version>2.1.2</version>
6+
<version>2.1.3</version>
77
<packaging>pom</packaging>
88

99
<modules>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.thethingsnetwork</groupId>
55
<artifactId>samples</artifactId>
6-
<version>2.1.2</version>
6+
<version>2.1.3</version>
77
<packaging>pom</packaging>
88

99
<name>The Things Network SDK Samples</name>

samples/samples-account/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.thethingsnetwork</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
</parent>
99
<artifactId>samples-account</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)