Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ocraft committed Jan 20, 2024
1 parent 36d4a17 commit de8e468
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ocraft-s2client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ocraft-s2client</artifactId>
<groupId>com.github.ocraft</groupId>
<version>0.4.19-SNAPSHOT</version>
<version>0.4.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ocraft-s2client-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ocraft-s2client</artifactId>
<groupId>com.github.ocraft</groupId>
<version>0.4.19-SNAPSHOT</version>
<version>0.4.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ocraft-s2client-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ocraft-s2client</artifactId>
<groupId>com.github.ocraft</groupId>
<version>0.4.19-SNAPSHOT</version>
<version>0.4.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ocraft-s2client-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ocraft-s2client</artifactId>
<groupId>com.github.ocraft</groupId>
<version>0.4.19-SNAPSHOT</version>
<version>0.4.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ocraft-s2client-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ocraft-s2client</artifactId>
<groupId>com.github.ocraft</groupId>
<version>0.4.19-SNAPSHOT</version>
<version>0.4.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ocraft-s2client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ocraft-s2client</artifactId>
<groupId>com.github.ocraft</groupId>
<version>0.4.19-SNAPSHOT</version>
<version>0.4.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.ocraft</groupId>
<artifactId>ocraft-s2client</artifactId>
<packaging>pom</packaging>
<version>0.4.19-SNAPSHOT</version>
<version>0.4.19</version>

<modules>
<module>ocraft-s2client-test</module>
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:https://github.com/ocraft/ocraft-s2client.git</connection>
<url>https://github.com/ocraft/ocraft-s2client</url>
<developerConnection>scm:git:https://github.com/ocraft/ocraft-s2client.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.4.19</tag>
</scm>

<properties>
Expand Down

0 comments on commit de8e468

Please sign in to comment.