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 2024/04/12 08:22:31 UTC

(logging-parent) 01/01: Prepare to release `11.0.0-test2`

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

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

commit 63adf0f089567e3ed615a02e012737619b44fcdf
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Apr 12 10:22:02 2024 +0200

    Prepare to release `11.0.0-test2`
---
 pom.xml                                            |  2 +-
 src/changelog/11.0.0-test2/.release-notes.adoc.ftl | 43 ++++++++++++++++++++++
 src/changelog/11.0.0-test2/.release.xml            | 21 +++++++++++
 .../105_cyclonedx_upgrade.xml                      |  0
 .../139_add_parallel_release_support.xml           |  0
 .../140_add_coverage_profile.xml                   |  0
 .../update_actions_checkout.xml                    |  0
 .../update_actions_setup_java.xml                  |  0
 .../update_actions_upload_artifact.xml             |  0
 ...com_diffplug_spotless_spotless_maven_plugin.xml |  0
 ...te_com_github_spotbugs_spotbugs_annotations.xml |  0
 ...e_com_github_spotbugs_spotbugs_maven_plugin.xml |  0
 ...date_com_google_errorprone_error_prone_core.xml |  0
 ...om_h3xstream_findsecbugs_findsecbugs_plugin.xml |  0
 ...om_palantir_javaformat_palantir_java_format.xml |  0
 .../update_commons_codec_commons_codec.xml         |  0
 ...zle_enforcer_restrict_imports_enforcer_rule.xml |  0
 .../update_dependabot_fetch_metadata.xml           |  0
 .../update_github_codeql_action.xml                |  0
 ..._logging_log4j_log4j_changelog_maven_plugin.xml |  0
 ..._apache_maven_plugins_maven_artifact_plugin.xml |  0
 ...te_org_asciidoctor_asciidoctor_maven_plugin.xml |  0
 ...date_org_codehaus_mojo_flatten_maven_plugin.xml |  0
 ...update_org_cyclonedx_cyclonedx_maven_plugin.xml |  0
 .../update_org_eclipse_jgit_org_eclipse_jgit.xml   |  0
 .../update_org_jacoco_jacoco_maven_plugin.xml      |  0
 ...te_org_simplify4u_plugins_sign_maven_plugin.xml |  0
 .../xml_schema_instructions.xml                    |  0
 28 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e86620..7cd40ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>11.0.0-SNAPSHOT</revision>
+    <revision>11.0.0-test2</revision>
 
     <!-- `project.build.outputTimestamp` is required to be present for reproducible builds.
          We actually inherit one from the `org.apache:apache` parent.
diff --git a/src/changelog/11.0.0-test2/.release-notes.adoc.ftl b/src/changelog/11.0.0-test2/.release-notes.adoc.ftl
new file mode 100644
index 0000000..ca2661e
--- /dev/null
+++ b/src/changelog/11.0.0-test2/.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 release is just for testing purposes only.
+
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/11.0.0-test2/.release.xml b/src/changelog/11.0.0-test2/.release.xml
new file mode 100644
index 0000000..8a6288c
--- /dev/null
+++ b/src/changelog/11.0.0-test2/.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-04-12" version="11.0.0-test2"/>
diff --git a/src/changelog/.11.x.x/105_cyclonedx_upgrade.xml b/src/changelog/11.0.0-test2/105_cyclonedx_upgrade.xml
similarity index 100%
rename from src/changelog/.11.x.x/105_cyclonedx_upgrade.xml
rename to src/changelog/11.0.0-test2/105_cyclonedx_upgrade.xml
diff --git a/src/changelog/.11.x.x/139_add_parallel_release_support.xml b/src/changelog/11.0.0-test2/139_add_parallel_release_support.xml
similarity index 100%
rename from src/changelog/.11.x.x/139_add_parallel_release_support.xml
rename to src/changelog/11.0.0-test2/139_add_parallel_release_support.xml
diff --git a/src/changelog/.11.x.x/140_add_coverage_profile.xml b/src/changelog/11.0.0-test2/140_add_coverage_profile.xml
similarity index 100%
rename from src/changelog/.11.x.x/140_add_coverage_profile.xml
rename to src/changelog/11.0.0-test2/140_add_coverage_profile.xml
diff --git a/src/changelog/.11.x.x/update_actions_checkout.xml b/src/changelog/11.0.0-test2/update_actions_checkout.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_actions_checkout.xml
rename to src/changelog/11.0.0-test2/update_actions_checkout.xml
diff --git a/src/changelog/.11.x.x/update_actions_setup_java.xml b/src/changelog/11.0.0-test2/update_actions_setup_java.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_actions_setup_java.xml
rename to src/changelog/11.0.0-test2/update_actions_setup_java.xml
diff --git a/src/changelog/.11.x.x/update_actions_upload_artifact.xml b/src/changelog/11.0.0-test2/update_actions_upload_artifact.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_actions_upload_artifact.xml
rename to src/changelog/11.0.0-test2/update_actions_upload_artifact.xml
diff --git a/src/changelog/.11.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml b/src/changelog/11.0.0-test2/update_com_diffplug_spotless_spotless_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_com_diffplug_spotless_spotless_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/update_com_github_spotbugs_spotbugs_annotations.xml b/src/changelog/11.0.0-test2/update_com_github_spotbugs_spotbugs_annotations.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_com_github_spotbugs_spotbugs_annotations.xml
rename to src/changelog/11.0.0-test2/update_com_github_spotbugs_spotbugs_annotations.xml
diff --git a/src/changelog/.11.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml b/src/changelog/11.0.0-test2/update_com_github_spotbugs_spotbugs_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_com_github_spotbugs_spotbugs_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/update_com_google_errorprone_error_prone_core.xml b/src/changelog/11.0.0-test2/update_com_google_errorprone_error_prone_core.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_com_google_errorprone_error_prone_core.xml
rename to src/changelog/11.0.0-test2/update_com_google_errorprone_error_prone_core.xml
diff --git a/src/changelog/.11.x.x/update_com_h3xstream_findsecbugs_findsecbugs_plugin.xml b/src/changelog/11.0.0-test2/update_com_h3xstream_findsecbugs_findsecbugs_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_com_h3xstream_findsecbugs_findsecbugs_plugin.xml
rename to src/changelog/11.0.0-test2/update_com_h3xstream_findsecbugs_findsecbugs_plugin.xml
diff --git a/src/changelog/.11.x.x/update_com_palantir_javaformat_palantir_java_format.xml b/src/changelog/11.0.0-test2/update_com_palantir_javaformat_palantir_java_format.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_com_palantir_javaformat_palantir_java_format.xml
rename to src/changelog/11.0.0-test2/update_com_palantir_javaformat_palantir_java_format.xml
diff --git a/src/changelog/.11.x.x/update_commons_codec_commons_codec.xml b/src/changelog/11.0.0-test2/update_commons_codec_commons_codec.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_commons_codec_commons_codec.xml
rename to src/changelog/11.0.0-test2/update_commons_codec_commons_codec.xml
diff --git a/src/changelog/.11.x.x/update_de_skuzzle_enforcer_restrict_imports_enforcer_rule.xml b/src/changelog/11.0.0-test2/update_de_skuzzle_enforcer_restrict_imports_enforcer_rule.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_de_skuzzle_enforcer_restrict_imports_enforcer_rule.xml
rename to src/changelog/11.0.0-test2/update_de_skuzzle_enforcer_restrict_imports_enforcer_rule.xml
diff --git a/src/changelog/.11.x.x/update_dependabot_fetch_metadata.xml b/src/changelog/11.0.0-test2/update_dependabot_fetch_metadata.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_dependabot_fetch_metadata.xml
rename to src/changelog/11.0.0-test2/update_dependabot_fetch_metadata.xml
diff --git a/src/changelog/.11.x.x/update_github_codeql_action.xml b/src/changelog/11.0.0-test2/update_github_codeql_action.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_github_codeql_action.xml
rename to src/changelog/11.0.0-test2/update_github_codeql_action.xml
diff --git a/src/changelog/.11.x.x/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml b/src/changelog/11.0.0-test2/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml b/src/changelog/11.0.0-test2/update_org_apache_maven_plugins_maven_artifact_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml
rename to src/changelog/11.0.0-test2/update_org_apache_maven_plugins_maven_artifact_plugin.xml
diff --git a/src/changelog/.11.x.x/update_org_asciidoctor_asciidoctor_maven_plugin.xml b/src/changelog/11.0.0-test2/update_org_asciidoctor_asciidoctor_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_asciidoctor_asciidoctor_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_org_asciidoctor_asciidoctor_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/update_org_codehaus_mojo_flatten_maven_plugin.xml b/src/changelog/11.0.0-test2/update_org_codehaus_mojo_flatten_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_codehaus_mojo_flatten_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_org_codehaus_mojo_flatten_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/update_org_cyclonedx_cyclonedx_maven_plugin.xml b/src/changelog/11.0.0-test2/update_org_cyclonedx_cyclonedx_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_cyclonedx_cyclonedx_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_org_cyclonedx_cyclonedx_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/update_org_eclipse_jgit_org_eclipse_jgit.xml b/src/changelog/11.0.0-test2/update_org_eclipse_jgit_org_eclipse_jgit.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_eclipse_jgit_org_eclipse_jgit.xml
rename to src/changelog/11.0.0-test2/update_org_eclipse_jgit_org_eclipse_jgit.xml
diff --git a/src/changelog/.11.x.x/update_org_jacoco_jacoco_maven_plugin.xml b/src/changelog/11.0.0-test2/update_org_jacoco_jacoco_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_jacoco_jacoco_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_org_jacoco_jacoco_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/update_org_simplify4u_plugins_sign_maven_plugin.xml b/src/changelog/11.0.0-test2/update_org_simplify4u_plugins_sign_maven_plugin.xml
similarity index 100%
rename from src/changelog/.11.x.x/update_org_simplify4u_plugins_sign_maven_plugin.xml
rename to src/changelog/11.0.0-test2/update_org_simplify4u_plugins_sign_maven_plugin.xml
diff --git a/src/changelog/.11.x.x/xml_schema_instructions.xml b/src/changelog/11.0.0-test2/xml_schema_instructions.xml
similarity index 100%
rename from src/changelog/.11.x.x/xml_schema_instructions.xml
rename to src/changelog/11.0.0-test2/xml_schema_instructions.xml