summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-11-18 22:50:41 -0500
committerEvilSeph <evilseph@gmail.com>2012-11-18 22:50:41 -0500
commitd23c97429febde4b48667abb61e21822af80233c (patch)
tree83b243cd274dc449a6f2d7ea886c6e97dff99590 /pom.xml
parent0f2913e30a8a305794bece8db8c81e5861b2e1c3 (diff)
downloadcraftbukkit-d23c97429febde4b48667abb61e21822af80233c.tar
craftbukkit-d23c97429febde4b48667abb61e21822af80233c.tar.gz
craftbukkit-d23c97429febde4b48667abb61e21822af80233c.tar.lz
craftbukkit-d23c97429febde4b48667abb61e21822af80233c.tar.xz
craftbukkit-d23c97429febde4b48667abb61e21822af80233c.zip
Updated version to 1.4.5-R0.2-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 a0f9b986..654f30c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.4.5-R0.1</version>
+ <version>1.4.5-R0.2-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.4.5-R0.1</version>
+ <version>1.4.5-R0.2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>