summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-01-25 04:40:11 -0500
committerEvilSeph <evilseph@gmail.com>2012-01-25 04:40:11 -0500
commit5451788eb9968ed210e021e5400f49c95ae4b845 (patch)
tree4c5f1519807f74463880a0bb71c5f385a5f06ecb /pom.xml
parentd01413653cebcfa6b1e6a6dc3a626ce230b89c59 (diff)
downloadcraftbukkit-5451788eb9968ed210e021e5400f49c95ae4b845.tar
craftbukkit-5451788eb9968ed210e021e5400f49c95ae4b845.tar.gz
craftbukkit-5451788eb9968ed210e021e5400f49c95ae4b845.tar.lz
craftbukkit-5451788eb9968ed210e021e5400f49c95ae4b845.tar.xz
craftbukkit-5451788eb9968ed210e021e5400f49c95ae4b845.zip
Updated version to 1.1-R2-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 bbd86b1c..41ae5ba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.1-R1</version>
+ <version>1.1-R2-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-R1</version>
+ <version>1.1-R2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>