This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch feat/update-readme-md in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
commit b2440e49c3d1e428dd925cbb42cace78126bddf5 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sun Apr 19 15:42:00 2026 +0200 feat: add link to `REPOSITORIES.md` As discussed in apache/commons-parent#701, this change adds a list to the `REPOSITORIES.md` file at the end of each `README.md` file. --- src/main/resources/commons-xdoc-templates/readme-md-template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md index 3dcec03..4d39b82 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -115,4 +115,5 @@ Additional Resources Apache Commons Components ------------------------- -Please see the [list of components](https://commons.apache.org/components.html) ++ [List of Apache Commons components](https://commons.apache.org/components.html): homepages and documentation for all components. ++ [`REPOSITORIES.md`](https://github.com/apache/commons-parent/blob/master/REPOSITORIES.md): overview of the code repositories and their build status.
