Author: sebb
Date: Wed Mar 7 22:02:35 2012
New Revision: 1298151
URL: http://svn.apache.org/viewvc?rev=1298151&view=rev
Log:
Generate list of changes
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=1298151&r1=1298150&r2=1298151&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Wed Mar 7 22:02:35
2012
@@ -1,26 +1,29 @@
- Apache Commons Parent 23 RELEASE NOTES
+ Apache Commons Parent 24 RELEASE NOTES
-The Commons Parent team is pleased to announce the release of Commons Parent 23
+The Commons Parent team is pleased to announce the release of Commons Parent 24
The Apache Commons Parent Pom provides common settings for all Apache Commons
components.
-The Maven3 site plugin has been updated to support ssh/scp for deployment
-
-The buildNumber plugin now defaults to using SVN CLI, and does not run if
buildNumber.skip=true
- To use javasvn instead, use the profile: javasvn
+Update and add plugins
Changes in this version include:
-New features:
-o added java-1.7 profile
-o added ssh/scp support to maven-site-plugin in Maven3
-
Changes:
-o moved buildNumber plugin to profile which is activated unless
buildNumber.skip=true
- changed buildNumber plugin default provider to CLI; added
'javasvn' profile as override Thanks to Olivier Lamy.
-o added aggregate:false to jxr plugin (aggregate is deprecated)
-o updated modules list, added: bcel, functor, jcs, ognl
+o Updated various plugin versions:
+ antrun: 1.6 => 1.7
+ assembly: 2.2.1 => 2.3
+ jar: 2.3.2 => 2.4
+ release: 2.2.1 => 2.2.2
+ remote-resources: override Apache pom 9 with 1.2.1
+ commons-build: 1.3 => 1.4
+ bundle: 2.3.5 => 2.3.7; removed workround for Java 1.5 as no
longer necessary
+ Added cobertura: 2.5.1 to reporting and buildManagement
+ surefire: 2.9 => 2.12
+ surefire-report: 2.9 => 2.12
+ Allow override of surefire-report aggregate setting using property
commons.surefire-report.aggregate
+ javadoc: 2.8 => 2.8.1
+ rat: 0.7 => 0.8
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=1298151&r1=1298150&r2=1298151&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Mar 7
22:02:35 2012
@@ -57,6 +57,22 @@ The <action> type attribute can be add,u
<body>
<release version="24" date="2012-??-??" description="Update and add
plugins">
+ <action type="update">
+ Updated various plugin versions:
+ antrun: 1.6 => 1.7
+ assembly: 2.2.1 => 2.3
+ jar: 2.3.2 => 2.4
+ release: 2.2.1 => 2.2.2
+ remote-resources: override Apache pom 9 with 1.2.1
+ commons-build: 1.3 => 1.4
+ bundle: 2.3.5 => 2.3.7; removed workround for Java 1.5 as no
longer necessary
+ Added cobertura: 2.5.1 to reporting and buildManagement
+ surefire: 2.9 => 2.12
+ surefire-report: 2.9 => 2.12
+ Allow override of surefire-report aggregate setting using property
commons.surefire-report.aggregate
+ javadoc: 2.8 => 2.8.1
+ rat: 0.7 => 0.8
+ </action>
</release>
<release version="23" date="2012-01-11" description="
The Maven3 site plugin has been updated to support ssh/scp for deployment