summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Ardill <andrew.ardill@gmail.com>2011-11-01 14:19:11 +1100
committerAndrew Ardill <andrew.ardill@gmail.com>2011-11-01 14:20:46 +1100
commitdd5507bdaa12e60f7e73903461cf1ff872766e39 (patch)
tree645411b5682f4f356e233ffe28f86ab845aa7e53 /pom.xml
parentb1671be8750ad3226196d94b546df2bd6f8c1537 (diff)
downloadcraftbukkit-dd5507bdaa12e60f7e73903461cf1ff872766e39.tar
craftbukkit-dd5507bdaa12e60f7e73903461cf1ff872766e39.tar.gz
craftbukkit-dd5507bdaa12e60f7e73903461cf1ff872766e39.tar.lz
craftbukkit-dd5507bdaa12e60f7e73903461cf1ff872766e39.tar.xz
craftbukkit-dd5507bdaa12e60f7e73903461cf1ff872766e39.zip
Fix version string - RB 4 has already happened
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 1f524f4c..9f400b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.8.1-R4-SNAPSHOT</version>
+ <version>1.8.1-R5-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
<properties>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.8.1-R4-SNAPSHOT</version>
+ <version>1.8.1-R5-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>