Set dependencies to 1.4.7-R1.x.

This needs more consideration, for backwards compatibility the pure-API
modules might compile against an older API version (defensively!),
while the API-only MCAccess might need an extra module compiling against
what it needs.
This commit is contained in:
asofold 2013-01-31 07:05:28 +01:00
parent fd9bb76202
commit 048831b55b
3 changed files with 3 additions and 5 deletions

View File

@ -17,8 +17,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>LATEST</version>
<type>jar</type>
<version>1.4.7-R1.0</version>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>

View File

@ -22,7 +22,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.4.7-R0.1-SNAPSHOT</version>
<version>1.4.7-R1.1-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -23,8 +23,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>LATEST</version>
<scope>compile</scope>
<version>1.4.7-R1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>