From 95bb026fa91717a8936c75cb4cdce49f44979bca Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 22 Sep 2018 17:27:53 -0400 Subject: [PATCH] Update parent pom version Can't wait to move to gradle with just one build file --- 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 42164704..6fe71f47 100644 --- a/modules/API/pom.xml +++ b/modules/API/pom.xml @@ -12,7 +12,7 @@ com.comphenix.protocol ProtocolLib-Parent - 4.4.0-SNAPSHOT + 4.4.0 ../../ diff --git a/modules/ProtocolLib/pom.xml b/modules/ProtocolLib/pom.xml index 84a0dd1a..62d7dc16 100644 --- a/modules/ProtocolLib/pom.xml +++ b/modules/ProtocolLib/pom.xml @@ -12,7 +12,7 @@ com.comphenix.protocol ProtocolLib-Parent - 4.4.0-SNAPSHOT + 4.4.0 ../../