summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorNathan Adams <dinnerbone@dinnerbone.com>2012-01-12 19:10:04 +0000
committerNathan Adams <dinnerbone@dinnerbone.com>2012-01-12 19:10:04 +0000
commitdd5ef8725c699e0b2946dc0f6d523ca482404043 (patch)
tree23eb24693e7f4dd1b5649ed95db1b18c7d3cffbe /pom.xml
parent7d0e739f96d51197e8f7dd5acd7b950b2f598670 (diff)
downloadcraftbukkit-dd5ef8725c699e0b2946dc0f6d523ca482404043.tar
craftbukkit-dd5ef8725c699e0b2946dc0f6d523ca482404043.tar.gz
craftbukkit-dd5ef8725c699e0b2946dc0f6d523ca482404043.tar.lz
craftbukkit-dd5ef8725c699e0b2946dc0f6d523ca482404043.tar.xz
craftbukkit-dd5ef8725c699e0b2946dc0f6d523ca482404043.zip
Bumped verison to 1.1-R1-SNAPSHOT
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 a3918ba8..197fd47b 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-R2-SNAPSHOT</version>
+ <version>1.1-R1-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
<properties>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.0.1-R2-SNAPSHOT</version>
+ <version>1.1-R1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>