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-lang.git
The following commit(s) were added to refs/heads/master by this push: new ba51fe3a0 Pick up exec-maven-plugin version from parent POM ba51fe3a0 is described below commit ba51fe3a030b0511992332ac23be0210ba9ff937 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 30 08:47:19 2024 -0400 Pick up exec-maven-plugin version from parent POM --- pom.xml | 1 - src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b13048966..06fec4dfd 100644 --- a/pom.xml +++ b/pom.xml @@ -497,7 +497,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.4.1</version> <executions> <execution> <id>benchmark</id> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c80ef8013..26f2db2bc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="3.17.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration().</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up exec-maven-plugin version from parent POM.</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 74 #1267.</action>