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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 8667f69c Bump org.apache.commons:commons-parent from 79 to 80 8667f69c is described below commit 8667f69c1b3b309592dc372258dedb7f75eb0660 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 10:46:07 2025 -0500 Bump org.apache.commons:commons-parent from 79 to 80 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 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6115099e..76f80060 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>80</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-beanutils2</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2ba3704d..d5c6d917 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,9 +30,10 @@ <release version="2.0.0-M2" date="YYYY-MM-DD" description="This is a major release and requires Java 8."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</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 --> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 80.</action> </release> <release version="2.0.0-M1" date="2024-12-27" description="This is a major release and requires Java 8"> <action issue="BEANUTILS-503" dev="ggregory" type="update" due-to="Gary Gregory">