summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-04-03 10:15:11 -0400
committerEvilSeph <evilseph@gmail.com>2012-04-03 10:15:11 -0400
commit2315fb77897f700b649971f0c66d869d9522aff7 (patch)
treee820313a6a7479513b975d2bb3a4eb717189583e /pom.xml
parent0b9b76c6792b53e5bf58092e66f306c273dbda17 (diff)
downloadcraftbukkit-2315fb77897f700b649971f0c66d869d9522aff7.tar
craftbukkit-2315fb77897f700b649971f0c66d869d9522aff7.tar.gz
craftbukkit-2315fb77897f700b649971f0c66d869d9522aff7.tar.lz
craftbukkit-2315fb77897f700b649971f0c66d869d9522aff7.tar.xz
craftbukkit-2315fb77897f700b649971f0c66d869d9522aff7.zip
Updated version to 1.2.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 7581bd78..6eb24206 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-R0.1</version>
+ <version>1.2.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.2.5-R0.1</version>
+ <version>1.2.5-R0.2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>