Commits
md_5 authored e2c1eee02c2
24 24 | --- a/pom.xml |
25 25 | +++ b/pom.xml |
26 26 | |
27 27 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
28 28 | <modelVersion>4.0.0</modelVersion> |
29 29 | |
30 30 | - <groupId>org.bukkit</groupId> |
31 31 | - <artifactId>bukkit</artifactId> |
32 32 | + <groupId>org.spigotmc</groupId> |
33 33 | + <artifactId>spigot-api</artifactId> |
34 - | <version>1.20.5-R0.1-SNAPSHOT</version> |
34 + | <version>1.20.6-R0.1-SNAPSHOT</version> |
35 35 | <packaging>jar</packaging> |
36 36 | |
37 37 | - <name>Bukkit</name> |
38 38 | + <name>Spigot-API</name> |
39 39 | <url>https://www.spigotmc.org/</url> |
40 40 | - <description>A plugin API for Minecraft servers.</description> |
41 41 | + <description>An enhanced plugin API for Minecraft servers.</description> |
42 42 | |
43 43 | <properties> |
44 44 | <skipTests>true</skipTests> |