This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.1.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 57158b6f3c8635bc1a17de63e6d9c80c7da73196 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Sep 26 20:17:29 2023 +0200 Fix the website URL --- .asf.yaml | 2 +- README.adoc | 2 +- src/changelog/.10.x.x/.release-notes.adoc.ftl | 2 +- src/changelog/.10.x.x/add-website.xml | 2 +- src/site/release-notes/_10.x.x.adoc | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 1d51505..7de06b9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -20,7 +20,7 @@ github: description: Parent project internally used in Maven-based projects of the Apache Logging Services - homepage: https://logging.apache.org/logging-parent + homepage: https://logging.apache.org/logging-parent/latest labels: - apache - java diff --git a/README.adoc b/README.adoc index 5078251..b22a300 100644 --- a/README.adoc +++ b/README.adoc @@ -19,4 +19,4 @@ 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]] -Parent project **internally** used in Maven-based projects of https://logging.apache.org[the Apache Logging Services] projects. See https://logging.apache.org/logging-parent[the project website] for further information. +Parent project **internally** used in Maven-based projects of https://logging.apache.org[the Apache Logging Services] projects. See https://logging.apache.org/logging-parent/latest[the project website] for further information. diff --git a/src/changelog/.10.x.x/.release-notes.adoc.ftl b/src/changelog/.10.x.x/.release-notes.adoc.ftl index d4548e9..8662cca 100644 --- a/src/changelog/.10.x.x/.release-notes.adoc.ftl +++ b/src/changelog/.10.x.x/.release-notes.adoc.ftl @@ -39,7 +39,7 @@ <#if release.date?has_content>Release date:: ${release.date}</#if> This minor release focuses on shipping AsciiDoc-based website generation convenience targeting the `src/site` folder. -As a part of this effort, `logging-parent` started publishing https://logging.apache.org/logging-parent[its own website] and `log4j-changelog` support is switched from Markdown to AsciiDoc. +As a part of this effort, `logging-parent` started publishing https://logging.apache.org/logging-parent/latest[its own website] and `log4j-changelog` support is switched from Markdown to AsciiDoc. The introduced https://github.com/bndtools/bnd/blob/master/maven-plugins/bnd-maven-plugin[`bnd-maven-plugin`] default auto-generates both OSGi and JPMS descriptors. Users only need to annotate packages that are to be exported with `org.osgi.annotation.bundle.Export`, plugin will do the rest of the magic. diff --git a/src/changelog/.10.x.x/add-website.xml b/src/changelog/.10.x.x/add-website.xml index 5049731..de74f27 100644 --- a/src/changelog/.10.x.x/add-website.xml +++ b/src/changelog/.10.x.x/add-website.xml @@ -4,5 +4,5 @@ xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="added"> <author id="github:vy"/> - <description format="asciidoc">Started publishing https://logging.apache.org/logging-parent[the project website]</description> + <description format="asciidoc">Started publishing https://logging.apache.org/logging-parent/latest[the project website]</description> </entry> diff --git a/src/site/release-notes/_10.x.x.adoc b/src/site/release-notes/_10.x.x.adoc index f1e32f3..2cd309c 100644 --- a/src/site/release-notes/_10.x.x.adoc +++ b/src/site/release-notes/_10.x.x.adoc @@ -39,7 +39,7 @@ This minor release focuses on shipping AsciiDoc-based website generation convenience targeting the `src/site` folder. -As a part of this effort, `logging-parent` started publishing https://logging.apache.org/logging-parent[its own website] and `log4j-changelog` support is switched from Markdown to AsciiDoc. +As a part of this effort, `logging-parent` started publishing https://logging.apache.org/logging-parent/latest[its own website] and `log4j-changelog` support is switched from Markdown to AsciiDoc. The introduced https://github.com/bndtools/bnd/blob/master/maven-plugins/bnd-maven-plugin[`bnd-maven-plugin`] default auto-generates both OSGi and JPMS descriptors. Users only need to annotate packages that are to be exported with `org.osgi.annotation.bundle.Export`, plugin will do the rest of the magic. @@ -52,7 +52,7 @@ In particular, we expect the absence of `module-info.java` files to avoid severa * Added `asciidoc` and `constants-tmpl-adoc` profiles to generate AsciiDoc-based websites from `src/site` * Added support to auto-generate changelog entries for `dependabot` updates * Added `bnd-maven-plugin` defaults to auto-generate both OSGi and JPMS descriptors -* Started publishing https://logging.apache.org/logging-parent[the project website] +* Started publishing https://logging.apache.org/logging-parent/latest[the project website] ==== Changed
