mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 10:04:51 +02:00
Update Bukkit to Beta build.
This commit is contained in:
2
Essentials/src/net/ess3/bukkit/VersionCheck.java
Normal file → Executable file
2
Essentials/src/net/ess3/bukkit/VersionCheck.java
Normal file → Executable file
@@ -10,7 +10,7 @@ import org.bukkit.plugin.PluginManager;
|
|||||||
|
|
||||||
public class VersionCheck
|
public class VersionCheck
|
||||||
{
|
{
|
||||||
public static final int BUKKIT_VERSION = 2543;
|
public static final int BUKKIT_VERSION = 2735;
|
||||||
private static final Pattern bukkitVersionPattern = Pattern.compile(
|
private static final Pattern bukkitVersionPattern = Pattern.compile(
|
||||||
"git-Bukkit-(?:(?:[0-9]+)\\.)+[0-9]+-R[\\.0-9]+-(?:[0-9]+-g[0-9a-f]+-)?b([0-9]+)jnks.*");
|
"git-Bukkit-(?:(?:[0-9]+)\\.)+[0-9]+-R[\\.0-9]+-(?:[0-9]+-g[0-9a-f]+-)?b([0-9]+)jnks.*");
|
||||||
|
|
||||||
|
2
pom.xml
Normal file → Executable file
2
pom.xml
Normal file → Executable file
@@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<bukkit.version>1.5.1-R0.1-SNAPSHOT</bukkit.version>
|
<bukkit.version>1.5.1-R0.1</bukkit.version>
|
||||||
<build.number>Unknown</build.number>
|
<build.number>Unknown</build.number>
|
||||||
<org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>
|
<org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>
|
||||||
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>
|
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>
|
||||||
|
Reference in New Issue
Block a user