This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/1.10.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit ab96977b0a266adb09e3dfac9217877c77f2e671 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 4 16:38:53 2023 +0200 Update `README.adoc` --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index cf67f22..666f1d8 100644 --- a/README.adoc +++ b/README.adoc @@ -33,10 +33,14 @@ You can use this project as follows: . Add `org.apache.logging:logging-parent` as a `parent` to your `pom.xml` .. Check if `./mvnw verify` succeeds, otherwise make necessary changes . Copy and adapt following files: +.. xref:src/changelog/.1.x.x/.release-notes.md.ftl[] (adapt the folder name to match your project; `.2.x.x`, `.3.x.x`, etc.) .. xref:src/changelog/.changelog.md.ftl[] .. xref:src/changelog/.index.md.ftl[] .. xref:.github/workflows/build.yml[] .. xref:.github/generate-email.sh[] +.. xref:LICENSE.txt[] +.. xref:NOTICE.txt[] +.. xref:README.adoc[] (you can reuse _Distribution_, _Support_, _Security_, and _License_ sections as is) .. xref:RELEASE-NOTES.md[] .. xref:RELEASING.adoc[]
