[BLEEDING] Use early 1.10 and 1.11 for native dependencies.

(Hoping for Jenkins to build.)
This commit is contained in:
asofold 2016-12-29 13:42:58 +01:00
parent 119e664d70
commit b99fe62517
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.11.2-R0.1-SNAPSHOT</version>
<version>1.11-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -23,7 +23,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.10.2-R0.1-SNAPSHOT</version>
<version>1.10-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>