diff --git a/pom.xml b/pom.xml index 5ee90d7..51f1414 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ - 0.2.0-SNAPSHOT + 0.2.0 true diff --git a/src/changelog/0.2.0/.release-notes.adoc.ftl b/src/changelog/0.2.0/.release-notes.adoc.ftl new file mode 100644 index 0000000..94e5000 --- /dev/null +++ b/src/changelog/0.2.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} + +This is the second release of the project. + +<#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/0.2.0/.release.xml b/src/changelog/0.2.0/.release.xml new file mode 100644 index 0000000..03f200d --- /dev/null +++ b/src/changelog/0.2.0/.release.xml @@ -0,0 +1,21 @@ + + + diff --git a/src/changelog/.0.x.x/134_skip_transformer.xml b/src/changelog/0.2.0/134_skip_transformer.xml similarity index 100% rename from src/changelog/.0.x.x/134_skip_transformer.xml rename to src/changelog/0.2.0/134_skip_transformer.xml diff --git a/src/changelog/.0.x.x/87_single_plugin_cache.xml b/src/changelog/0.2.0/87_single_plugin_cache.xml similarity index 100% rename from src/changelog/.0.x.x/87_single_plugin_cache.xml rename to src/changelog/0.2.0/87_single_plugin_cache.xml diff --git a/src/changelog/.0.x.x/add-sbom.xml b/src/changelog/0.2.0/add-sbom.xml similarity index 100% rename from src/changelog/.0.x.x/add-sbom.xml rename to src/changelog/0.2.0/add-sbom.xml diff --git a/src/changelog/.0.x.x/add-website.xml b/src/changelog/0.2.0/add-website.xml similarity index 100% rename from src/changelog/.0.x.x/add-website.xml rename to src/changelog/0.2.0/add-website.xml diff --git a/src/changelog/.0.x.x/antora.xml b/src/changelog/0.2.0/antora.xml similarity index 100% rename from src/changelog/.0.x.x/antora.xml rename to src/changelog/0.2.0/antora.xml diff --git a/src/changelog/.0.x.x/logging-parent-update.xml b/src/changelog/0.2.0/logging-parent-update.xml similarity index 100% rename from src/changelog/.0.x.x/logging-parent-update.xml rename to src/changelog/0.2.0/logging-parent-update.xml diff --git a/src/changelog/.0.x.x/update_apache_logging_parent.xml b/src/changelog/0.2.0/update_apache_logging_parent.xml similarity index 100% rename from src/changelog/.0.x.x/update_apache_logging_parent.xml rename to src/changelog/0.2.0/update_apache_logging_parent.xml diff --git a/src/changelog/.0.x.x/update_commons_io_commons_io.xml b/src/changelog/0.2.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.2.0/update_commons_io_commons_io.xml diff --git a/src/changelog/.0.x.x/update_commons_logging_commons_logging.xml b/src/changelog/0.2.0/update_commons_logging_commons_logging.xml similarity index 100% rename from src/changelog/.0.x.x/update_commons_logging_commons_logging.xml rename to src/changelog/0.2.0/update_commons_logging_commons_logging.xml diff --git a/src/changelog/.0.x.x/update_org_apache_commons_commons_lang3.xml b/src/changelog/0.2.0/update_org_apache_commons_commons_lang3.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_apache_commons_commons_lang3.xml rename to src/changelog/0.2.0/update_org_apache_commons_commons_lang3.xml diff --git a/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_bom.xml b/src/changelog/0.2.0/update_org_apache_logging_log4j_log4j_bom.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_bom.xml rename to src/changelog/0.2.0/update_org_apache_logging_log4j_log4j_bom.xml diff --git a/src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml b/src/changelog/0.2.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.2.0/update_org_apache_logging_logging_parent.xml diff --git a/src/changelog/.0.x.x/update_org_apache_maven_maven_core.xml b/src/changelog/0.2.0/update_org_apache_maven_maven_core.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_apache_maven_maven_core.xml rename to src/changelog/0.2.0/update_org_apache_maven_maven_core.xml diff --git a/src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_invoker_plugin.xml b/src/changelog/0.2.0/update_org_apache_maven_plugins_maven_invoker_plugin.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_invoker_plugin.xml rename to src/changelog/0.2.0/update_org_apache_maven_plugins_maven_invoker_plugin.xml diff --git a/src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_shade_plugin.xml b/src/changelog/0.2.0/update_org_apache_maven_plugins_maven_shade_plugin.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_shade_plugin.xml rename to src/changelog/0.2.0/update_org_apache_maven_plugins_maven_shade_plugin.xml diff --git a/src/changelog/.0.x.x/update_org_assertj_assertj_core.xml b/src/changelog/0.2.0/update_org_assertj_assertj_core.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_assertj_assertj_core.xml rename to src/changelog/0.2.0/update_org_assertj_assertj_core.xml diff --git a/src/changelog/.0.x.x/update_org_codehaus_plexus_plexus_utils.xml b/src/changelog/0.2.0/update_org_codehaus_plexus_plexus_utils.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_codehaus_plexus_plexus_utils.xml rename to src/changelog/0.2.0/update_org_codehaus_plexus_plexus_utils.xml diff --git a/src/changelog/.0.x.x/update_org_jacoco_jacoco_maven_plugin.xml b/src/changelog/0.2.0/update_org_jacoco_jacoco_maven_plugin.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_jacoco_jacoco_maven_plugin.xml rename to src/changelog/0.2.0/update_org_jacoco_jacoco_maven_plugin.xml diff --git a/src/changelog/.0.x.x/update_org_junit_junit_bom.xml b/src/changelog/0.2.0/update_org_junit_junit_bom.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_junit_junit_bom.xml rename to src/changelog/0.2.0/update_org_junit_junit_bom.xml diff --git a/src/changelog/.0.x.x/update_org_ow2_asm_asm_bom.xml b/src/changelog/0.2.0/update_org_ow2_asm_asm_bom.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_ow2_asm_asm_bom.xml rename to src/changelog/0.2.0/update_org_ow2_asm_asm_bom.xml diff --git a/src/changelog/.0.x.x/update_org_slf4j_slf4j_api.xml b/src/changelog/0.2.0/update_org_slf4j_slf4j_api.xml similarity index 100% rename from src/changelog/.0.x.x/update_org_slf4j_slf4j_api.xml rename to src/changelog/0.2.0/update_org_slf4j_slf4j_api.xml