This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main-site-stg-out by this push:
new c023419 Add website content generated from
`e6f8ac33ed2dbe043dc37ffaf82be6828c860b0e`
c023419 is described below
commit c0234192437b9494b6cbc461ecbacb7eb8ae7f5f
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Jun 10 09:39:02 2025 +0000
Add website content generated from
`e6f8ac33ed2dbe043dc37ffaf82be6828c860b0e`
---
features.html | 2 +-
release-notes.html | 4 ++--
sitemap.xml | 16 ++++++++--------
usage.html | 2 +-
workflows.html | 14 +++++++-------
5 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/features.html b/features.html
index d225e11..4dcc3e3 100644
--- a/features.html
+++ b/features.html
@@ -288,7 +288,7 @@ The file will be created by the <code>reusable-build</code>
workflow.</p>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">build:
- uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/${site-project.version}
+ uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1
secrets:
DV_ACCESS_TOKEN: ${{ ! startsWith(github.refname, 'release/') &&
secrets.DEVELOCITY_ACCESS_KEY }}
with:
diff --git a/release-notes.html b/release-notes.html
index 7cc6db4..18f1bc4 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -125,10 +125,10 @@
<div class="ulist">
<ul>
<li>
-<p>Lock Antora dependency versions. (<a
href="https://github.com/apache/logging-parent/issues/366">366</a>)</p>
+<p>Fix staging of binary distribution archive. (<a
href="https://github.com/apache/logging-parent/issues/400">400</a>)</p>
</li>
<li>
-<p>Fix staging of binary distribution archive. (<a
href="https://github.com/apache/logging-parent/issues/400">400</a>)</p>
+<p>Improve Node.js caching using <code>package-lock.json</code>. (<a
href="https://github.com/apache/logging-parent/issues/366">366</a>, <a
href="https://github.com/apache/logging-parent/pull/408">408</a>)</p>
</li>
</ul>
</div>
diff --git a/sitemap.xml b/sitemap.xml
index 26d6bd8..cd8f20e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,34 +2,34 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/logging-parent/features.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/index.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-instructions-project.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-instructions-xml-schema.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-notes.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-review-instructions.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/usage.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/workflows.html</loc>
-<lastmod>2025-06-10T09:13:53.419Z</lastmod>
+<lastmod>2025-06-10T09:39:00.482Z</lastmod>
</url>
</urlset>
diff --git a/usage.html b/usage.html
index 33504ed..cd92647 100644
--- a/usage.html
+++ b/usage.html
@@ -122,7 +122,7 @@
<div class="olist arabic">
<ol class="arabic">
<li>
-<p>Add <code>org.apache.logging:logging-parent:${site-project.version}</code>
as a <code>parent</code> to your <code>pom.xml</code></p>
+<p>Add <code>org.apache.logging:logging-parent:12.1.1</code> as a
<code>parent</code> to your <code>pom.xml</code></p>
</li>
<li>
<p>You may need to add <code>.mvn/jvm.config</code> to your project. See <a
href="https://github.com/apache/logging-log4j2/blob/2.x/.mvn/jvm.config">this</a>
as an example.</p>
diff --git a/workflows.html b/workflows.html
index 38dc09b..e6ed23e 100644
--- a/workflows.html
+++ b/workflows.html
@@ -165,7 +165,7 @@
<div class="title">Snippet from an <a
href="https://github.com/apache/logging-parent/tree/main/src/site/antora/modules/ROOT/examples/build.yaml">example
<code>build.yaml</code></a> using this workflow</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">build:
- uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/${site-project.version}
+ uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1
secrets:
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && ''
|| secrets.DEVELOCITY_ACCESS_KEY }}
with:
@@ -191,7 +191,7 @@
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">deploy-snapshot:
needs: build
if: github.repository == 'apache/logging-log4j2' && github.ref_name
== '2.x'
- uses:
apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/${site-project.version}
+ uses:
apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.1.1
# Secrets for deployments
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
@@ -234,7 +234,7 @@
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">deploy-release:
needs: build
if: github.repository == 'apache/logging-log4j2' &&
startsWith(github.ref_name, 'release/')
- uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/${site-project.version}
+ uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.1.1
# Secrets for deployments
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -269,7 +269,7 @@
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">verify-reproducibility-snapshot:
needs: deploy-snapshot
name: "verify-reproducibility (${{
needs.deploy-snapshot.outputs.project-version }})"
- uses:
apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/${site-project.version}
+ uses:
apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.1
with:
# Reference repository
nexus-url: https://repository.apache.org/content/groups/snapshots
@@ -286,7 +286,7 @@
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">verify-reproducibility-release:
needs: deploy-release
name: "verify-reproducibility (${{
needs.deploy-release.outputs.project-version }})"
- uses:
apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/${site-project.version}
+ uses:
apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.1
with:
# Reference repository
nexus-url: ${{ needs.deploy-release.outputs.nexus-url }}
@@ -321,7 +321,7 @@
<div class="content">
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">deploy-site-stg:
if: github.repository == 'apache/logging-log4j2' && github.ref_name
== '2.x'
- uses:
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/${site-project.version}
+ uses:
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1.1
# Secrets for committing the generated site
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -358,7 +358,7 @@
deploy-site-rel:
needs: export-version
- uses:
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/${site-project.version}
+ uses:
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1.1
# Secrets for committing the generated site
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}