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

vy pushed a commit to branch release/0.9.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit cb413ab5c578e4714c7483de1f8287d900828cf0
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 8 15:33:47 2024 +0200

    Prepare to release `0.9.0`
---
 pom.xml                                            |  2 +-
 src/changelog/0.9.0/.release-notes.adoc.ftl        | 43 ++++++++++++++++++++++
 src/changelog/0.9.0/.release.xml                   | 21 +++++++++++
 src/changelog/{.0.x.x => 0.9.0}/add-maven-skip.xml |  0
 .../add-multi-doc-generator-template.xml           |  0
 src/changelog/{.0.x.x => 0.9.0}/antora.xml         |  0
 .../fix-docgen-plugin-subclass.xml                 |  0
 .../update_commons_io_commons_io.xml               |  0
 .../update_org_apache_logging_logging_parent.xml   |  0
 ...maven_plugin_tools_maven_plugin_annotations.xml |  0
 ...e_org_codehaus_modello_modello_maven_plugin.xml |  0
 .../update_org_xmlunit_xmlunit_assertj3.xml        |  0
 12 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 516f4e5..58058b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>0.9.0-SNAPSHOT</revision>
+    <revision>0.9.0</revision>
 
     <!-- `project.build.outputTimestamp` is required to be present for 
reproducible builds.
          We actually inherit one from the `org.apache:apache` through our 
parent `org.apache.logging:logging-parent`.
diff --git a/src/changelog/0.9.0/.release-notes.adoc.ftl 
b/src/changelog/0.9.0/.release-notes.adoc.ftl
new file mode 100644
index 0000000..27c6484
--- /dev/null
+++ b/src/changelog/0.9.0/.release-notes.adoc.ftl
@@ -0,0 +1,43 @@
+////
+    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.
+////
+
+////
+    ██     ██  █████  ██████  ███    ██ ██ ███    ██  ██████  ██
+    ██     ██ ██   ██ ██   ██ ████   ██ ██ ████   ██ ██       ██
+    ██  █  ██ ███████ ██████  ██ ██  ██ ██ ██ ██  ██ ██   ███ ██
+    ██ ███ ██ ██   ██ ██   ██ ██  ██ ██ ██ ██  ██ ██ ██    ██
+     ███ ███  ██   ██ ██   ██ ██   ████ ██ ██   ████  ██████  ██
+
+    IF THIS FILE DOESN'T HAVE A `.ftl` SUFFIX, IT IS AUTO-GENERATED, DO NOT 
EDIT IT!
+
+    Version-specific release notes (`7.8.0.adoc`, etc.) are generated from 
`src/changelog/*/.release-notes.adoc.ftl`.
+    Auto-generation happens during `generate-sources` phase of Maven.
+    Hence, you must always
+
+    1. Find and edit the associated `.release-notes.adoc.ftl`
+    2. Run `./mvnw generate-sources`
+    3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
+////
+
+[#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 small bug fixes and improvements.
+
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/0.9.0/.release.xml b/src/changelog/0.9.0/.release.xml
new file mode 100644
index 0000000..51f8aa6
--- /dev/null
+++ b/src/changelog/0.9.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="https://logging.apache.org/xml/ns";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
+         date="2024-05-08" version="0.9.0"/>
diff --git a/src/changelog/.0.x.x/add-maven-skip.xml 
b/src/changelog/0.9.0/add-maven-skip.xml
similarity index 100%
rename from src/changelog/.0.x.x/add-maven-skip.xml
rename to src/changelog/0.9.0/add-maven-skip.xml
diff --git a/src/changelog/.0.x.x/add-multi-doc-generator-template.xml 
b/src/changelog/0.9.0/add-multi-doc-generator-template.xml
similarity index 100%
rename from src/changelog/.0.x.x/add-multi-doc-generator-template.xml
rename to src/changelog/0.9.0/add-multi-doc-generator-template.xml
diff --git a/src/changelog/.0.x.x/antora.xml b/src/changelog/0.9.0/antora.xml
similarity index 100%
rename from src/changelog/.0.x.x/antora.xml
rename to src/changelog/0.9.0/antora.xml
diff --git a/src/changelog/.0.x.x/fix-docgen-plugin-subclass.xml 
b/src/changelog/0.9.0/fix-docgen-plugin-subclass.xml
similarity index 100%
rename from src/changelog/.0.x.x/fix-docgen-plugin-subclass.xml
rename to src/changelog/0.9.0/fix-docgen-plugin-subclass.xml
diff --git a/src/changelog/.0.x.x/update_commons_io_commons_io.xml 
b/src/changelog/0.9.0/update_commons_io_commons_io.xml
similarity index 100%
rename from src/changelog/.0.x.x/update_commons_io_commons_io.xml
rename to src/changelog/0.9.0/update_commons_io_commons_io.xml
diff --git a/src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml 
b/src/changelog/0.9.0/update_org_apache_logging_logging_parent.xml
similarity index 100%
rename from src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml
rename to src/changelog/0.9.0/update_org_apache_logging_logging_parent.xml
diff --git 
a/src/changelog/.0.x.x/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml
 
b/src/changelog/0.9.0/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml
similarity index 100%
rename from 
src/changelog/.0.x.x/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml
rename to 
src/changelog/0.9.0/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml
diff --git 
a/src/changelog/.0.x.x/update_org_codehaus_modello_modello_maven_plugin.xml 
b/src/changelog/0.9.0/update_org_codehaus_modello_modello_maven_plugin.xml
similarity index 100%
rename from 
src/changelog/.0.x.x/update_org_codehaus_modello_modello_maven_plugin.xml
rename to 
src/changelog/0.9.0/update_org_codehaus_modello_modello_maven_plugin.xml
diff --git a/src/changelog/.0.x.x/update_org_xmlunit_xmlunit_assertj3.xml 
b/src/changelog/0.9.0/update_org_xmlunit_xmlunit_assertj3.xml
similarity index 100%
rename from src/changelog/.0.x.x/update_org_xmlunit_xmlunit_assertj3.xml
rename to src/changelog/0.9.0/update_org_xmlunit_xmlunit_assertj3.xml

Reply via email to