Updated version to 1.2.3-R0.1 in pom.xml for beta.

This commit is contained in:
EvilSeph 2012-03-04 03:03:02 -05:00
parent 2feb2ea124
commit 055384889e

View File

@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
<version>1.2.3-R0.1-SNAPSHOT</version>
<version>1.2.3-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.2.3-R0.1-SNAPSHOT</version>
<version>1.2.3-R0.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>