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

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

commit 63cd5bcf2750b8b9c870f7b022d2ce34e640de61
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Jan 11 11:03:51 2024 +0100

    Revert "Release notes summary for version `10.6.0`"
    
    This reverts commit 471cd157132daffa52a200bdf032d39aa94b260e.
---
 src/changelog/10.6.0/.release-notes.adoc.ftl | 45 ----------------------------
 1 file changed, 45 deletions(-)

diff --git a/src/changelog/10.6.0/.release-notes.adoc.ftl 
b/src/changelog/10.6.0/.release-notes.adoc.ftl
deleted file mode 100644
index 67f8d39..0000000
--- a/src/changelog/10.6.0/.release-notes.adoc.ftl
+++ /dev/null
@@ -1,45 +0,0 @@
-////
-    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 several small changes to the build pipeline.
-
-Most notably it bans wildcard imports from source code, which will require a 
expanding those imports before upgrading.
-
-<#include "../.changelog.adoc.ftl">

Reply via email to