summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-10-31 20:51:53 -0400
committerEvilSeph <evilseph@gmail.com>2012-10-31 20:51:53 -0400
commit1fb3164a9651d556de8fecce04e267772bc75341 (patch)
treea55b2d7a991da3822f078c5c1f36ac73cb38ac40 /pom.xml
parentb9486da5c46bbc11f2bad29187e21d47d118b978 (diff)
downloadcraftbukkit-1fb3164a9651d556de8fecce04e267772bc75341.tar
craftbukkit-1fb3164a9651d556de8fecce04e267772bc75341.tar.gz
craftbukkit-1fb3164a9651d556de8fecce04e267772bc75341.tar.lz
craftbukkit-1fb3164a9651d556de8fecce04e267772bc75341.tar.xz
craftbukkit-1fb3164a9651d556de8fecce04e267772bc75341.zip
Updated version to 1.4.2-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 dbe2bf6a..9355042c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.4.2-R0.1</version>
+ <version>1.4.2-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.2-R0.1</version>
+ <version>1.4.2-R0.2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>