This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/release by this push: new 80d70fa Allow override of changes.announcementFile/announcementDirectory 80d70fa is described below commit 80d70fa72f148ad90fc4a7b6fa7611d05c500f34 Author: Sebb <s...@apache.org> AuthorDate: Thu Jun 18 13:31:56 2020 +0100 Allow override of changes.announcementFile/announcementDirectory --- pom.xml | 8 ++++++-- src/changes/changes.xml | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b450299..5bf36d9 100644 --- a/pom.xml +++ b/pom.xml @@ -323,6 +323,10 @@ <sonar.host.url>https://analysis.apache.org/</sonar.host.url> + <!-- allow override of changes.announcementFile and directory --> + <changes.announcementDirectory>.</changes.announcementDirectory> + <changes.announcementFile>RELEASE-NOTES.txt</changes.announcementFile> + </properties> <mailingLists> @@ -1766,8 +1770,8 @@ <template>release-notes.vm</template> <templateDirectory>src/changes</templateDirectory> <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> - <announcementDirectory>.</announcementDirectory> - <announcementFile>RELEASE-NOTES.txt</announcementFile> + <announcementDirectory>${changes.announcementDirectory}</announcementDirectory> + <announcementFile>${changes.announcementFile}</announcementFile> <announceParameters> <releaseVersion>${commons.release.version}</releaseVersion> </announceParameters> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0f2dd11..3651eed 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,7 +61,10 @@ The <action> type attribute can be add,update,fix,remove. <body> - <release version="51" date="YYYY-MM-DD" description="TBD"> + <release version="51" date="YYYY-MM-DD" description="Fix incompatibilty issues with Java 7 + Add support for Java 13. + Update various plugin versions. + "> <action type="update" dev="ggregory">JApiCmp 0.14.1 -> 0.14.3.</action> <action type="update" dev="ggregory">maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3.</action> <action type="update" dev="ggregory">maven-source-plugin 3.2.0 -> 3.2.1.</action> @@ -80,6 +83,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="sebb">bcel version 6.4.1 => 6.5.0</action> <action type="update" dev="sebb">maven pre-requisite 3.0.5 => 3.5.0</action> <action type="update" dev="sebb">commons.build-helper.version 3.0.0 => 3.1.0</action> + <action type="add" dev="sebb">Allow override of changes.announcementFile/announcementDirectory</action> </release> <release version="50" date="2019-12-17" description="Update site generation.