summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorNathan Adams <dinnerbone@dinnerbone.com>2012-03-01 10:54:21 +0000
committerNathan Adams <dinnerbone@dinnerbone.com>2012-03-01 10:54:21 +0000
commitfb668b428be81b1126b198c7db6f36b6bcf1eb0e (patch)
tree080d250dc61e326040e7ea6eea7791b028524795 /pom.xml
parenta53afd313e1eb16c3938c22816033745d1dcc4bc (diff)
downloadcraftbukkit-fb668b428be81b1126b198c7db6f36b6bcf1eb0e.tar
craftbukkit-fb668b428be81b1126b198c7db6f36b6bcf1eb0e.tar.gz
craftbukkit-fb668b428be81b1126b198c7db6f36b6bcf1eb0e.tar.lz
craftbukkit-fb668b428be81b1126b198c7db6f36b6bcf1eb0e.tar.xz
craftbukkit-fb668b428be81b1126b198c7db6f36b6bcf1eb0e.zip
Updated version to 1.1-R5 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 1a9bcc85..42fc0e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.1-R5-SNAPSHOT</version>
+ <version>1.1-R5</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-R5-SNAPSHOT</version>
+ <version>1.1-R5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>