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

Commit

Permalink
Bump version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Mar 20, 2019
1 parent 2b94a3c commit 20d41c5
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion account/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>app-sdk</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>account</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion data/data-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>data-amqp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion data/data-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>data-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion data/data-mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Depend on the artifact via [Maven](http://mvnrepository.com/artifact/org.thethin
<dependency>
<groupId>org.thethingsnetwork</groupId>
<artifactId>data-mqtt</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion data/data-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>data-mqtt</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>app-sdk</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>data</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>app-sdk</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>management</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.thethingsnetwork</groupId>
<artifactId>app-sdk</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.thethingsnetwork</groupId>
<artifactId>samples</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<packaging>pom</packaging>

<name>The Things Network SDK Samples</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/samples-account/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>samples</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>samples-account</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/samples-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>samples</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>samples-amqp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/samples-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>samples</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>samples-management</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/samples-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thethingsnetwork</groupId>
<artifactId>samples</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>
<artifactId>samples-mqtt</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 20d41c5

Please sign in to comment.