From c77d831c89fe9543911cdc0a6e13c6c0aed611f0 Mon Sep 17 00:00:00 2001 From: Pim van der Loos <pimvanderloos@gmail.com> Date: Mon, 23 Nov 2020 11:28:20 +0100 Subject: [PATCH] Bump version to 3.0 --- pom.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 28e4bdf..25324cd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>nl.pim16aap2</groupId> <artifactId>ArmoredElytra</artifactId> - <version>2.4.14</version> + <version>3.0</version> <repositories> <repository> @@ -49,16 +49,6 @@ <version>1.5</version> <scope>compile</scope> </dependency> - - <!-- - <dependency> - <groupId>com.github.Arnuh</groupId> - <artifactId>ArmorEquipEvent</artifactId> - <version>39fadc1393</version> - <scope>compile</scope> - </dependency> - --> - </dependencies> <build>