From 45da6393b80aaa1ccec54d1bba96600618de2e10 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 29 Jan 2025 09:54:04 -0500 Subject: [PATCH] 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 10fcdc96d..698715bfd 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache.commons commons-parent - 79 + 80 commons-jcs3 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index faf7d7173..bcc51667e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,9 +23,8 @@ - - Fix put time in JCSCache.put(K, V) #276. - + Fix put time in JCSCache.put(K, V) #276. + 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). Add Maven property project.build.outputTimestamp for build reproducibility. @@ -36,7 +35,7 @@ - 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. Replace system properties to limit class deserialization