mirror of
https://github.com/taoneill/war.git
synced 2024-11-13 05:54:31 +01:00
Build against Spigot 1.16 (RIP org.bukkit.bukkit?)
This commit is contained in:
parent
b717e6bae7
commit
b27c02ca5e
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tommytony</groupId>
|
||||
<artifactId>war</artifactId>
|
||||
<version>2.0.0-RC4-SNAPSHOT</version>
|
||||
<version>2.0.0-RC5-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>War</name>
|
||||
<url>http://war.tommytony.com</url>
|
||||
@ -102,9 +102,9 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.14.4-R0.1-SNAPSHOT</version>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.16.3-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: ${project.name}
|
||||
version: ${project.version}
|
||||
api-version: 1.13
|
||||
api-version: 1.16
|
||||
description: ${project.description}
|
||||
author: tommytony
|
||||
website: ${project.url}
|
||||
|
Loading…
Reference in New Issue
Block a user