Skip to content

Commit 3622028

Browse files
committed
[maven-release-plugin] prepare release kryo-parent-4.0.3
1 parent 1f0b35e commit 3622028

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom-main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.esotericsoftware</groupId>
55
<artifactId>kryo-parent</artifactId>
6-
<version>4.0.3-SNAPSHOT</version>
6+
<version>4.0.3</version>
77
<relativePath>./pom.xml</relativePath>
88
</parent>
99
<artifactId>kryo</artifactId>

pom-shaded.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.esotericsoftware</groupId>
55
<artifactId>kryo-parent</artifactId>
6-
<version>4.0.3-SNAPSHOT</version>
6+
<version>4.0.3</version>
77
<relativePath>./pom.xml</relativePath>
88
</parent>
99
<artifactId>kryo-shaded</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>com.esotericsoftware</groupId>
99
<artifactId>kryo-parent</artifactId>
10-
<version>4.0.3-SNAPSHOT</version>
10+
<version>4.0.3</version>
1111
<packaging>pom</packaging>
1212
<name>Kryo Parent</name>
1313
<description>Fast, efficient Java serialization. This is the parent pom that assembles the main kryo and shaded kryo artifacts.</description>

0 commit comments

Comments
 (0)