You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/18 15:01:38 UTC

svn commit: r1484107 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: sebb
Date: Sat May 18 13:01:38 2013
New Revision: 1484107

URL: http://svn.apache.org/r1484107
Log:
Use separate actions for each plugin change as this improves the online changes layout
Start changes section for CP 30

Modified:
    commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
    commons/proper/commons-parent/trunk/src/changes/changes.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=1484107&r1=1484106&r2=1484107&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Sat May 18 13:01:38 2013
@@ -8,18 +8,15 @@ Replace Cobertura with JaCoCo; update pl
 
 Changes in this version include:
 
-
-
 Changes:
-o         cobertura-maven-plugin         2.5.2 -> removed
-          jacoco-maven-plugin                  -> 0.6.2.201302030002
-          maven-surefire-plugin          2.13  -> 2.14.1
-          maven-surefire-report-plugin   2.13  -> 2.14.1
-          maven-changes-plugin           2.8   -> 2.9
-          maven-compiler-plugin          3.0   -> 3.1
-          maven-release-plugin           2.3.2 -> 2.4.1
-          maven-site-plugin              3.2   -> 3.3
-
+o                   cobertura-maven-plugin         2.5.2 -> removed
+o                   jacoco-maven-plugin                  -> 0.6.2.201302030002
+o                   maven-surefire-plugin          2.13  -> 2.14.1
+o                   maven-surefire-report-plugin   2.13  -> 2.14.1
+o                   maven-changes-plugin           2.8   -> 2.9
+o                   maven-compiler-plugin          3.0   -> 3.1
+o                   maven-release-plugin           2.3.2 -> 2.4.1
+o                   maven-site-plugin              3.2   -> 3.3
 The main change is the replacement of Cobertura with JaCoCo for test
 coverage analysis.  The former is not maintained anymore, has numerous
 bugs and is extremely slow in some situations (typically generating

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1484107&r1=1484106&r2=1484107&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sat May 18 13:01:38 2013
@@ -59,17 +59,26 @@ The <action> type attribute can be add,u
      -->
 
     <body>
+        <release version="30" date="2013" description="
+The main changes in this release are RAT configuration changes:
+ - updated excludes: added .pmd and download_*.cgi
+ - changed excludes so child POM excludes will be appended to the parent list
+ - duplicated settings in build section so they apply to standalone invocations
+">
+            <!-- List updates separately so the changes html report is easier to read -->
+            <action type="update">rat-maven-plugin                   0.8 -> 0.9</action>
+            <action type="update">maven-project-info-reports-plugin  2.6 -> 2.7</action>
+        </release>
         <release version="29" date="2013-05-18" description="Replace Cobertura with JaCoCo; update plugin versions">
+            <action type="update">cobertura-maven-plugin         2.5.2 -> removed</action>
+            <action type="update">jacoco-maven-plugin                  -> 0.6.2.201302030002</action>
+            <action type="update">maven-surefire-plugin          2.13  -> 2.14.1</action>
+            <action type="update">maven-surefire-report-plugin   2.13  -> 2.14.1</action>
+            <action type="update">maven-changes-plugin           2.8   -> 2.9</action>
+            <action type="update">maven-compiler-plugin          3.0   -> 3.1</action>
+            <action type="update">maven-release-plugin           2.3.2 -> 2.4.1</action>
+            <action type="update">maven-site-plugin              3.2   -> 3.3</action>
             <action type="update" date="">
-o         cobertura-maven-plugin         2.5.2 -> removed
-          jacoco-maven-plugin                  -> 0.6.2.201302030002
-          maven-surefire-plugin          2.13  -> 2.14.1
-          maven-surefire-report-plugin   2.13  -> 2.14.1
-          maven-changes-plugin           2.8   -> 2.9
-          maven-compiler-plugin          3.0   -> 3.1
-          maven-release-plugin           2.3.2 -> 2.4.1
-          maven-site-plugin              3.2   -> 3.3
-
 The main change is the replacement of Cobertura with JaCoCo for test
 coverage analysis.  The former is not maintained anymore, has numerous
 bugs and is extremely slow in some situations (typically generating