Update maven plugins and dependencies

This commit is contained in:
Gabriele C 2018-02-14 02:10:24 +01:00 committed by GitHub
parent 1626274e9d
commit 386703a1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
pom.xml
View File

@ -186,7 +186,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
@ -336,12 +336,6 @@
<url>http://repo.onarandombox.com/content/groups/public</url>
</repository>
<!-- LuckPerms Repo -->
<repository>
<id>luck-repo</id>
<url>https://repo.lucko.me/</url>
</repository>
<!-- Vault Repo -->
<repository>
<id>vault-repo</id>
@ -545,7 +539,7 @@
<dependency>
<groupId>me.lucko.luckperms</groupId>
<artifactId>luckperms-api</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
<scope>provided</scope>
</dependency>