mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-24 00:11:44 +01:00
Fix version string - RB 4 has already happened
By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
parent
4c25ba70ad
commit
df0cea370e
@ -4,7 +4,7 @@
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.8.1-R4-SNAPSHOT</version>
|
||||
<version>1.8.1-R5-SNAPSHOT</version>
|
||||
<name>CraftBukkit</name>
|
||||
<url>http://www.bukkit.org</url>
|
||||
<properties>
|
||||
@ -32,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.8.1-R4-SNAPSHOT</version>
|
||||
<version>1.8.1-R5-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user