Author: desruisseaux
Date: Sun Mar 16 21:15:37 2014
New Revision: 1578161
URL: http://svn.apache.org/r1578161
Log:
Upgraded maven-surefire plugin.
Modified:
sis/branches/JDK7/pom.xml
Modified: sis/branches/JDK7/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1578161&r1=1578160&r2=1578161&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Sun Mar 16 21:15:37 2014
@@ -443,7 +443,7 @@ Apache SIS is a free software, Java lang
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.16</version> <!-- TODO: Remove after parent pom.xml has
upgraded. -->
+ <version>2.17</version> <!-- TODO: Remove after parent pom.xml has
upgraded. -->
<configuration>
<includes>
<include>**/*TestSuite.java</include>
@@ -743,7 +743,7 @@ Apache SIS is a free software, Java lang
<!-- Unit tests report -->
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.16</version>
+ <version>2.17</version>
<reportSets> <!-- Workaround for
http://jira.codehaus.org/browse/SUREFIRE-257 -->
<reportSet>
<reports>