From 4713d320f84d74082db76bffc5ecc7b13febf9c1 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 22 Sep 2018 12:21:17 -0400 Subject: [PATCH] Update version to 4.4.0 for release --- modules/API/pom.xml | 2 +- modules/ProtocolLib/pom.xml | 2 +- modules/ProtocolLib/src/main/resources/plugin.yml | 3 ++- pom.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/API/pom.xml b/modules/API/pom.xml index c7061f0e..42164704 100644 --- a/modules/API/pom.xml +++ b/modules/API/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib-API ProtocolLib-API - 4.4.0-SNAPSHOT + 4.4.0 Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ diff --git a/modules/ProtocolLib/pom.xml b/modules/ProtocolLib/pom.xml index 5b35b20b..84a0dd1a 100644 --- a/modules/ProtocolLib/pom.xml +++ b/modules/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - 4.4.0-SNAPSHOT + 4.4.0 Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ diff --git a/modules/ProtocolLib/src/main/resources/plugin.yml b/modules/ProtocolLib/src/main/resources/plugin.yml index 0f3d14fa..92db9b6c 100644 --- a/modules/ProtocolLib/src/main/resources/plugin.yml +++ b/modules/ProtocolLib/src/main/resources/plugin.yml @@ -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] diff --git a/pom.xml b/pom.xml index d37f912d..af28c475 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.comphenix.protocol ProtocolLib-Parent - 4.4.0-SNAPSHOT + 4.4.0 ProtocolLib-Parent