diff options
author | md_5 <[email protected]> | 2013-03-11 20:30:38 +1100 |
---|---|---|
committer | md_5 <[email protected]> | 2013-03-11 20:30:38 +1100 |
commit | bb34dba455ff45c60ce6f563128f6d6eb55a134a (patch) | |
tree | 5968ec4daff83de8c54228c464070998671acd0d /pom.xml | |
parent | 825ae6c6ba3ce934d44ff29a7f465f4b213787b5 (diff) | |
download | Paper-bb34dba455ff45c60ce6f563128f6d6eb55a134a.tar.gz Paper-bb34dba455ff45c60ce6f563128f6d6eb55a134a.zip |
Take #12312 at faster encryption - a brave soul who doesnt mind a minute or 2 of downtime should try
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |