Skip to content

Commit 8b6efdf

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1a7f910 commit 8b6efdf

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>5.4</version>
7+
<version>5.5-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>5.4</version>
7+
<version>5.5-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
@@ -9,7 +9,7 @@
99

1010
<groupId>com.cosium.code</groupId>
1111
<artifactId>git-code-format-maven-plugin-parent</artifactId>
12-
<version>5.4</version>
12+
<version>5.5-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Git Code Format Maven Plugin Parent</name>
@@ -132,7 +132,7 @@
132132
<connection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</connection>
133133
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</developerConnection>
134134
<url>https://github.com/Cosium/git-code-format-maven-plugin</url>
135-
<tag>5.4</tag>
135+
<tag>HEAD</tag>
136136
</scm>
137137

138138
<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>5.4</version>
7+
<version>5.5-SNAPSHOT</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)