Updated the pom file:

* Updated (craft-) bukkit dependencies to 1.6.2-R0.1-SNAPSHOT
* Bumped version 2.3.0-DEV
This commit is contained in:
Tobias Ottenweller 2013-07-11 22:33:38 +02:00
parent 54545a9ee1
commit 42b293e6bc

View File

@ -6,7 +6,7 @@
<artifactId>CraftIncGates</artifactId> <artifactId>CraftIncGates</artifactId>
<name>Craft Inc. Gates</name> <name>Craft Inc. Gates</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>2.2.1</version> <version>2.3.0-DEV</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -60,14 +60,14 @@
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId> <artifactId>bukkit</artifactId>
<version>1.5.2-R1.0</version> <version>1.6.2-R0.1-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId> <artifactId>craftbukkit</artifactId>
<version>1.5.2-R1.0</version> <version>1.6.2-R0.1-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>