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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 682a33b Bump org.apache.commons:commons-parent from 79 to 80 #339 682a33b is described below commit 682a33ba8ea89bc213e1dcdd0e9b91652efab01e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 09:13:31 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 --- 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 <action> type attribute can be add,update,fix,remove. <release version="1.3.5" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action dev="ggregory" type="fix" due-to="Gary Gregory">Javadoc is missing its Overview page.</action> + <action dev="ggregory" type="fix" due-to="Gary Gregory">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.</action> <!-- ADD --> <!-- UPDATE --> - <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 72 to 78 #285, #287, #295, #298, #303, #310.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 72 to 80 #285, #287, #295, #298, #303, #310, #339.</action> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 [test].</action> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump log4j2.version from 2.23.1 to 2.24.3 #292, #299, #319, #328.</action> <!-- REMOVE -->