mirror of
https://github.com/taoneill/war.git
synced 2024-11-10 20:50:04 +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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.tommytony</groupId>
|
<groupId>com.tommytony</groupId>
|
||||||
<artifactId>war</artifactId>
|
<artifactId>war</artifactId>
|
||||||
<version>2.0.0-RC4-SNAPSHOT</version>
|
<version>2.0.0-RC5-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>War</name>
|
<name>War</name>
|
||||||
<url>http://war.tommytony.com</url>
|
<url>http://war.tommytony.com</url>
|
||||||
@ -102,9 +102,9 @@
|
|||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.14.4-R0.1-SNAPSHOT</version>
|
<version>1.16.3-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: ${project.name}
|
name: ${project.name}
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
api-version: 1.13
|
api-version: 1.16
|
||||||
description: ${project.description}
|
description: ${project.description}
|
||||||
author: tommytony
|
author: tommytony
|
||||||
website: ${project.url}
|
website: ${project.url}
|
||||||
|
Loading…
Reference in New Issue
Block a user