summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-08-05 16:20:53 +1000
committermd_5 <git@md-5.net>2017-08-05 16:32:44 +1000
commitbf79482272d1feb370adad44127af763ac6ce6aa (patch)
tree34653c240abd67a984b69968271dd408b85d8394 /pom.xml
parentc11286e62f38fb269c1ceddc98e8c38662abff6f (diff)
downloadbukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar
bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar.gz
bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar.lz
bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar.xz
bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.zip
Remove sonatype parent (deprecated).
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 22c5feaa..2b273b1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,19 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.sonatype.oss</groupId>
- <artifactId>oss-parent</artifactId>
- <version>9</version>
- </parent>
-
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.12.1-R0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Bukkit</name>
- <url>http://www.bukkit.org/</url>
+ <url>https://www.spigotmc.org/</url>
<description>A plugin API for Minecraft servers.</description>
<properties>
@@ -150,8 +144,6 @@
</execution>
</executions>
<configuration>
- <!-- utterly useless artifact from shade 2.x -->
- <createDependencyReducedPom>false</createDependencyReducedPom>
<!-- when downloading via Maven we can pull depends individually -->
<shadedArtifactAttached>true</shadedArtifactAttached>
</configuration>