You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by lr...@apache.org on 2012/04/22 04:10:00 UTC

svn commit: r1328775 - /incubator/wink/trunk/pom.xml

Author: lresende
Date: Sun Apr 22 02:10:00 2012
New Revision: 1328775

URL: http://svn.apache.org/viewvc?rev=1328775&view=rev
Log:
Upgrading maven surefire plugin to workaround SUREFIRE-704

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=1328775&r1=1328774&r2=1328775&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Sun Apr 22 02:10:00 2012
@@ -305,7 +305,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-					<version>2.8</version>
+					<version>2.12</version>
                     <configuration>
                         <redirectTestOutputToFile>true</redirectTestOutputToFile>
                         <argline>-Xbootclasspath/p:${settings.localRepository}/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar${path.separator}${settings.localRepository}/com/sun/xml/bind/jaxb-impl/2.2.1.1/jaxb-impl-2.2.1.1.jar</argline>
@@ -314,7 +314,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.8</version>
+                    <version>2.12</version>
                     <executions>
                         <execution>
                             <goals>