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 627b4de Add website content generated from
`6286ddc654e201622b2e86a3d951e0a69cc92c1f`
627b4de is described below
commit 627b4de477b1767cde604a0940b71e9fd58fb63d
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon May 19 19:25:28 2025 +0000
Add website content generated from
`6286ddc654e201622b2e86a3d951e0a69cc92c1f`
---
features.html | 2 +-
release-notes.html | 10 ++++++++++
sitemap.xml | 14 +++++++-------
usage.html | 2 +-
4 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/features.html b/features.html
index 1831b2a..b4fbd89 100644
--- a/features.html
+++ b/features.html
@@ -362,7 +362,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/11.3.0
+ uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/${site-project.version}
secrets:
DV_ACCESS_TOKEN: ${{ ! startsWith(github.refname, 'release/') &&
secrets.DEVELOCITY_ACCESS_KEY }}
with:
diff --git a/release-notes.html b/release-notes.html
index 630a504..abae17e 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -121,6 +121,16 @@
<p>This minor release contains several small improvements.</p>
</div>
<div class="sect2">
+<h3 id="release-notes-12-x-x-changed"><a class="anchor"
href="#release-notes-12-x-x-changed"></a>Changed</h3>
+<div class="ulist">
+<ul>
+<li>
+<p>Lock Antora dependency versions. (<a
href="https://github.com/apache/logging-parent/issues/366">366</a>)</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect2">
<h3 id="release-notes-12-x-x-updated"><a class="anchor"
href="#release-notes-12-x-x-updated"></a>Updated</h3>
<div class="ulist">
<ul>
diff --git a/sitemap.xml b/sitemap.xml
index 57501c0..d1ff53a 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,30 +2,30 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/logging-parent/features.html</loc>
-<lastmod>2025-04-12T15:38:15.943Z</lastmod>
+<lastmod>2025-05-19T19:25:26.844Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/index.html</loc>
-<lastmod>2025-04-12T15:38:15.943Z</lastmod>
+<lastmod>2025-05-19T19:25:26.844Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-instructions-project.html</loc>
-<lastmod>2025-04-12T15:38:15.943Z</lastmod>
+<lastmod>2025-05-19T19:25:26.844Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-instructions-xml-schema.html</loc>
-<lastmod>2025-04-12T15:38:15.943Z</lastmod>
+<lastmod>2025-05-19T19:25:26.844Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-notes.html</loc>
-<lastmod>2025-04-12T15:38:15.943Z</lastmod>
+<lastmod>2025-05-19T19:25:26.844Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-review-instructions.html</loc>
-<lastmod>2025-04-12T15:38:15.943Z</lastmod>
+<lastmod>2025-05-19T19:25:26.844Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/usage.html</loc>
-<lastmod>2025-04-12T15:38:15.943Z</lastmod>
+<lastmod>2025-05-19T19:25:26.844Z</lastmod>
</url>
</urlset>
diff --git a/usage.html b/usage.html
index 973237d..94050ec 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:11.3.0</code> as a
<code>parent</code> to your <code>pom.xml</code></p>
+<p>Add <code>org.apache.logging:logging-parent:${site-project.version}</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>