Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kryo-parent-5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Jan 8, 2024
1 parent 726fabe commit 8c112cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion main-versioned/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.6.0</version>
<packaging>pom</packaging>

<name>Kryo Parent</name>
Expand All @@ -22,7 +22,7 @@
<url>https://github.com/EsotericSoftware/kryo</url>
<connection>scm:git:git@github.com:EsotericSoftware/kryo.git</connection>
<developerConnection>scm:git:git@github.com:EsotericSoftware/kryo.git</developerConnection>
<tag>HEAD</tag>
<tag>kryo-parent-5.6.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 8c112cc

Please sign in to comment.