Skip to content

Commit

Permalink
2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeMortal committed Nov 27, 2019
1 parent d7591f7 commit 73cbf7a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ server.bind().join();
<dependency>
<groupId>com.nukkitx.protocol</groupId>
<artifactId>bedrock-v(VERSION)</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v291/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v313/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v332/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v340/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v354/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v361/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v388/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bedrock-parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.nukkitx.protocol</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.nukkitx.protocol</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<name>Protocol Parent</name>
<description>A protocol library for Minecraft</description>
<url>https://github.com/NukkitX/Protocol</url>
Expand Down

0 comments on commit 73cbf7a

Please sign in to comment.