Skip to content

Commit 2248bd6

Browse files
committed
[maven-release-plugin] prepare release kryo-parent-5.0.0
1 parent 2e2c347 commit 2248bd6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-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.0-RC10-SNAPSHOT</version>
7+
<version>5.0.0</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.0-RC10-SNAPSHOT</version>
7+
<version>5.0.0</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.0-RC10-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
<relativePath>./pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 3 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.0-RC10-SNAPSHOT</version>
12+
<version>5.0.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Kryo Parent</name>
@@ -28,7 +28,8 @@
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-
</scm>
31+
<tag>kryo-parent-5.0.0</tag>
32+
</scm>
3233

3334
<developers>
3435
<developer>

0 commit comments

Comments
 (0)