summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-04-25 00:58:32 -0400
committerEvilSeph <evilseph@gmail.com>2012-04-25 00:58:32 -0400
commitefab1e8b183086323398d2f4c268d50071c51d31 (patch)
tree318a26e4634d89449a66f3d06e543c4a849cc443 /pom.xml
parent4368b212975579c195f6a9b10641e2a011d8330b (diff)
downloadcraftbukkit-efab1e8b183086323398d2f4c268d50071c51d31.tar
craftbukkit-efab1e8b183086323398d2f4c268d50071c51d31.tar.gz
craftbukkit-efab1e8b183086323398d2f4c268d50071c51d31.tar.lz
craftbukkit-efab1e8b183086323398d2f4c268d50071c51d31.tar.xz
craftbukkit-efab1e8b183086323398d2f4c268d50071c51d31.zip
Updated version to 1.2.5-R1.3-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 40aaea06..b63dc9ac 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-R1.2</version>
+ <version>1.2.5-R1.3-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-R1.2</version>
+ <version>1.2.5-R1.3-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>