Update Bukkit API to 1.9-R0.1-SNAPSHOT
This commit is contained in:
parent
379541d3cb
commit
b43e706572
6
pom.xml
6
pom.xml
@ -63,7 +63,7 @@
|
|||||||
<buildNumber>Unknown</buildNumber>
|
<buildNumber>Unknown</buildNumber>
|
||||||
|
|
||||||
<!-- Change Bukkit Version HERE! -->
|
<!-- Change Bukkit Version HERE! -->
|
||||||
<bukkitVersion>1.9-SNAPSHOT</bukkitVersion>
|
<bukkitVersion>1.9-R0.1-SNAPSHOT</bukkitVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- Jenkins profile (add the real buildNumber to the version string) -->
|
<!-- Jenkins profile (add the real buildNumber to the version string) -->
|
||||||
@ -137,7 +137,8 @@
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.19.1</version>
|
<version>2.19.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-Dfile.encoding=${projectEncoding} ${argLine}</argLine>
|
<argLine>-Dfile.encoding=${projectEncoding} ${ar</argLine>
|
||||||
|
<argLine>gLine}</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Libs Shading and Relocation -->
|
<!-- Libs Shading and Relocation -->
|
||||||
@ -267,7 +268,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<charset>UTF-8</charset>
|
<charset>UTF-8</charset>
|
||||||
<docencoding>UTF-8</docencoding>
|
<docencoding>UTF-8</docencoding>
|
||||||
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
|
|
||||||
<docfilessubdirs>true</docfilessubdirs>
|
<docfilessubdirs>true</docfilessubdirs>
|
||||||
<show>public</show>
|
<show>public</show>
|
||||||
<failOnError>false</failOnError>
|
<failOnError>false</failOnError>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user