Skip to content

Commit c19a27e

Browse files
committed
Pick up maven-antrun-plugin version from parent POM org.apache:apache
1 parent 24d2d05 commit c19a27e

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
@@ -319,7 +319,6 @@ file comparators, endian transformation classes, and much more.
319319
<plugin>
320320
<groupId>org.apache.maven.plugins</groupId>
321321
<artifactId>maven-antrun-plugin</artifactId>
322-
<version>3.1.0</version>
323322
<executions>
324323
<execution>
325324
<id>prepare-checkout</id>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
5050
<!-- FIX -->
5151
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate constructor Counters.Counters() to be private in 4.0.</action>
5252
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate constructor Charsets.Charsets() to be private in 4.0.</action>
53+
<action dev="ggregory" type="fix" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action>
5354
<!-- ADD -->
5455
<action dev="ggregory" type="add" issue="IO-860" due-to="Nico Strecker, Gary Gregory">Add ThrottledInputStream.Builder.setMaxBytes(long, ChronoUnit).</action>
5556
<action dev="ggregory" type="add" due-to="Gary Gregory">Add IOIterable.</action>

0 commit comments

Comments
 (0)