summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-03-04 04:06:59 -0500
committerEvilSeph <evilseph@gmail.com>2012-03-04 04:06:59 -0500
commit3f2c31e98c523f555735dece939ac26cd2221e4b (patch)
tree8e37e4d79cda16d8bced9c3d4bb56e3d85086a6b /pom.xml
parent055384889ef3911c9207a20e4e51a3baa6a72859 (diff)
downloadcraftbukkit-3f2c31e98c523f555735dece939ac26cd2221e4b.tar
craftbukkit-3f2c31e98c523f555735dece939ac26cd2221e4b.tar.gz
craftbukkit-3f2c31e98c523f555735dece939ac26cd2221e4b.tar.lz
craftbukkit-3f2c31e98c523f555735dece939ac26cd2221e4b.tar.xz
craftbukkit-3f2c31e98c523f555735dece939ac26cd2221e4b.zip
Updated version to 1.2.3-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 f31d4824..7b1ebda8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.2.3-R0.1</version>
+ <version>1.2.3-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.2.3-R0.1</version>
+ <version>1.2.3-R0.2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>