Skip to content

Commit

Permalink
Add property commons.taglist.version with the value "3.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 11, 2024
1 parent 7233142 commit a9a4fcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
<commons.junit.version>5.11.2</commons.junit.version>
<commons.jmh.version>1.37</commons.jmh.version>
<commons.asm.version>9.7.1</commons.asm.version>
<!-- https://github.com/mojohaus/taglist-maven-plugin/issues/165 -->
<commons.taglist.version>3.1.0</commons.taglist.version>
<!--
Note: Maven site plugin 3.5.1 is the latest version but is not a direct replacement:
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Fix spotbugs:check on Java 24-ea.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.asm.version with the value "9.7.1".</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.taglist.version with the value "3.1.0".</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1.</action>
Expand Down

0 comments on commit a9a4fcd

Please sign in to comment.