This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/10.0.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit a2a68d833f9ab29ed35f04a266a0decb3ac5fbc5
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Sep 8 12:14:06 2023 +0200

    Update `README.adoc`
---
 README.adoc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.adoc b/README.adoc
index fc9bde9..2feae07 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,7 +19,7 @@ 
https://github.com/apache/logging-parent/actions[image:https://github.com/apache
 
https://search.maven.org/search?q=g:org.apache.logging%20a:logging-parent[image:https://img.shields.io/maven-central/v/org.apache.logging/logging-parent.svg[Maven
 Central]]
 
https://www.apache.org/licenses/LICENSE-2.0.txt[image:https://img.shields.io/github/license/apache/logging-parent.svg[License]]
 
-This project contains the parent POM and the reusable GitHub Actions workflows 
**internally** used by other Maven-based https://logging.apache.org[Apache 
Logging Services projects].
+Parent project **internally** used in Maven-based projects of 
https://logging.apache.org[the Apache Logging Services projects].
 
 == Build
 
@@ -33,7 +33,7 @@ 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/.10.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.yaml[]
@@ -43,6 +43,7 @@ You can use this project as follows:
 .. xref:README.adoc[] (you can reuse _Distribution_, _Support_, _Security_, 
and _License_ sections as is)
 .. xref:RELEASE-NOTES.md[]
 .. xref:RELEASING.adoc[]
+.. xref:.mvn/jvm.config[] (run `mvn wrapper:wrapper` beforehand)
 
 == Features
 
@@ -61,15 +62,15 @@ The provided parent POM features the following conveniences:
 
 The provided reusable GitHub Actions workflows feature the following 
conveniences:
 
-xref:.github/workflows/build-reusable.yaml[`build-reusable.yml`]::
+xref:.github/workflows/build-reusable.yaml[`build-reusable.yaml`]::
 * Compiles against Java 8 bytecode using the specified Java compiler version
 * Verifies reproducibility
 * Automatically merges verified `dependabot` PRs
 
-xref:.github/workflows/deploy-snapshot-reusable.yaml[`deploy-snapshot-reusable.yml`]::
+xref:.github/workflows/deploy-snapshot-reusable.yaml[`deploy-snapshot-reusable.yaml`]::
 * Deploys SNAPSHOT artifacts
 
-xref:.github/workflows/deploy-release-reusable.yaml[`deploy-release-reusable.yml`]::
+xref:.github/workflows/deploy-release-reusable.yaml[`deploy-release-reusable.yaml`]::
 * Deploys release artifacts
 * Generates the release notes
 * Generates the distribution ZIP containing Git-tracked sources, release 
notes, binary attachments, `NOTICE.txt`, etc.

Reply via email to