You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/03/17 02:35:46 UTC

svn commit: r1578203 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml

Author: ggregory
Date: Mon Mar 17 01:35:45 2014
New Revision: 1578203

URL: http://svn.apache.org/r1578203
Log:
maven-surefire-plugin(s) 2.16 -> 2.17

Modified:
    commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1578203&r1=1578202&r2=1578203&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Mon Mar 17 01:35:45 2014
@@ -1,3 +1,25 @@
+              Apache Commons Parent 34
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 34
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Changes in this version include:
+
+Changes:
+o maven-surefire-plugin(s) 2.16 -> 2.17
+
+
+Historical list of changes: http://commons.apache.org/changes-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+http://commons.apache.org/
+
+---
+
               Apache Commons Parent 33
                   RELEASE NOTES
 

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1578203&r1=1578202&r2=1578203&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Mar 17 01:35:45 2014
@@ -33,14 +33,10 @@
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
 
 <!--
-Version 33:
+Version 34:
 
-  - Fixed Jacoco configuration syntax
-  - updated some plugins
-  - update to commons-skin-4
-
-For full details see:
-http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-33/RELEASE-NOTES.txt
+  - Surefire 2.16 -> 2.17
+  
  -->
 
   <ciManagement>
@@ -1271,8 +1267,8 @@ http://svn.apache.org/repos/asf/commons/
     <commons.surefire.java />
 
     <!-- plugin versions (allows same value in reporting and build sections) -->
-    <commons.surefire.version>2.16</commons.surefire.version>
-    <commons.surefire-report.version>2.16</commons.surefire-report.version>
+    <commons.surefire.version>2.17</commons.surefire.version>
+    <commons.surefire-report.version>2.17</commons.surefire-report.version>
     <!-- 2.9.1 includes fix for Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370 -->
     <commons.javadoc.version>2.9.1</commons.javadoc.version>
     <commons.rat.version>0.10</commons.rat.version>