Skip to content

Commit

Permalink
Bump to 2.5.0-SNAPSHOT due to major changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeMortal committed Feb 14, 2020
1 parent 81ef1b3 commit 6c4e815
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ server.bind().join();
<dependency>
<groupId>com.nukkitx.protocol</groupId>
<artifactId>bedrock-v(VERSION)</artifactId>
<version>2.4.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bedrock/bedrock-v389/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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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 6c4e815

Please sign in to comment.