Update plugin, dep versions

This commit is contained in:
Sean Owen 2014-11-12 15:05:11 +00:00
parent 02a6347396
commit 0d81afba4a
2 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12-beta-2</version>
<version>4.12-beta-3</version>
<scope>test</scope>
</dependency>
</dependencies>
@ -305,7 +305,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<version>2.18</version>
<configuration>
<forkCount>0.5C</forkCount>
<systemPropertyVariables>
@ -388,7 +388,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.4</version>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>

View file

@ -61,7 +61,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.0.M0</version>
<version>9.3.0.M1</version>
</plugin>
</plugins>
</build>