Skip to content

Commit ba51fe3

Browse files
committed
Pick up exec-maven-plugin version from parent POM
1 parent 97a96ba commit ba51fe3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@
497497
<plugin>
498498
<groupId>org.codehaus.mojo</groupId>
499499
<artifactId>exec-maven-plugin</artifactId>
500-
<version>3.4.1</version>
501500
<executions>
502501
<execution>
503502
<id>benchmark</id>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
4848
<release version="3.17.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
5050
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration().</action>
51+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up exec-maven-plugin version from parent POM.</action>
5152
<!-- ADD -->
5253
<!-- UPDATE -->
5354
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 74 #1267.</action>

0 commit comments

Comments
 (0)