This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 45da6393b80aaa1ccec54d1bba96600618de2e10 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 09:54:04 2025 -0500 Bump org.apache.commons:commons-parent from 79 to 80 #339 Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS --- pom.xml | 2 +- src/changes/changes.xml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 10fcdc96..698715bf 100644 --- a/pom.xml +++ b/pom.xml @@ -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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index faf7d717..bcc51667 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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. @@ -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