Update version to 4.4.0 for release

This commit is contained in:
Dan Mulloy 2018-09-22 12:21:17 -04:00
parent 083c8e1481
commit 4713d320f8
4 changed files with 5 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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]

View File

@ -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>