You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/09/04 08:40:36 UTC

[logging-parent] branch release/1.10.0 created (now d3e0af9)

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

vy pushed a change to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


      at d3e0af9  Prepare release notes

This branch includes the following new commits:

     new 746225e  Bump version to `1.10.0`
     new d3e0af9  Prepare release notes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[logging-parent] 01/02: Bump version to `1.10.0`

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 746225ee5a395c0de3a773b8cc9a03e96d1d687b
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Sep 4 10:38:35 2023 +0200

    Bump version to `1.10.0`
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4679f94..8d8b8fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>1.10.0-SNAPSHOT</revision>
+    <revision>1.10.0</revision>
 
     <!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`, which is the parent of us.
          `minimalJavaBuildVersion` is used for enforcing the compiler version.


[logging-parent] 02/02: Prepare release notes

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d3e0af916bc491705a886b9ff2ca67950e3fd9fc
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Sep 4 10:39:56 2023 +0200

    Prepare release notes
---
 src/changelog/1.10.0/.release-notes.md.ftl         | 27 ++++++++++++++++++++++
 src/changelog/1.10.0/.release.xml                  | 21 +++++++++++++++++
 .../add-changelog-export-profile.xml               |  0
 .../add-changelog-release-profile.xml              |  0
 .../{.1.x.x => 1.10.0}/add-deploy-profile.xml      |  0
 .../add-distribution-profile.xml                   |  0
 .../add-release-instructions.xml                   |  0
 .../{.1.x.x => 1.10.0}/add-release-profile.xml     |  0
 .../add-reusable-build-workflow.xml                |  0
 .../{.1.x.x => 1.10.0}/use-changelog-plugin.xml    |  0
 10 files changed, 48 insertions(+)

diff --git a/src/changelog/1.10.0/.release-notes.md.ftl b/src/changelog/1.10.0/.release-notes.md.ftl
new file mode 100644
index 0000000..7a809a3
--- /dev/null
+++ b/src/changelog/1.10.0/.release-notes.md.ftl
@@ -0,0 +1,27 @@
+<!--
+  ~ 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 minor release contains various improvements that we expect to relieve the load on `pom.xml` and GitHub Actions workflows of Maven-based projects we parent.
+This is of particular importance while managing and cutting releases from multiple repositories.
+See `README.adoc` for the complete list of features and their usage.
+
+See [this `logging-log4j-tools` GitHub Actions workflow run](https://github.com/apache/logging-log4j-tools/actions/runs/6070379396) demonstrating a successful release cut using a SNAPSHOT version of this `logging-parent` release.
+All preparations (release notes, distribution ZIP, vote & announcement emails, etc.) are staged to both Nexus and SVN and waiting the release manager to proceed.
+
+<#include "../.changelog.md.ftl">
diff --git a/src/changelog/1.10.0/.release.xml b/src/changelog/1.10.0/.release.xml
new file mode 100644
index 0000000..5fff1ec
--- /dev/null
+++ b/src/changelog/1.10.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.0.xsd"
+         date="2023-09-04" version="1.10.0"/>
diff --git a/src/changelog/.1.x.x/add-changelog-export-profile.xml b/src/changelog/1.10.0/add-changelog-export-profile.xml
similarity index 100%
rename from src/changelog/.1.x.x/add-changelog-export-profile.xml
rename to src/changelog/1.10.0/add-changelog-export-profile.xml
diff --git a/src/changelog/.1.x.x/add-changelog-release-profile.xml b/src/changelog/1.10.0/add-changelog-release-profile.xml
similarity index 100%
rename from src/changelog/.1.x.x/add-changelog-release-profile.xml
rename to src/changelog/1.10.0/add-changelog-release-profile.xml
diff --git a/src/changelog/.1.x.x/add-deploy-profile.xml b/src/changelog/1.10.0/add-deploy-profile.xml
similarity index 100%
rename from src/changelog/.1.x.x/add-deploy-profile.xml
rename to src/changelog/1.10.0/add-deploy-profile.xml
diff --git a/src/changelog/.1.x.x/add-distribution-profile.xml b/src/changelog/1.10.0/add-distribution-profile.xml
similarity index 100%
rename from src/changelog/.1.x.x/add-distribution-profile.xml
rename to src/changelog/1.10.0/add-distribution-profile.xml
diff --git a/src/changelog/.1.x.x/add-release-instructions.xml b/src/changelog/1.10.0/add-release-instructions.xml
similarity index 100%
rename from src/changelog/.1.x.x/add-release-instructions.xml
rename to src/changelog/1.10.0/add-release-instructions.xml
diff --git a/src/changelog/.1.x.x/add-release-profile.xml b/src/changelog/1.10.0/add-release-profile.xml
similarity index 100%
rename from src/changelog/.1.x.x/add-release-profile.xml
rename to src/changelog/1.10.0/add-release-profile.xml
diff --git a/src/changelog/.1.x.x/add-reusable-build-workflow.xml b/src/changelog/1.10.0/add-reusable-build-workflow.xml
similarity index 100%
rename from src/changelog/.1.x.x/add-reusable-build-workflow.xml
rename to src/changelog/1.10.0/add-reusable-build-workflow.xml
diff --git a/src/changelog/.1.x.x/use-changelog-plugin.xml b/src/changelog/1.10.0/use-changelog-plugin.xml
similarity index 100%
rename from src/changelog/.1.x.x/use-changelog-plugin.xml
rename to src/changelog/1.10.0/use-changelog-plugin.xml