summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorNathan Adams <dinnerbone@dinnerbone.com>2011-12-12 22:07:07 +0000
committerNathan Adams <dinnerbone@dinnerbone.com>2011-12-12 22:07:07 +0000
commit2c72f9f5af3a2ed7dd2982595f73d1935270efc0 (patch)
treeca840f712fd48c01f7f2a16a9578c17921b79445 /pom.xml
parente1586e017aa8082a9fe404825c012ace889ff026 (diff)
downloadcraftbukkit-2c72f9f5af3a2ed7dd2982595f73d1935270efc0.tar
craftbukkit-2c72f9f5af3a2ed7dd2982595f73d1935270efc0.tar.gz
craftbukkit-2c72f9f5af3a2ed7dd2982595f73d1935270efc0.tar.lz
craftbukkit-2c72f9f5af3a2ed7dd2982595f73d1935270efc0.tar.xz
craftbukkit-2c72f9f5af3a2ed7dd2982595f73d1935270efc0.zip
Updated version to 1.0.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 484927b0..e3d0658b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.0.1-R1</version>
+ <version>1.0.1-R2-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
<properties>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.0.1-R1</version>
+ <version>1.0.1-R2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>