Skip to content

Commit 4713d32

Browse files
committed
Update version to 4.4.0 for release
1 parent 083c8e1 commit 4713d32

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

modules/API/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>ProtocolLib-API</artifactId>
55
<name>ProtocolLib-API</name>
6-
<version>4.4.0-SNAPSHOT</version>
6+
<version>4.4.0</version>
77

88
<description>Provides read/write access to the Minecraft protocol.</description>
99
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>

modules/ProtocolLib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>ProtocolLib</artifactId>
55
<name>ProtocolLib</name>
6-
<version>4.4.0-SNAPSHOT</version>
6+
<version>4.4.0</version>
77

88
<description>Provides read/write access to the Minecraft protocol.</description>
99
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>

modules/ProtocolLib/src/main/resources/plugin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: ProtocolLib
2-
version: ${project.fullVersion}
2+
#version: ${project.fullVersion}
3+
version: 4.4.0
34
description: Provides read/write access to the Minecraft protocol.
45
authors: [dmulloy2, comphenix]
56

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.comphenix.protocol</groupId>
55
<artifactId>ProtocolLib-Parent</artifactId>
6-
<version>4.4.0-SNAPSHOT</version>
6+
<version>4.4.0</version>
77
<name>ProtocolLib-Parent</name>
88

99
<properties>

0 commit comments

Comments
 (0)