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 f42ba05 Bump org.apache.maven.plugins:maven-changes-plugin from 3.0.0-M2 to 3.0.0-M3 (fixes Apache Commons Exec build) f42ba05 is described below commit f42ba055aed477bcbc2e124db104ed8bf09e5442 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 16 07:44:14 2025 -0400 Bump org.apache.maven.plugins:maven-changes-plugin from 3.0.0-M2 to 3.0.0-M3 (fixes Apache Commons Exec build) --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c69fa99..70d498f 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ <commons.assembly-plugin.version>3.7.1</commons.assembly-plugin.version> <commons.build-helper.version>3.6.0</commons.build-helper.version> <commons.build-plugin.version>1.15.0</commons.build-plugin.version> - <commons.changes.version>3.0.0-M2</commons.changes.version> + <commons.changes.version>3.0.0-M3</commons.changes.version> <commons.checkstyle-plugin.version>3.6.0</commons.checkstyle-plugin.version> <!-- Checkstyle 9.3 is the version compatible with Java 8 --> <commons.checkstyle.version>9.3</commons.checkstyle.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ee8203d..6573c6f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="engelen" due-to="Arnout Engelen, Dependabot">Bump org.spdx:spdx-maven-plugin from 1.0.0 to 1.0.2 #620.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-changes-plugin from 3.0.0-M2 to 3.0.0-M3 (fixes Apache Commons Exec build).</action> </release> <release version="83" date="2025-04-25" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->