Skip to content

Commit 0fd9148

Browse files
committed
[maven-release-plugin] prepare release v0.4.13
1 parent ffab6ba commit 0fd9148

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

ocraft-s2client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.4.13-SNAPSHOT</version>
6+
<version>0.4.13</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.4.13-SNAPSHOT</version>
6+
<version>0.4.13</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-bot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.4.13-SNAPSHOT</version>
6+
<version>0.4.13</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.4.13-SNAPSHOT</version>
6+
<version>0.4.13</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.4.13-SNAPSHOT</version>
6+
<version>0.4.13</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

ocraft-s2client-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>ocraft-s2client</artifactId>
55
<groupId>com.github.ocraft</groupId>
6-
<version>0.4.13-SNAPSHOT</version>
6+
<version>0.4.13</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.ocraft</groupId>
77
<artifactId>ocraft-s2client</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.4.13-SNAPSHOT</version>
9+
<version>0.4.13</version>
1010

1111
<modules>
1212
<module>ocraft-s2client-test</module>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:https://github.com/ocraft/ocraft-s2client.git</connection>
5858
<url>https://github.com/ocraft/ocraft-s2client</url>
5959
<developerConnection>scm:git:https://github.com/ocraft/ocraft-s2client.git</developerConnection>
60-
<tag>v0.4.12</tag>
60+
<tag>v0.4.13</tag>
6161
</scm>
6262

6363
<properties>

0 commit comments

Comments
 (0)