summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-02-13 11:31:40 -0500
committerEvilSeph <evilseph@gmail.com>2012-02-13 11:31:40 -0500
commit0419d79639e7abbb377f896c1b1fabcbf407a59a (patch)
tree5114211b9b1d6585a48b391378a96fc027e5d93d /pom.xml
parent7076ef9de64e303f97915ec3e10494adb34a803f (diff)
downloadcraftbukkit-0419d79639e7abbb377f896c1b1fabcbf407a59a.tar
craftbukkit-0419d79639e7abbb377f896c1b1fabcbf407a59a.tar.gz
craftbukkit-0419d79639e7abbb377f896c1b1fabcbf407a59a.tar.lz
craftbukkit-0419d79639e7abbb377f896c1b1fabcbf407a59a.tar.xz
craftbukkit-0419d79639e7abbb377f896c1b1fabcbf407a59a.zip
Updated version to 1.1-R4 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 aedbcbb1..753b201d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.1-R4-SNAPSHOT</version>
+ <version>1.1-R4</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-R4-SNAPSHOT</version>
+ <version>1.1-R4</version>
<type>jar</type>
<scope>compile</scope>
</dependency>