Skip to content

Commit 2a77d58

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent bf40ac7 commit 2a77d58

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.emnify.sdk</groupId>
1616
<artifactId>emnify-parent</artifactId>
17-
<version>1.2.0</version>
17+
<version>1.3.0-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

emnify/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.emnify.sdk</groupId>
1212
<artifactId>emnify-parent</artifactId>
13-
<version>1.2.0</version>
13+
<version>1.3.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>emnify</artifactId>

examples/quota-management/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.emnify.sdk</groupId>
1818
<artifactId>emnify</artifactId>
19-
<version>1.2.0</version>
19+
<version>1.3.0-SNAPSHOT</version>
2020
</dependency>
2121
</dependencies>
2222

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.emnify.sdk</groupId>
1212
<artifactId>emnify-parent</artifactId>
13-
<version>1.2.0</version>
13+
<version>1.3.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<organization>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git://github.com/EMnify/emnify-sdk-java.git</connection>
3232
<developerConnection>scm:git:ssh://github.com/EMnify/emnify-sdk-java.git</developerConnection>
3333
<url>http://github.com/EMnify/emnify-sdk-java/tree/main</url>
34-
<tag>1.2.0</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<licenses>

0 commit comments

Comments
 (0)