summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-08-25 04:02:20 -0400
committerEvilSeph <evilseph@gmail.com>2012-08-25 04:02:20 -0400
commitbedc2f0357c16b736d307a9e73385a37cf08a04f (patch)
treef211d7c75a39138bba23c0f00e99d12bf7f6ec2f /pom.xml
parent4b840c968698993675f80e106b75e4e001f20326 (diff)
downloadcraftbukkit-bedc2f0357c16b736d307a9e73385a37cf08a04f.tar
craftbukkit-bedc2f0357c16b736d307a9e73385a37cf08a04f.tar.gz
craftbukkit-bedc2f0357c16b736d307a9e73385a37cf08a04f.tar.lz
craftbukkit-bedc2f0357c16b736d307a9e73385a37cf08a04f.tar.xz
craftbukkit-bedc2f0357c16b736d307a9e73385a37cf08a04f.zip
Updated version to 1.3.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 43681e7a..76bddeea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.3.2-R0.1</version>
+ <version>1.3.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.3.2-R0.1</version>
+ <version>1.3.2-R0.2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>