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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 740eee4 Bump org.apache.commons:commons-parent from 79 to 80 740eee4 is described below commit 740eee4db20c388b6ef6744287a8c526e129e286 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 10:27:25 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 | 3 +-- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0fab1cf..2fb8963 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>80</version> </parent> <artifactId>commons-release-plugin</artifactId> <packaging>maven-plugin</packaging> @@ -295,7 +295,6 @@ <encoding>${commons.encoding}</encoding> <notimestamp>true</notimestamp> <links> - <link>${commons.javadoc.java.link}</link> <link>${commons.javadoc.javaee.link}</link> </links> <archive> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d681df6..be98116 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,10 +27,12 @@ <release version="1.9.1" date="YYYY-MM-DD" description="Version 1.9.1."> <!-- FIX --> <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</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="engelen" due-to="Dependabot, Arnout Engelen">Bump org.apache.commons:commons-build-plugin from 1.14.1 to 1.15.0 #355.</action> <action type="update" dev="engelen" due-to="Dependabot, Gary Gregory">Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 #357.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 80.</action> </release> <release version="1.9.0" date="2025-01-08" description="Version 1.9.0"> <!-- UPDATES -->