summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-08-19 09:01:23 -0400
committerEvilSeph <evilseph@gmail.com>2012-08-19 09:01:23 -0400
commitb44fc8ed28a75db889a96ea26bafd299a10b4e8f (patch)
treeaab24d688291ab311542ee3ac6460e0d74512a4a /pom.xml
parent29ca5d1f50e740472bd56388b678b7c7a4f11e60 (diff)
downloadcraftbukkit-b44fc8ed28a75db889a96ea26bafd299a10b4e8f.tar
craftbukkit-b44fc8ed28a75db889a96ea26bafd299a10b4e8f.tar.gz
craftbukkit-b44fc8ed28a75db889a96ea26bafd299a10b4e8f.tar.lz
craftbukkit-b44fc8ed28a75db889a96ea26bafd299a10b4e8f.tar.xz
craftbukkit-b44fc8ed28a75db889a96ea26bafd299a10b4e8f.zip
Updated version to 1.3.1-R2.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 0dde07d9..a0418d69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.3.1-R2.0</version>
+ <version>1.3.1-R2.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.1-R2.0</version>
+ <version>1.3.1-R2.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>