summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-07-28 02:13:53 -0400
committerEvilSeph <evilseph@gmail.com>2012-07-28 02:13:53 -0400
commit08e2923bd4282579ca0cf7af0e6207cba0591e5c (patch)
tree96c26caff986da64cb85cf3e702870019e1534f8 /pom.xml
parent32378a7190fabb6e41b4686aab4b6b0b9d9de476 (diff)
downloadcraftbukkit-08e2923bd4282579ca0cf7af0e6207cba0591e5c.tar
craftbukkit-08e2923bd4282579ca0cf7af0e6207cba0591e5c.tar.gz
craftbukkit-08e2923bd4282579ca0cf7af0e6207cba0591e5c.tar.lz
craftbukkit-08e2923bd4282579ca0cf7af0e6207cba0591e5c.tar.xz
craftbukkit-08e2923bd4282579ca0cf7af0e6207cba0591e5c.zip
Updated version to 1.2.5-R5.1-SNAPSHOT for development towards next release.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6e4f44c8..fbb3478a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.2.5-R5.0</version>
+ <version>1.2.5-R5.1-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.2.5-R5.0</version>
+ <version>1.2.5-R5.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>