summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-01-25 01:12:09 -0500
committerEvilSeph <evilseph@gmail.com>2012-01-25 01:12:09 -0500
commitd01413653cebcfa6b1e6a6dc3a626ce230b89c59 (patch)
treea1755adcd950c709559a928543c7f4e0972403c7 /pom.xml
parentb987d1b052dbabfbada7b5d864cafec94bcb5ee4 (diff)
downloadcraftbukkit-d01413653cebcfa6b1e6a6dc3a626ce230b89c59.tar
craftbukkit-d01413653cebcfa6b1e6a6dc3a626ce230b89c59.tar.gz
craftbukkit-d01413653cebcfa6b1e6a6dc3a626ce230b89c59.tar.lz
craftbukkit-d01413653cebcfa6b1e6a6dc3a626ce230b89c59.tar.xz
craftbukkit-d01413653cebcfa6b1e6a6dc3a626ce230b89c59.zip
Updated versions to 1.1-R1 in pom.xml for RB.
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 08eff0ca..bbd86b1c 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-SNAPSHOT</version>
+ <version>1.1-R1</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-SNAPSHOT</version>
+ <version>1.1-R1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>