Skip to content

Commit

Permalink
Pick up maven-antrun-plugin version from parent POM org.apache:apache
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 20, 2024
1 parent 9cf97d6 commit 595a4f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase>process-sources</phase>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory">
Replace NumberParser use of Locale.ENGLISH with Locale.ROOT.
</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action>
<!-- ADD -->
<action dev="henrib" type="add" issue="JEXL-428" due-to="Xu Pengcheng">
Make Comparable object high priority while comparing.
Expand Down

0 comments on commit 595a4f6

Please sign in to comment.