summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-08-25 00:55:38 -0400
committerEvilSeph <evilseph@gmail.com>2012-08-25 00:55:38 -0400
commit4b840c968698993675f80e106b75e4e001f20326 (patch)
treeba803c1b39523e4771931d7f52b77c030bcd999c /pom.xml
parentb8cc86208310513232e27d543ec9b6c153ab1421 (diff)
downloadcraftbukkit-4b840c968698993675f80e106b75e4e001f20326.tar
craftbukkit-4b840c968698993675f80e106b75e4e001f20326.tar.gz
craftbukkit-4b840c968698993675f80e106b75e4e001f20326.tar.lz
craftbukkit-4b840c968698993675f80e106b75e4e001f20326.tar.xz
craftbukkit-4b840c968698993675f80e106b75e4e001f20326.zip
Updated version to 1.3.2-R0.1 in pom.xml for Beta.
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 84bb24fc..43681e7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.3.2-R0.1-SNAPSHOT</version>
+ <version>1.3.2-R0.1</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
- <version>1.3.2-R0.1-SNAPSHOT</version>
+ <version>1.3.2-R0.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>