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 c19c343 Add website content generated from
`208cfea2f903398674d559bd02bf2696c2440b95`
c19c343 is described below
commit c19c3435868378c6b73d236fc096266133ded83e
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jun 20 08:18:07 2024 +0000
Add website content generated from
`208cfea2f903398674d559bd02bf2696c2440b95`
---
404.html | 3 +++
features.html | 3 +++
index.html | 3 +++
release-instructions-project.html | 3 +++
release-instructions-xml-schema.html | 3 +++
release-notes.html | 20 +++++++++++++++++++-
sitemap.xml | 12 ++++++------
usage.html | 3 +++
8 files changed, 43 insertions(+), 7 deletions(-)
diff --git a/404.html b/404.html
index 13bcb73..a5bcb0a 100644
--- a/404.html
+++ b/404.html
@@ -10,6 +10,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="/logging-parent/_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/features.html b/features.html
index b59bcdc..cd41fa4 100644
--- a/features.html
+++ b/features.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/index.html b/index.html
index 1759768..c0df906 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/release-instructions-project.html
b/release-instructions-project.html
index 9d568ea..3073743 100644
--- a/release-instructions-project.html
+++ b/release-instructions-project.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/release-instructions-xml-schema.html
b/release-instructions-xml-schema.html
index 759131e..a7e8bad 100644
--- a/release-instructions-xml-schema.html
+++ b/release-instructions-xml-schema.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/release-notes.html b/release-notes.html
index 8ede3fc..9ab42e0 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -119,7 +122,19 @@
<div class="ulist">
<ul>
<li>
-<p>Update <code>github/codeql-action</code> to version `` (<a
href="https://github.com/apache/logging-parent/pull/184">184</a>)</p>
+<p>Update <code>actions/checkout</code> to version <code>4.1.7</code> (<a
href="https://github.com/apache/logging-parent/pull/192">192</a>)</p>
+</li>
+<li>
+<p>Update <code>com.github.spotbugs:spotbugs-annotations</code> to version
<code>4.8.6</code> (<a
href="https://github.com/apache/logging-parent/pull/194">194</a>)</p>
+</li>
+<li>
+<p>Update <code>com.google.errorprone:error_prone_core</code> to version
<code>2.28.0</code> (<a
href="https://github.com/apache/logging-parent/pull/188">188</a>)</p>
+</li>
+<li>
+<p>Update <code>com.palantir.javaformat:palantir-java-format</code> to version
`` (<a href="https://github.com/apache/logging-parent/pull/186">186</a>)</p>
+</li>
+<li>
+<p>Update <code>github/codeql-action</code> to version <code>3.25.10</code>
(<a href="https://github.com/apache/logging-parent/pull/193">193</a>)</p>
</li>
<li>
<p>Update <code>org.codehaus.mojo:build-helper-maven-plugin</code> to version
<code>3.6.0</code> (<a
href="https://github.com/apache/logging-parent/pull/183">183</a>)</p>
@@ -127,6 +142,9 @@
<li>
<p>Update <code>org.codehaus.mojo:exec-maven-plugin</code> to version `` (<a
href="https://github.com/apache/logging-parent/pull/185">185</a>)</p>
</li>
+<li>
+<p>Update <code>org.eclipse.jgit:org.eclipse.jgit</code> to version
<code>6.10.0.202406032230-r</code> (<a
href="https://github.com/apache/logging-parent/pull/190">190</a>)</p>
+</li>
</ul>
</div>
</div>
diff --git a/sitemap.xml b/sitemap.xml
index ecf7093..323fcb4 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/logging-parent/features.html</loc>
-<lastmod>2024-05-30T11:53:06.842Z</lastmod>
+<lastmod>2024-06-20T08:18:06.247Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/index.html</loc>
-<lastmod>2024-05-30T11:53:06.842Z</lastmod>
+<lastmod>2024-06-20T08:18:06.247Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-instructions-project.html</loc>
-<lastmod>2024-05-30T11:53:06.842Z</lastmod>
+<lastmod>2024-06-20T08:18:06.247Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-instructions-xml-schema.html</loc>
-<lastmod>2024-05-30T11:53:06.842Z</lastmod>
+<lastmod>2024-06-20T08:18:06.247Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/release-notes.html</loc>
-<lastmod>2024-05-30T11:53:06.842Z</lastmod>
+<lastmod>2024-06-20T08:18:06.247Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/logging-parent/usage.html</loc>
-<lastmod>2024-05-30T11:53:06.842Z</lastmod>
+<lastmod>2024-06-20T08:18:06.247Z</lastmod>
</url>
</urlset>
diff --git a/usage.html b/usage.html
index eb16d63..0ab6617 100644
--- a/usage.html
+++ b/usage.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }