Skip to content

Commit

Permalink
Update version to 4.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulloy2 committed Sep 22, 2018
1 parent 083c8e1 commit 4713d32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ProtocolLib-API</artifactId>
<name>ProtocolLib-API</name>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>

<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
Expand Down
2 changes: 1 addition & 1 deletion modules/ProtocolLib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>

<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
Expand Down
3 changes: 2 additions & 1 deletion modules/ProtocolLib/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: ProtocolLib
version: ${project.fullVersion}
#version: ${project.fullVersion}
version: 4.4.0
description: Provides read/write access to the Minecraft protocol.
authors: [dmulloy2, comphenix]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib-Parent</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<name>ProtocolLib-Parent</name>

<properties>
Expand Down

0 comments on commit 4713d32

Please sign in to comment.