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/06/20 21:04:08 UTC

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

Author: sebb
Date: Thu Jun 20 19:04:07 2013
New Revision: 1495131

URL: http://svn.apache.org/r1495131
Log:
Prepare for CP31

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=1495131&r1=1495130&r2=1495131&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Thu Jun 20 19:04:07 2013
@@ -1,22 +1,24 @@
-              Apache Commons Parent 30 RELEASE NOTES
+              Apache Commons Parent 31 RELEASE NOTES
 
-The Apache Commons Parent team is pleased to announce the release of commons-parent-30
+The Apache Commons Parent team is pleased to announce the release of commons-parent-31
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-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
-Coverage tool:
-Made JaCoCo an optional profile
-Restored Cobertura as an optional profile
+The main changes in this release are:
+ - dropped unused 'rc' profile
+ - fixed the maven.compile[r] names
+ - updated some plugins and the RAT excludes list
 
 Changes in this version include:
 
+Fixed Bugs:
+o COMMONSSITE-69:   renamed properties maven.compile.* => maven.compiler.*
+
 Changes:
-o                   rat-maven-plugin                   0.8 -> 0.9
-o                   maven-project-info-reports-plugin  2.6 -> 2.7
+o                   Dropped "rc" profile as no longer relevant
+o                   maven-bundle-plugin              2.3.7 -> 2.4.0
+o                   maven-surefire[-report]-plugin  2.14.1 -> 2.15
+o                   Exclude .checkstyle and .fbprefs from RAT check
 
 
 Historical list of changes: http://commons.apache.org/changes-report.html

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=1495131&r1=1495130&r2=1495131&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Jun 20 19:04:07 2013
@@ -60,7 +60,10 @@ The <action> type attribute can be add,u
 
     <body>
         <release version="31" date="TBA" description="
-        TBA
+The main changes in this release are:
+  - dropped unused 'rc' profile
+  - fixed the maven.compile[r] names
+  - updated some plugins and the RAT excludes list
 ">
             <!-- List each change individually so the changes html report is easier to read -->
             <action type="update">Dropped "rc" profile as no longer relevant</action>