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

github-bot pushed a commit to branch release/2.21.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git


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

commit 709c4e570a8317012cb02051dcc924b8d1a78e3b
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Oct 19 17:37:57 2023 +0000

    Release changelog for version `2.21.1`
---
 src/changelog/2.21.1/.release-notes.md.ftl         | 22 ++++++++++++++++++++++
 src/changelog/2.21.1/.release.xml                  | 21 +++++++++++++++++++++
 src/changelog/{.2.x.x => 2.21.1}/add-osgi-jpms.xml |  0
 .../{.2.x.x => 2.21.1}/bump-logging-parent.xml     |  0
 src/changelog/{.2.x.x => 2.21.1}/fix-group-id.xml  |  0
 5 files changed, 43 insertions(+)

diff --git a/src/changelog/2.21.1/.release-notes.md.ftl 
b/src/changelog/2.21.1/.release-notes.md.ftl
new file mode 100644
index 0000000..d2635ca
--- /dev/null
+++ b/src/changelog/2.21.1/.release-notes.md.ftl
@@ -0,0 +1,22 @@
+<#--
+  ~ 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.version}<#if release.date?has_content> (${release.date})</#if>
+
+This marks the first release where the Log4j JMX GUI is released separately 
from the Log4j itself.
+
+<#include "../.changelog.md.ftl">
diff --git a/src/changelog/2.21.1/.release.xml 
b/src/changelog/2.21.1/.release.xml
new file mode 100644
index 0000000..4f298d9
--- /dev/null
+++ b/src/changelog/2.21.1/.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-10-19" version="2.21.1"/>
diff --git a/src/changelog/.2.x.x/add-osgi-jpms.xml 
b/src/changelog/2.21.1/add-osgi-jpms.xml
similarity index 100%
rename from src/changelog/.2.x.x/add-osgi-jpms.xml
rename to src/changelog/2.21.1/add-osgi-jpms.xml
diff --git a/src/changelog/.2.x.x/bump-logging-parent.xml 
b/src/changelog/2.21.1/bump-logging-parent.xml
similarity index 100%
rename from src/changelog/.2.x.x/bump-logging-parent.xml
rename to src/changelog/2.21.1/bump-logging-parent.xml
diff --git a/src/changelog/.2.x.x/fix-group-id.xml 
b/src/changelog/2.21.1/fix-group-id.xml
similarity index 100%
rename from src/changelog/.2.x.x/fix-group-id.xml
rename to src/changelog/2.21.1/fix-group-id.xml

Reply via email to