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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new d5b331e  Remove -nouses directive from maven-bundle-plugin. OSGi 
package imports now state 'uses' definitions for package imports, this doesn't 
affect JPMS #581
d5b331e is described below

commit d5b331e614435ac75b14534878510aac90c0e6ee
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Jan 25 16:29:12 2025 -0500

    Remove -nouses directive from maven-bundle-plugin. OSGi package imports
    now state 'uses' definitions for package imports, this doesn't affect
    JPMS #581
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 973800e..7a646f9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
         <!-- FIX -->
         <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix broken 
Mockito dependency.</action>
         <action type="fix" dev="ggregory" due-to="Gary Gregory, Sylwester 
Lachiewicz">Don't configure the Javadoc plugin to link to a fixed Java version, 
let the build pick up the matching version for that component.</action>
-        <action type="fix" dev="ggregory" due-to="Christoph Läubrich, Piotr P. 
Karwasz, Gary Gregory, Bernd">Remove -nouses directive from maven-bundle-plugin 
#581.</action>
+        <action type="fix" dev="ggregory" due-to="Christoph Läubrich, Piotr P. 
Karwasz, Gary Gregory, Bernd">Remove -nouses directive from 
maven-bundle-plugin. OSGi package imports now state 'uses' definitions for 
package imports, this doesn't affect JPMS #581.</action>
         <!-- ADD -->
         <action type="add" dev="ggregory" due-to="Gary Gregory">Add property 
commons.main.branch.</action>
         <action type="add" dev="ggregory" due-to="Gary Gregory">Add property 
commons.release.branch.</action>

Reply via email to