Skip to content

Commit 7993436

Browse files
committed
[maven-release-plugin] prepare release kryo-parent-5.6.1
1 parent 0de506b commit 7993436

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.esotericsoftware</groupId>
66
<artifactId>kryo-parent</artifactId>
7-
<version>5.6.1-SNAPSHOT</version>
7+
<version>5.6.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

main-versioned/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.esotericsoftware</groupId>
66
<artifactId>kryo-parent</artifactId>
7-
<version>5.6.1-SNAPSHOT</version>
7+
<version>5.6.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

main/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.esotericsoftware</groupId>
66
<artifactId>kryo-parent</artifactId>
7-
<version>5.6.1-SNAPSHOT</version>
7+
<version>5.6.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.esotericsoftware</groupId>
55
<artifactId>kryo-parent</artifactId>
6-
<version>5.6.1-SNAPSHOT</version>
6+
<version>5.6.1</version>
77
<packaging>pom</packaging>
88

99
<name>Kryo Parent</name>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/EsotericSoftware/kryo</url>
2323
<connection>scm:git:[email protected]:EsotericSoftware/kryo.git</connection>
2424
<developerConnection>scm:git:[email protected]:EsotericSoftware/kryo.git</developerConnection>
25-
<tag>HEAD</tag>
25+
<tag>kryo-parent-5.6.1</tag>
2626
</scm>
2727

2828
<distributionManagement>

0 commit comments

Comments
 (0)