Author: chas
Date: Thu Aug 4 02:58:13 2016
New Revision: 1755137
URL: http://svn.apache.org/viewvc?rev=1755137&view=rev
Log:
prepare notes for release 41
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=1755137&r1=1755136&r2=1755137&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Thu Aug 4 02:58:13
2016
@@ -1,42 +1,23 @@
- Apache Commons Parent 40
+ Apache Commons Parent 41
RELEASE NOTES
-The Apache Commons Parent team is pleased to announce the release of Apache
Commons Parent 40
+The Apache Commons Parent team is pleased to announce the release of Apache
Commons Parent 41
The Apache Commons Parent POM provides common settings for all Apache Commons
components.
-Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82.
-
-N.B. The assembly plugin now runs in the verify phase (it was previously run
in the package phase). See COMMONSSITE-87.
-This allows child poms to create additional jars to be added to the assembly.
-This will affect child poms that rely on the assembly occurring in the package
phase.
-They will need to be amended to use the verify phase instead.
+TBA
Changes in this version include:
Changes:
-o Update Apache Parent POM : 16 -> 17
-o COMMONSSITE-87 - ensure assembly plugin runs after all
package phase plugins
-o COMMONSSITE-82 - use Commons Skin 4.1 (site.xml)
-o Require minimum of Maven 3.0.5
-o maven-assembly-plugin : 2.5.5 -> 2.6
-o maven-changes-plugin : 2.11 -> 2.12
-o maven-clean-plugin : 2.6.1 -> 3.0.0
-o maven-compiler-plugin : 3.3 -> 3.5.1
-o maven-enforcer-plugin : 1.3.1 -> 1.4.1
-o maven-source-plugin : 2.4 -> 3.0.0
-o maven-surefire-plugin : 2.18.1 -> 2.19.1
-o maven-project-info-reports-plugin : 2.8 -> 2.9
-o maven-release-plugin : 2.5.2 -> 2.5.3
-o animal-sniffer-maven-plugin : 1.11 -> 1.15
-o build-helper-maven-plugin : 1.9.1 -> 1.10
-o buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
-o clirr-maven-plugin : 2.6.1 -> 2.7
-o commons-build-plugin : 1.4 -> 1.6
-o felix:maven-bundle-plugin : 2.5.3 -> 3.0.0
-o findbugs-maven-plugin : 3.0.0 -> 3.0.3
-o jacoco-maven-plugin : 0.7.5.201505241946 ->
0.7.6.201602180812
-o wagon-ssh : 2.8 -> 2.10
+o COMMONSSITE-89 - support both clirr and japicmp
+Clirr report must now be explicitly enabled using
src/site/resources/profile.clirr file or -Pclirr option
+o maven-source-plugin 3.0.0 -> 3.0.1
+o commons.rat.version 0.11 -> 0.12
+o maven-javadoc-plugin 2.10.3 -> 2.10.4
+o RAT: Exclude Eclipse local files and folders
+o Changed ciManagement to Jenkins builds.apache.org
+o Update Apache parent: 17 -> 18
Historical list of changes:
http://commons.apache.org/commons-parent-pom.htmlchanges-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=1755137&r1=1755136&r2=1755137&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Aug 4
02:58:13 2016
@@ -59,13 +59,18 @@ The <action> type attribute can be add,u
-->
<body>
- <release version="41" date="2016-TBA" description="TBA">
- <action type="update">COMMONSSITE-89 - support both clirr and
japicmp</action>
+ <release version="41" date="2016-08-15" description="TBA">
+ <action type="update">COMMONSSITE-89 - support both clirr and
japicmp
+Clirr report must now be explicitly enabled using
src/site/resources/profile.clirr file or -Pclirr option</action>
+ <action type="update">maven-source-plugin 3.0.0 -> 3.0.1</action>
+ <action type="update">commons.rat.version 0.11 -> 0.12</action>
+ <action type="update">maven-javadoc-plugin 2.10.3 ->
2.10.4</action>
+ <action type="update">RAT: Exclude Eclipse local files and
folders</action>
+ <action type="update">Changed ciManagement to Jenkins
builds.apache.org</action>
+ <action type="update">Update Apache parent: 17 -> 18</action>
</release>
- <release version="40" date="2016-04-30" description="Updates plugins
and parent; fixes COMMONSSITE-87 and COMMONSSITE-82.
-
-
+ <release version="40" date="2016-04-30" description="Updates plugins
and parent; fixes COMMONSSITE-87 and COMMONSSITE-82.
N.B. The assembly plugin now runs in the verify phase (it was previously run
in the package phase). See COMMONSSITE-87.
This allows child poms to create additional jars to be added to the assembly.
This will affect child poms that rely on the assembly occurring in the
package phase.