This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 76013b5 Prepare for the release candidate
76013b5 is described below
commit 76013b5701c6bd99d959b05e94ba2ff6e904977b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 4 12:18:49 2026 +0000
Prepare for the release candidate
---
CONTRIBUTING.md | 8 ++++----
README.md | 4 ++--
RELEASE-NOTES.txt | 39 +++++++++++++++++++++++++++++++++++++++
src/changes/changes.xml | 2 +-
4 files changed, 46 insertions(+), 7 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9ffa2ae..c699011 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,13 +48,13 @@ Getting Started
---------------
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
-+ Make sure you have a [GitHub account](https://github.com/signup/free). This
is not essential, but makes providing patches much easier.
++ Make sure you have a [GitHub account](https://github.com/signup). This is
not essential, but makes providing patches much easier.
+ If you're planning to implement a new feature it makes sense to discuss your
changes on the [dev list](https://commons.apache.org/mail-lists.html) first.
This way you can make sure you're not wasting your time on something that isn't
considered to be in Apache Commons Parent's scope.
+ Submit a [Jira Ticket][jira] for your issue, assuming one does not already
exist.
+ Clearly describe the issue including steps to reproduce when it is a bug.
+ Make sure you fill in the earliest version that you know has the issue.
+ Find the corresponding [repository on
GitHub](https://github.com/apache/?query=commons-),
-[fork](https://help.github.com/articles/fork-a-repo/) and check out your
forked repository. If you don't have a GitHub account, you can still clone the
Commons repository.
+[fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
and check out your forked repository. If you don't have a GitHub account, you
can still clone the Commons repository.
Making Changes
--------------
@@ -108,8 +108,8 @@ Additional Resources
+ [Contributing patches](https://commons.apache.org/patches.html)
+ [Apache Commons Parent JIRA project page][jira]
+ [Contributor License Agreement][cla]
-+ [General GitHub documentation](https://help.github.com/)
-+ [GitHub pull request
documentation](https://help.github.com/articles/creating-a-pull-request/)
++ [General GitHub documentation](https://docs.github.com/)
++ [GitHub pull request
documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
[cla]:https://www.apache.org/licenses/#clas
[jira]:https://issues.apache.org/jira/browse/COMMONSSITE
diff --git a/README.md b/README.md
index 87ed5fa..7762f78 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Parent
[](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/org.apache.commons/commons-parent)
-[](https://javadoc.io/doc/org.apache.commons/commons-parent/104)
+[](https://javadoc.io/doc/org.apache.commons/commons-parent/105)
[](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml)
[](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)
@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven
repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>104</version>
+ <version>105</version>
</dependency>
```
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9b14a92..25aa783 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,42 @@
+Apache Commons Parent 105 Release Notes
+---------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache
Commons Parent 105.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons
components.
+
+This is a feature and maintenance release. Java 8 or later is required.
+
+Fixed Bugs
+----------
+* Ignore references to the signature-polymorphic
java.lang.invoke.MethodHandle in the Animal Sniffer check: javac records ad-hoc
call-site descriptors that no signature database lists. Thanks to Piotr P.
Karwasz.
+
+Changes
+-------
+* Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.2 to
2.9.3. Thanks to Gary Gregory.
+* Bump com.github.spotbugs:spotbugs-maven-plugin from
4.9.8.3 to 4.10.4.0 on Java 11 and up. Thanks to Gary Gregory.
+* Bump org.apache.felix:maven-bundle-plugin from 6.0.2 on
6.1.0 on Java 17 and up. Thanks to Gary Gregory.
+* Bump commons.pmd-impl.version from 7.26.0 to 7.27.0.
Thanks to Gary Gregory.
+* Bump commons.compiler.version from 3.15.0 to 3.16.0.
Thanks to Gary Gregory.
+* Bump commons.checkstyle.version from 14.0.0 to 14.1.0 on
Java 21 and up. Thanks to Gary Gregory.
+* Bump maven-surefire-plugin to 3.5.6 to 3.6.0. Thanks to
Gary Gregory.
+* Bump maven-surefire-report-plugin to 3.5.6 to 3.6.0.
Thanks to Gary Gregory.
+* Bump org.apache.felix:maven-bundle-plugin from 6.1.0 to
6.1.2 on Java 17 and up. Thanks to Gary Gregory.
+* Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.26.1 to 0.26.2. Thanks to Gary Gregory.
+* Bump maven-failsafe-plugin from 3.5.6 to 3.6.0. Thanks to
Gary Gregory.
+
+
+Historical list of changes:
https://commons.apache.org/proper/commons-parent/changes.html
+
+For complete information on Apache Commons Parent, including instructions on
how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Parent website:
+
+https://commons.apache.org/proper/commons-parent/
+
+Enjoy!
+Apache Commons Team
+
+-----------------------------------------------------------------------------
Apache Commons Parent 104 Release Notes
---------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2972e32..3032d83 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
The changes report outputs actions in the order they appear in this file.
-->
<body>
- <release version="105" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="105" date="2026-09-04" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Ignore
references to the signature-polymorphic java.lang.invoke.MethodHandle in the
Animal Sniffer check: javac records ad-hoc call-site descriptors that no
signature database lists.</action>
<!-- ADD -->