Commits

Thinkofname authored 01abfdec7ef
Bump maven plugin versions
No tags

pom.xml

Modified
19 19 <id>spigotmc-releases</id>
20 20 <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
21 21 </snapshotRepository>
22 22 </distributionManagement>
23 23
24 24 <build>
25 25 <plugins>
26 26 <plugin>
27 27 <groupId>org.apache.maven.plugins</groupId>
28 28 <artifactId>maven-compiler-plugin</artifactId>
29 - <version>2.3.2</version>
29 + <version>3.2</version>
30 30 <configuration>
31 31 <source>1.6</source>
32 32 <target>1.6</target>
33 33 </configuration>
34 34 </plugin>
35 35 <plugin>
36 36 <groupId>org.apache.maven.plugins</groupId>
37 37 <artifactId>maven-shade-plugin</artifactId>
38 - <version>1.4</version>
38 + <version>2.3</version>
39 39 <executions>
40 40 <execution>
41 41 <phase>package</phase>
42 42 <goals>
43 43 <goal>shade</goal>
44 44 </goals>
45 45 </execution>
46 46 </executions>
47 47 </plugin>
48 48 <plugin>
49 49 <groupId>org.apache.maven.plugins</groupId>
50 50 <artifactId>maven-site-plugin</artifactId>
51 - <version>3.0-beta-3</version>
51 + <version>3.4</version>
52 52 <configuration>
53 53 <reportPlugins>
54 54 <plugin>
55 55 <groupId>org.codehaus.mojo</groupId>
56 56 <artifactId>jxr-maven-plugin</artifactId>
57 57 <version>2.0-beta-1</version>
58 58 </plugin>
59 59 <plugin>
60 60 <groupId>org.apache.maven.plugins</groupId>
61 61 <artifactId>maven-javadoc-plugin</artifactId>
62 - <version>2.7</version>
62 + <version>2.10.1</version>
63 63 <configuration>
64 64 <linksource>true</linksource>
65 65 </configuration>
66 66 <reportSets>
67 67 <reportSet>
68 68 <reports>
69 69 <report>javadoc</report>
70 70 </reports>
71 71 </reportSet>
72 72 </reportSets>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut