summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-09-28 16:34:17 -0400
committerEvilSeph <evilseph@gmail.com>2012-09-28 16:34:17 -0400
commitcb2f8244e9d6ad8861706bf4dc771ac8e5104438 (patch)
tree872a186c0b4c7a43a729c947ffed4dfc98e3d171 /pom.xml
parent9796049536f92b0fcd769c9717de147094beef75 (diff)
downloadcraftbukkit-cb2f8244e9d6ad8861706bf4dc771ac8e5104438.tar
craftbukkit-cb2f8244e9d6ad8861706bf4dc771ac8e5104438.tar.gz
craftbukkit-cb2f8244e9d6ad8861706bf4dc771ac8e5104438.tar.lz
craftbukkit-cb2f8244e9d6ad8861706bf4dc771ac8e5104438.tar.xz
craftbukkit-cb2f8244e9d6ad8861706bf4dc771ac8e5104438.zip
Updated version to 1.3.2-R1.1-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 6719c74f..d77af708 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-R1.0</version>
+ <version>1.3.2-R1.1-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-R1.0</version>
+ <version>1.3.2-R1.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>