diff --git a/pom.xml b/pom.xml index 2ee0c93f03..cf5a4875b3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>org.bukkit</groupId> <artifactId>craftbukkit</artifactId> <packaging>jar</packaging> - <version>1.1-R2-SNAPSHOT</version> + <version>1.1-R2</version> <name>CraftBukkit</name> <url>http://www.bukkit.org</url> @@ -51,7 +51,7 @@ <dependency> <groupId>org.bukkit</groupId> <artifactId>bukkit</artifactId> - <version>1.1-R2-SNAPSHOT</version> + <version>1.1-R2</version> <type>jar</type> <scope>compile</scope> </dependency>