From 4a0ae833f0fcb9101ccda417b0005cfbf5eb1028 Mon Sep 17 00:00:00 2001 From: wizjany <wizjany@gmail.com> Date: Mon, 18 Nov 2013 15:30:17 -0500 Subject: [PATCH] Revert WE dependency to 5.5.8. WorldGuard didn't use any new API since then, so depending on an unstable snapshot wasn't necessary. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d85fbd9a..3a83d878 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ <dependency> <groupId>com.sk89q</groupId> <artifactId>worldedit</artifactId> - <version>5.5.9-SNAPSHOT</version> + <version>5.5.8</version> <scope>compile</scope> <type>jar</type> </dependency>