You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2019/01/11 10:04:44 UTC

svn commit: r1851023 - in /turbine/maven/turbine-parent/trunk: pom.xml src/changes/changes.xml

Author: gk
Date: Fri Jan 11 10:04:43 2019
New Revision: 1851023

URL: http://svn.apache.org/viewvc?rev=1851023&view=rev
Log:
- update surefire

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml
    turbine/maven/turbine-parent/trunk/src/changes/changes.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1851023&r1=1851022&r2=1851023&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Fri Jan 11 10:04:43 2019
@@ -479,8 +479,8 @@
     <turbine.surefire.java>${JAVA_HOME}/bin/java</turbine.surefire.java>
 
     <!-- Plugin versions (allows same value in reporting and build sections) -->
-    <turbine.surefire.version>2.22.0</turbine.surefire.version>
-    <turbine.surefire-report.version>2.22.0</turbine.surefire-report.version>
+    <turbine.surefire.version>3.0.0-M3</turbine.surefire.version>
+    <turbine.surefire-report.version>3.0.0-M3</turbine.surefire-report.version>
     <turbine.javadoc.version>3.0.1</turbine.javadoc.version>
     <turbine.rat.version>0.12</turbine.rat.version>
     <turbine.changes.version>2.12.1</turbine.changes.version>   

Modified: turbine/maven/turbine-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/changes/changes.xml?rev=1851023&r1=1851022&r2=1851023&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Fri Jan 11 10:04:43 2019
@@ -24,8 +24,13 @@
   </properties>
 
   <body>
-    <release version="5" date="in SVN">
-      <action dev="gk" type="update" date="2018-10-24">
+    <release version="6" date="in SVN">
+      <action dev="gk" type="update" date="2019-01-11">
+         - Update Surefire to 3.0.0 M3
+      </action>  
+    </release>
+    <release version="5" date="2018-10-30">
+      <action dev="gk" type="update" date="2018-11-01">
          - Update Apache parent POM 20
       </action>  
       <action dev="gk" type="update" date="2018-10-22">