Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kryo-parent-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magro committed Mar 20, 2018
1 parent 39f0e8b commit d390da9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom-main.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>./pom.xml</relativePath>
</parent>
<artifactId>kryo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom-shaded.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>./pom.xml</relativePath>
</parent>
<artifactId>kryo-shaded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<packaging>pom</packaging>
<name>Kryo Parent</name>
<description>Fast, efficient Java serialization. This is the parent pom that assembles the main kryo and shaded kryo artifacts.</description>
Expand Down

0 comments on commit d390da9

Please sign in to comment.