Update part of Maven Pluggins versions.

This commit is contained in:
Paulo Gustavo Veiga 2014-01-05 18:10:42 -03:00
parent 26bd9f8840
commit f75124233b
2 changed files with 5 additions and 5 deletions

View File

@ -47,17 +47,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
<version>3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -103,7 +103,7 @@
<groupId>org.apache.maven.plugins</groupId>
<inherited>true</inherited>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>

View File

@ -457,7 +457,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.4.v20120524</version>
<version>8.1.4.v20131031</version>
<configuration>
<stopKey>foo</stopKey>
<stopPort>9999</stopPort>