summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2011-12-12 14:41:48 -0500
committerEvilSeph <evilseph@gmail.com>2011-12-12 14:59:16 -0500
commitfa7ad9a2643ec0828f875acaeccfdc73992c6027 (patch)
tree8b43f825e9bc0a73388c12c1d99c36e4fd2bf51c /pom.xml
parent52faa415ef7764f9a61dea7b1bf8f350dba8180e (diff)
downloadcraftbukkit-fa7ad9a2643ec0828f875acaeccfdc73992c6027.tar
craftbukkit-fa7ad9a2643ec0828f875acaeccfdc73992c6027.tar.gz
craftbukkit-fa7ad9a2643ec0828f875acaeccfdc73992c6027.tar.lz
craftbukkit-fa7ad9a2643ec0828f875acaeccfdc73992c6027.tar.xz
craftbukkit-fa7ad9a2643ec0828f875acaeccfdc73992c6027.zip
Updated versions to 1.0.1-R1 in pom.xml for RB.
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 13aae582..484927b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>