Skip to content

Commit 8914e73

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3b9ad5d commit 8914e73

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cosium.code</groupId>
66
<artifactId>git-code-format-maven-plugin-parent</artifactId>
7-
<version>4.1</version>
7+
<version>4.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>git-code-format-maven-plugin</artifactId>

google-java-format/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cosium.code</groupId>
66
<artifactId>git-code-format-maven-plugin-parent</artifactId>
7-
<version>4.1</version>
7+
<version>4.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>google-java-format</artifactId>

pom.xml

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

44
<groupId>com.cosium.code</groupId>
55
<artifactId>git-code-format-maven-plugin-parent</artifactId>
6-
<version>4.1</version>
6+
<version>4.2-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>Git Code Format Maven Plugin Parent</name>
@@ -245,7 +245,7 @@
245245
<connection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</connection>
246246
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</developerConnection>
247247
<url>https://github.com/Cosium/git-code-format-maven-plugin</url>
248-
<tag>git-code-format-maven-plugin-parent-4.1</tag>
248+
<tag>HEAD</tag>
249249
</scm>
250250

251251
<organization>

spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.cosium.code</groupId>
66
<artifactId>git-code-format-maven-plugin-parent</artifactId>
7-
<version>4.1</version>
7+
<version>4.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>git-code-format-maven-plugin-spi</artifactId>

0 commit comments

Comments
 (0)