Author: chtompki Date: Mon Mar 12 12:23:48 2018 New Revision: 1826542 URL: http://svn.apache.org/viewvc?rev=1826542&view=rev Log: Preparing for version 45
Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt commons/proper/commons-parent/trunk/pom.xml 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=1826542&r1=1826541&r2=1826542&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Mon Mar 12 12:23:48 2018 @@ -1,4 +1,30 @@ - Apache Commons Parent 44 + Apache Commons Parent 45 + RELEASE NOTES + +The Apache Commons Parent team is pleased to announce the commons-parent-45 release! + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Updates plugins and generally requires Java 7. + + +Changes in this version include: + + +Changes: +o Rearranging plugin order in -Prelease, removing commons-release-plugin from build>pluginManagement + + +Historical list of changes: http://commons.apache.org/commons-parent-pom.htmlchanges-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/commons-parent-pom.html + +----------------------------------------------------------------------------- + + Apache Commons Parent 44 RELEASE NOTES The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 44 Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1826542&r1=1826541&r2=1826542&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Mon Mar 12 12:23:48 2018 @@ -28,7 +28,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <packaging>pom</packaging> - <version>45-SNAPSHOT</version> + <version>45</version> <name>Apache Commons Parent</name> <url>http://commons.apache.org/commons-parent-pom.html</url> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -39,6 +39,8 @@ <!-- Version 45: + + -Rearranging plugin order in -Prelease, removing commons-release-plugin from build>pluginManagement --> <!-- 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=1826542&r1=1826541&r2=1826542&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Mar 12 12:23:48 2018 @@ -59,6 +59,10 @@ The <action> type attribute can be add,u --> <body> + <release version="45" date="2018-03-12" description="Changing location of commons-release-plugin"> + <action type="update">Rearranging plugin order in -Prelease, removing commons-release-plugin from build>pluginManagement</action> + </release> + <release version="44" date="2018-03-08" description="Plugin Updates and add new commons-release-plugin Notes on Building version 44.