Build against Spigot 1.16 (RIP org.bukkit.bukkit?)

This commit is contained in:
Connor Monahan 2020-10-28 12:54:22 -05:00
parent b717e6bae7
commit b27c02ca5e
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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}