Update Maven Plugins, hopefully will fix #129

This commit is contained in:
Aikar
2018-05-27 12:43:32 -04:00
parent ce73e21967
commit d57dbcefab
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
<defaultGoal>clean package</defaultGoal>
<plugins>
<plugin>
<version>3.1</version>
<version>3.7.0</version>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
@@ -60,7 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<version>3.1.1</version>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<relocations>