Skip to content

Commit

Permalink
0.94.0.1: Switch to Bukkit 1.14.3 for development.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 21, 2019
1 parent 7a84ec3 commit c77e026
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<target name="download" depends="init">

<get src="http://palmergames.com/file-repo/libs/bukkit1_12_1.jar" dest="${env.LIB}/bukkit1.13.1.jar" skipexisting="true" />
<get src="http://palmergames.com/file-repo/libs/bukkit1_14_3.jar" dest="${env.LIB}/bukkit1.14.3.jar" skipexisting="true" />
<get src="http://palmergames.com/file-repo/libs/Essentials.jar" dest="${env.LIB}/Essentials.jar" skipexisting="true" />
<get src="http://palmergames.com/file-repo/libs/EssentialsGroupManager.jar" dest="${env.LIB}/EssentialsGroupManager.jar" skipexisting="true" />
<get src="http://palmergames.com/file-repo/libs/Reserve.jar" dest="${env.LIB}/Reserve.jar" skipexisting="true" />
Expand All @@ -29,7 +29,7 @@
<!-- Compile the java code -->
<javac srcdir="src" destdir="${build}" includeantruntime="false" target="1.8" source="1.8" debug="true" debuglevel="lines,vars,source">
<classpath>
<pathelement location="${env.LIB}/bukkit1.13.1.jar" />
<pathelement location="${env.LIB}/bukkit1.14.3.jar" />
<pathelement location="${env.LIB}/Essentials.jar" />
<pathelement location="${env.LIB}/EssentialsGroupManager.jar" />
<pathelement location="${env.LIB}/PermissionsBukkit.jar" />
Expand Down
4 changes: 3 additions & 1 deletion src/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3258,4 +3258,6 @@ v0.92.0.11:
- Cut off for PR6.
- Automatically remove deleted residents from town files and deleted towns from resident files, courtesy of KarlOfDuty.
0.94.0.0:
- Bump version number for release build.
- Bump version number for release build.
0.94.0.1:
- Switch to Bukkit 1.14.3 for development.
2 changes: 1 addition & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Towny
main: com.palmergames.bukkit.towny.Towny
version: 0.94.0.0
version: 0.94.0.1
api-version: 1.13
author: Shade, Modified by FuzzeWuzze. Forked by ElgarL. Forked by LlmDl.
website: http://towny.palmergames.com/
Expand Down

0 comments on commit c77e026

Please sign in to comment.