Skip to content

Commit b69a026

Browse files
committed
[maven-release-plugin] prepare release 4.3
1 parent ed72669 commit b69a026

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.3-SNAPSHOT</version>
7+
<version>4.3</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.3-SNAPSHOT</version>
7+
<version>4.3</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.3-SNAPSHOT</version>
6+
<version>4.3</version>
77
<packaging>pom</packaging>
88

99
<name>Git Code Format Maven Plugin Parent</name>
@@ -259,7 +259,7 @@
259259
<connection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</connection>
260260
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</developerConnection>
261261
<url>https://github.com/Cosium/git-code-format-maven-plugin</url>
262-
<tag>HEAD</tag>
262+
<tag>4.3</tag>
263263
</scm>
264264

265265
<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.3-SNAPSHOT</version>
7+
<version>4.3</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)