Skip to content

Commit 5665ebe

Browse files
committed
Pick up maven-antrun-plugin version from parent POM org.apache:apache
1 parent 2252665 commit 5665ebe

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
@@ -247,7 +247,6 @@
247247
<plugin>
248248
<groupId>org.apache.maven.plugins</groupId>
249249
<artifactId>maven-antrun-plugin</artifactId>
250-
<version>3.1.0</version>
251250
<executions>
252251
<execution>
253252
<id>prepare-checkout</id>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<action type="fix" dev="ggregory" due-to="Dávid Szigecsán">Refactor default parser test #294.</action>
3030
<action type="fix" dev="ggregory" due-to="Gary Gregory">Port to JUnit 5.</action>
3131
<action type="fix" dev="ggregory" due-to="Gary Gregory">Generics for Converter should use Exception not Throwable.</action>
32+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action>
3233
<!-- ADD -->
3334
<action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren, Gary Gregory">Help formatter extension in the new package #314.</action>
3435
<action type="add" dev="ggregory" due-to="Gary Gregory">CommandLine.Builder implements Supplier&lt;CommandLine&gt;.</action>

0 commit comments

Comments
 (0)