summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-01-29 13:48:50 -0500
committerEvilSeph <evilseph@gmail.com>2012-01-29 13:48:50 -0500
commit48661b636c5ed67b44ca1b0d35d252d156a97784 (patch)
tree55aaa0fa3557fc9eb4c63aff1e66bdf00de10727 /pom.xml
parent4e3aa61265a3b6170f93df348f0edb0433336f75 (diff)
downloadcraftbukkit-48661b636c5ed67b44ca1b0d35d252d156a97784.tar
craftbukkit-48661b636c5ed67b44ca1b0d35d252d156a97784.tar.gz
craftbukkit-48661b636c5ed67b44ca1b0d35d252d156a97784.tar.lz
craftbukkit-48661b636c5ed67b44ca1b0d35d252d156a97784.tar.xz
craftbukkit-48661b636c5ed67b44ca1b0d35d252d156a97784.zip
Updated version to 1.1-R3-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 cf5a4875..9fca4131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.1-R2</version>
+ <version>1.1-R3-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.1-R2</version>
+ <version>1.1-R3-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>