From 9860fbaec605b28a4a472cde0868d48555dc07ca Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Thu, 7 Jul 2016 12:19:10 -0400 Subject: [PATCH] Fix API versioning --- modules/API/pom.xml | 2 +- modules/ProtocolLib/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/API/pom.xml b/modules/API/pom.xml index 8d5efe92..062b9021 100644 --- a/modules/API/pom.xml +++ b/modules/API/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib-API ProtocolLib-API - 4.1-SNAPSHOT + 4.1.0-SNAPSHOT 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 73c0a30a..135de556 100644 --- a/modules/ProtocolLib/pom.xml +++ b/modules/ProtocolLib/pom.xml @@ -222,7 +222,7 @@ com.comphenix.protocol ProtocolLib-API - 4.0-SNAPSHOT + ${project.version}