[JWebUnit-development] SF.net SVN: jwebunit:[890] trunk/pom.xml
Brought to you by:
henryju
|
From: <he...@us...> - 2010-12-22 09:30:34
|
Revision: 890
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=890&view=rev
Author: henryju
Date: 2010-12-22 09:30:28 +0000 (Wed, 22 Dec 2010)
Log Message:
-----------
Updated m-surefire-p and m-dep-info-report-p versions.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-29 16:19:05 UTC (rev 889)
+++ trunk/pom.xml 2010-12-22 09:30:28 UTC (rev 890)
@@ -226,7 +226,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -511,7 +511,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
@@ -613,7 +613,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3.1</version>
<reportSets>
<reportSet>
<reports>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|