Skip to content

Commit

Permalink
Bump org.apache.commons:commons-parent from 79 to 80 #339
Browse files Browse the repository at this point in the history
Remove -nouses directive from maven-bundle-plugin. OSGi package imports
now state 'uses' definitions for package imports, this doesn't affect
JPMS
  • Loading branch information
garydgregory committed Jan 29, 2025
1 parent b168db6 commit 45da639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>79</version>
<version>80</version>
</parent>

<artifactId>commons-jcs3</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
<body>
<release version="3.3.0" date="YYYY-MM-DD">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="ammannmi">
Fix put time in JCSCache.put(K, V) #276.
</action>
<action type="fix" dev="ggregory" due-to="ammannmi">Fix put time in JCSCache.put(K, V) #276.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">
Add Maven property project.build.outputTimestamp for build reproducibility.
Expand All @@ -36,7 +35,7 @@
</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
Bump org.apache.commons:commons-parent from 59 to 79 #222, #258, #277, #280, #286, #292, #296, #302.
Bump org.apache.commons:commons-parent from 59 to 80 #222, #258, #277, #280, #286, #292, #296, #302.
</action>
<action dev="tv" type="update">
Replace system properties to limit class deserialization
Expand Down

0 comments on commit 45da639

Please sign in to comment.