This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 6674000 Always use version.maven-source-plugin 3.2.1 new fdd3e35 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent 6674000 is described below commit 6674000c7a3f729130d91fa9ad7743a85c0b8415 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 26 08:29:21 2023 -0400 Always use version.maven-source-plugin 3.2.1 https://issues.apache.org/jira/projects/MSOURCES/issues/MSOURCES-143 --- pom.xml | 5 +++-- src/changes/changes.xml | 8 +++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9427ccc..ff7d04b 100644 --- a/pom.xml +++ b/pom.xml @@ -124,6 +124,9 @@ <commons.compiler.javac /> <commons.compiler.javadoc /> + <!-- https://issues.apache.org/jira/projects/MSOURCES/issues/MSOURCES-143 --> + <version.maven-source-plugin>3.2.1</version.maven-source-plugin> + <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) --> <commons.animal-sniffer.version>1.23</commons.animal-sniffer.version> <!-- Almost all signatures use version 1.0. Allow override just in case --> @@ -1819,8 +1822,6 @@ </activation> <properties> <commons.spdx.version>0.6.3</commons.spdx.version> - <!-- https://issues.apache.org/jira/projects/MSOURCES/issues/MSOURCES-143 --> - <version.maven-source-plugin>3.2.1</version.maven-source-plugin> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 29af49a..2299af9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,7 +60,13 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="60" date="2023-MM-DD" description="Version 60: Maintenance and update dependencies"> + <release version="61" date="2023-MM-DD" description="Version 60: Maintenance and update dependencies"> + <!-- FIX --> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Always use version.maven-source-plugin 3.2.1.</action> + <!-- ADD --> + <!-- UPDATE --> + </release> + <release version="60" date="2023-08-20" description="Version 60: Maintenance and update dependencies"> <!-- FIX --> <action type="fix" dev="sjaranowski" due-to="Slawomir Jaranowski">Reuse the parent POM's maven-enforcer-plugin configuration</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Workaround MSOURCES-143 by using version.maven-source-plugin 3.2.1 on Java 8.</action>