Skip to content

Commit 4060d0b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d2963a8 commit 4060d0b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<connection>scm:git:git://github.com/EMnify/emnify-sdk-java.git</connection>
1010
<developerConnection>scm:git:ssh://github.com/EMnify/emnify-sdk-java.git</developerConnection>
1111
<url>http://github.com/EMnify/emnify-sdk-java/tree/main</url>
12-
<tag>1.1.0</tag>
12+
<tag>HEAD</tag>
1313
</scm>
1414
<parent>
1515
<groupId>com.emnify.sdk</groupId>
1616
<artifactId>emnify-parent</artifactId>
17-
<version>1.1.0</version>
17+
<version>1.2.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.1.0</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>emnify</artifactId>

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.1.0</version>
13+
<version>1.2.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.1.0</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<licenses>

0 commit comments

Comments
 (0)