From 682a33ba8ea89bc213e1dcdd0e9b91652efab01e Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 29 Jan 2025 09:13:31 -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 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 74da635..57a0a88 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,9 +48,10 @@ The type attribute can be add,update,fix,remove. Javadoc is missing its Overview page. + From org.apache.commons:commons-parent:80: Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS. - Bump org.apache.commons:commons-parent from 72 to 78 #285, #287, #295, #298, #303, #310. + Bump org.apache.commons:commons-parent from 72 to 80 #285, #287, #295, #298, #303, #310, #339. Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 [test]. Bump log4j2.version from 2.23.1 to 2.24.3 #292, #299, #319, #328.