summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-09-26 19:16:20 -0400
committerEvilSeph <evilseph@gmail.com>2012-09-26 19:16:20 -0400
commit7ec2e2a1686e0b0b628afa6db5e780d581392aa1 (patch)
treebe2efd64f0f544bc2def012e14015a6e48dcaadd /pom.xml
parent03f12497b2c6f21c9c7f766dc7f85667cfb432b6 (diff)
downloadcraftbukkit-7ec2e2a1686e0b0b628afa6db5e780d581392aa1.tar
craftbukkit-7ec2e2a1686e0b0b628afa6db5e780d581392aa1.tar.gz
craftbukkit-7ec2e2a1686e0b0b628afa6db5e780d581392aa1.tar.lz
craftbukkit-7ec2e2a1686e0b0b628afa6db5e780d581392aa1.tar.xz
craftbukkit-7ec2e2a1686e0b0b628afa6db5e780d581392aa1.zip
Updated version to 1.3.2-R0.2 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 76bddeea..2fe2f2db 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.2-SNAPSHOT</version>
+ <version>1.3.2-R0.2</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.2-SNAPSHOT</version>
+ <version>1.3.2-R0.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>