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
commit 860e2bacdb2964ff7b4370583bce7ad8874cd6a5 Author: Gary D. Gregory <[email protected]> AuthorDate: Wed Jul 23 09:55:36 2025 +0000 Prepare for the next release candidate --- RELEASE-NOTES.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 86e1923..24284f5 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -11,6 +11,51 @@ Version 1.9.1. +Fixed Bugs +---------- + +* Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks 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). Thanks to Gary Gregory. +* Pick up Javadoc site configuration from parent POM and make sure it works by addiing it to the default goal. Thanks to Gary Gregory. + +Changes +------- + +* Bump org.apache.commons:commons-parent from 79 to 85 #376. Thanks to Gary Gregory, Dependabot. +* Bump org.apache.commons:commons-build-plugin from 1.14.1 to 1.16.0 #355. Thanks to Dependabot, Arnout Engelen, Gary Greggory. +* Bump commons-codec:commons-codec from 1.17.2 to 1.19.0 #357. Thanks to Dependabot, Gary Gregory. +* Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 #372. Thanks to Dependabot, Gary Gregory. +* Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to Gary Gregory, Dependabot. +* Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0. Thanks to Gary Gregory. +* Bump maven.dependency.version from 3.9.9 to 3.9.11 #383. Thanks to Gary Gregory, Dependabot. + + +Historical list of changes: https://commons.apache.org/proper/commons-release-plugin//changes.html + +For complete information on Apache Commons Release Plugin, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Commons Release Plugin website: + +https://commons.apache.org/proper/commons-release-plugin/ + +Download page: https://commons.apache.org/proper/commons-release-plugin//download_release-plugin.cgi + +Have fun! +-Apache Commons Team + +----------------------------------------------------------------------------- +Apache Commons Release Plugin 1.9.1 Release Notes +------------------------------------------------ + +The Apache Commons Release Plugin team is pleased to announce the release of Apache Commons Release Plugin 1.9.1. + +This document contains the release notes for Apache Commons Release Plugin. + +Apache Maven Mojo for Apache Commons Release tasks. + +Version 1.9.1. + + + Fixed Bugs ----------
