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

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


The following commit(s) were added to refs/heads/release/10.4.0 by this push:
     new 08224ec  Release changelog for version `10.4.0`
08224ec is described below

commit 08224ec433db5ade8e7ce5df245a3034416e281d
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Nov 13 20:38:45 2023 +0000

    Release changelog for version `10.4.0`
---
 .../10.4.0/.release-notes.adoc.ftl}                 | 18 ++++--------------
 src/changelog/10.4.0/.release.xml                   | 21 +++++++++++++++++++++
 .../add-deterministic-formatter.xml                 |  0
 .../increase-file-walk-depth.xml                    |  0
 ...ate_com_github_spotbugs_spotbugs_annotations.xml |  0
 ...te_com_github_spotbugs_spotbugs_maven_plugin.xml |  0
 ...g_apache_maven_plugins_maven_artifact_plugin.xml |  0
 src/site/_release-notes.adoc                        |  2 +-
 .../_release-notes/{_10.x.x.adoc => _10.4.0.adoc}   |  6 +++---
 src/site/_release-notes/_10.x.x.adoc                | 11 -----------
 10 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/changelog/10.4.0/.release-notes.adoc.ftl
similarity index 79%
copy from src/site/_release-notes/_10.x.x.adoc
copy to src/changelog/10.4.0/.release-notes.adoc.ftl
index cf47ae7..b220984 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/changelog/10.4.0/.release-notes.adoc.ftl
@@ -33,21 +33,11 @@
     3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
 ////
 
-[#release-notes-10-x-x]
-=== 10.x.x
-
+[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
+=== ${release.version}
 
+<#if release.date?has_content>Release date:: ${release.date}</#if>
 
 This minor release contains several small improvements.
 
-
-==== Added
-
-* Add deterministic Palantir Java formatter
-
-==== Changed
-
-* Increase directory scanning depth from 8 to 32 in the distribution BeanShell 
script
-* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.1` 
(https://github.com/apache/logging-parent/pull/58[58])
-* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0` 
(https://github.com/apache/logging-parent/pull/57[57])
-* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/10.4.0/.release.xml 
b/src/changelog/10.4.0/.release.xml
new file mode 100644
index 0000000..ef12f07
--- /dev/null
+++ b/src/changelog/10.4.0/.release.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to you under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+<release xmlns="http://logging.apache.org/log4j/changelog";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
+         date="2023-11-13" version="10.4.0"/>
diff --git a/src/changelog/.10.x.x/add-deterministic-formatter.xml 
b/src/changelog/10.4.0/add-deterministic-formatter.xml
similarity index 100%
rename from src/changelog/.10.x.x/add-deterministic-formatter.xml
rename to src/changelog/10.4.0/add-deterministic-formatter.xml
diff --git a/src/changelog/.10.x.x/increase-file-walk-depth.xml 
b/src/changelog/10.4.0/increase-file-walk-depth.xml
similarity index 100%
rename from src/changelog/.10.x.x/increase-file-walk-depth.xml
rename to src/changelog/10.4.0/increase-file-walk-depth.xml
diff --git 
a/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_annotations.xml 
b/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_annotations.xml
similarity index 100%
rename from 
src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_annotations.xml
rename to 
src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_annotations.xml
diff --git 
a/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml 
b/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
similarity index 100%
rename from 
src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml
rename to 
src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
diff --git 
a/src/changelog/.10.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml
 
b/src/changelog/10.4.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
similarity index 100%
rename from 
src/changelog/.10.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml
rename to 
src/changelog/10.4.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index 54a344c..b5dbc78 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,7 +36,7 @@
 [#release-notes]
 == Release Notes
 
-include::_release-notes/_10.x.x.adoc[]
+include::_release-notes/_10.4.0.adoc[]
 include::_release-notes/_10.3.0.adoc[]
 include::_release-notes/_10.2.0.adoc[]
 include::_release-notes/_10.1.1.adoc[]
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.4.0.adoc
similarity index 97%
copy from src/site/_release-notes/_10.x.x.adoc
copy to src/site/_release-notes/_10.4.0.adoc
index cf47ae7..2835c72 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.4.0.adoc
@@ -33,10 +33,10 @@
     3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
 ////
 
-[#release-notes-10-x-x]
-=== 10.x.x
-
+[#release-notes-10-4-0]
+=== 10.4.0
 
+Release date:: 2023-11-13
 
 This minor release contains several small improvements.
 
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index cf47ae7..8f67449 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -40,14 +40,3 @@
 
 This minor release contains several small improvements.
 
-
-==== Added
-
-* Add deterministic Palantir Java formatter
-
-==== Changed
-
-* Increase directory scanning depth from 8 to 32 in the distribution BeanShell 
script
-* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.1` 
(https://github.com/apache/logging-parent/pull/58[58])
-* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0` 
(https://github.com/apache/logging-parent/pull/57[57])
-* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`

Reply via email to