Skip to content

Commit 4f212fc

Browse files
committed
[maven-release-plugin] prepare release kryo-parent-5.0.1
1 parent 816cfcd commit 4f212fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmarks/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.esotericsoftware</groupId>
66
<artifactId>kryo-parent</artifactId>
7-
<version>5.0.1-SNAPSHOT</version>
7+
<version>5.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom-main.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
7+
<version>5.0.1</version>
88
<relativePath>./pom.xml</relativePath>
99
</parent>
1010

pom-versioned.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
7+
<version>5.0.1</version>
88
<relativePath>./pom.xml</relativePath>
99
</parent>
1010

pom.xml

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

1010
<groupId>com.esotericsoftware</groupId>
1111
<artifactId>kryo-parent</artifactId>
12-
<version>5.0.1-SNAPSHOT</version>
12+
<version>5.0.1</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Kryo Parent</name>
@@ -28,7 +28,7 @@
2828
<url>https://github.com/EsotericSoftware/kryo</url>
2929
<connection>scm:git:[email protected]:EsotericSoftware/kryo.git</connection>
3030
<developerConnection>scm:git:[email protected]:EsotericSoftware/kryo.git</developerConnection>
31-
<tag>HEAD</tag>
31+
<tag>kryo-parent-5.0.1</tag>
3232
</scm>
3333

3434
<developers>

0 commit comments

Comments
 (0)