Skip to content

Commit 81ad310

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent ddcebb9 commit 81ad310

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

formatter-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.muenchen.oss</groupId>
77
<artifactId>itm-java-codeformat-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

formatter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.muenchen.oss</groupId>
77
<artifactId>itm-java-codeformat-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>de.muenchen.oss</groupId>
66
<artifactId>itm-java-codeformat-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.10</version>
8+
<version>1.0.11-SNAPSHOT</version>
99
<name>itm-java-codeformat</name>
1010
<description>it@M java Codeformat</description>
1111
<url>https://github.com/it-at-m/itm-java-codeformat</url>
@@ -51,7 +51,7 @@
5151
<connection>scm:git:https://github.com/it-at-m/itm-java-codeformat.git</connection>
5252
<developerConnection>
5353
scm:git:https://github.com/it-at-m/itm-java-codeformat.git</developerConnection>
54-
<tag>1.0.10</tag>
54+
<tag>HEAD</tag>
5555
</scm>
5656

5757
<dependencyManagement>

0 commit comments

Comments
 (0)