Updated versions to 1.0.1-R1 in pom.xml for RB.

This commit is contained in:
EvilSeph 2011-12-12 14:41:48 -05:00
parent 52faa415ef
commit fa7ad9a264

View File

@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-R1</version>
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
<properties>
@ -44,7 +44,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.0.0-R1-SNAPSHOT</version>
<version>1.0.1-R1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>