Inherit from OSSRH parent

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot 2013-05-27 16:27:44 +10:00
parent 34e3cc2d96
commit e3b1301d25

View file

@ -3,6 +3,12 @@
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>7</version>
</parent>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-parent</artifactId>
<version>dev-SNAPSHOT</version>