You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2012/12/27 11:51:33 UTC

svn commit: r1426157 - /turbine/core/trunk/pom.xml

Author: tv
Date: Thu Dec 27 10:51:33 2012
New Revision: 1426157

URL: http://svn.apache.org/viewvc?rev=1426157&view=rev
Log:
Update surefire plugin versions

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1426157&r1=1426156&r2=1426157&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Thu Dec 27 10:51:33 2012
@@ -905,7 +905,8 @@
   </profiles>
 
   <properties>
-    <sourceReleaseAssemblyDescriptor>source</sourceReleaseAssemblyDescriptor>
+    <turbine.surefire.version>2.12.4</turbine.surefire.version>
+    <turbine.surefire-report.version>2.12.4</turbine.surefire-report.version>
   </properties>
   
 </project>