summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-03-11 03:55:50 -0400
committerEvilSeph <evilseph@gmail.com>2012-03-11 03:55:50 -0400
commitde02f819755d1961bf003f30898dae3c57918b8c (patch)
treed6b0c66f5897564ba5d4d8e8521ccd59dc6473d3
parent8ddd2f05661357c1b3c729331e8a77663ade2ba4 (diff)
downloadcraftbukkit-de02f819755d1961bf003f30898dae3c57918b8c.tar
craftbukkit-de02f819755d1961bf003f30898dae3c57918b8c.tar.gz
craftbukkit-de02f819755d1961bf003f30898dae3c57918b8c.tar.lz
craftbukkit-de02f819755d1961bf003f30898dae3c57918b8c.tar.xz
craftbukkit-de02f819755d1961bf003f30898dae3c57918b8c.zip
Updated version to 1.2.3-R0.2 in pom.xml for beta.
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7b1ebda8..c12725a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
- <version>1.2.3-R0.2-SNAPSHOT</version>
+ <version>1.2.3-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.2.3-R0.2-SNAPSHOT</version>
+ <version>1.2.3-R0.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>