From ba51fe3a030b0511992332ac23be0210ba9ff937 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 30 Aug 2024 08:47:19 -0400 Subject: [PATCH] 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 b130489660a..06fec4dfd6a 100644 --- a/pom.xml +++ b/pom.xml @@ -497,7 +497,6 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 benchmark diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c80ef8013ca..26f2db2bc0f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,7 @@ The type attribute can be add,update,fix,remove. Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration(). + Pick up exec-maven-plugin version from parent POM. Bump org.apache.commons:commons-parent from 73 to 74 #1267.