summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-03-04 03:03:02 -0500
committerEvilSeph <evilseph@gmail.com>2012-03-04 03:03:02 -0500
commit055384889ef3911c9207a20e4e51a3baa6a72859 (patch)
tree933ee882695bca53f9850c2964999a0729d0b917 /pom.xml
parent2feb2ea12433a28dbbbe55933b78d28ee30bdb44 (diff)
downloadcraftbukkit-055384889ef3911c9207a20e4e51a3baa6a72859.tar
craftbukkit-055384889ef3911c9207a20e4e51a3baa6a72859.tar.gz
craftbukkit-055384889ef3911c9207a20e4e51a3baa6a72859.tar.lz
craftbukkit-055384889ef3911c9207a20e4e51a3baa6a72859.tar.xz
craftbukkit-055384889ef3911c9207a20e4e51a3baa6a72859.zip
Updated version to 1.2.3-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 7689963a..f31d4824 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.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>