This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release/0.5.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/release/0.5.0 by this push:
new 861b03c Release changelog for version `0.5.0`
861b03c is described below
commit 861b03c70a76ca19408ffc8c4a77bc0c4e5e4570
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Sep 29 10:59:59 2023 +0000
Release changelog for version `0.5.0`
---
.../0.5.0/.release-notes.adoc.ftl} | 18 ++++--------------
.../{.0.x.x/add-website.xml => 0.5.0/.release.xml} | 11 ++++-------
src/changelog/{.0.x.x => 0.5.0}/add-website.xml | 0
.../{.0.x.x => 0.5.0}/make-author-optional.xml | 0
.../make-maven-plugin-thread-safe.xml | 0
.../update_org_apache_logging_logging_parent.xml | 0
.../update_org_junit_jupiter_junit_jupiter_engine.xml | 0
src/site/_constants.adoc | 2 +-
src/site/_release-notes.adoc | 2 +-
src/site/_release-notes/{_0.x.x.adoc => _0.5.0.adoc} | 6 +++---
src/site/_release-notes/_0.x.x.adoc | 11 -----------
11 files changed, 13 insertions(+), 37 deletions(-)
diff --git a/src/site/_release-notes/_0.x.x.adoc
b/src/changelog/0.5.0/.release-notes.adoc.ftl
similarity index 77%
copy from src/site/_release-notes/_0.x.x.adoc
copy to src/changelog/0.5.0/.release-notes.adoc.ftl
index 8350215..8ffd747 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/changelog/0.5.0/.release-notes.adoc.ftl
@@ -33,21 +33,11 @@
3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
////
-[#release-notes-0-x-x]
-=== 0.x.x
-
+[#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 various bug fixes and improvements.
-
-==== Added
-
-* Started publishing https://logging.apache.org/log4j/tools[the project
website]
-
-==== Changed
-
-* Made `author` element optional and bumped the XML schema version to `0.1.2`
(https://github.com/apache/logging-log4j-tools/issues/81[81])
-* Make `log4j-changelog-maven-plugin` thread-safe
(https://github.com/apache/logging-log4j-tools/issues/80[80])
-* Update `org.apache.logging:logging-parent` to version `10.1.0`
(https://github.com/apache/logging-log4j-tools/pull/82[82])
-* Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/.0.x.x/add-website.xml
b/src/changelog/0.5.0/.release.xml
similarity index 66%
copy from src/changelog/.0.x.x/add-website.xml
copy to src/changelog/0.5.0/.release.xml
index 9360ed1..69c526a 100644
--- a/src/changelog/.0.x.x/add-website.xml
+++ b/src/changelog/0.5.0/.release.xml
@@ -15,10 +15,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://logging.apache.org/log4j/changelog"
- xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
- type="added">
- <author id="github:vy"/>
- <description format="asciidoc">Started publishing
https://logging.apache.org/log4j/tools[the project website]</description>
-</entry>
+<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-29" version="0.5.0"/>
diff --git a/src/changelog/.0.x.x/add-website.xml
b/src/changelog/0.5.0/add-website.xml
similarity index 100%
rename from src/changelog/.0.x.x/add-website.xml
rename to src/changelog/0.5.0/add-website.xml
diff --git a/src/changelog/.0.x.x/make-author-optional.xml
b/src/changelog/0.5.0/make-author-optional.xml
similarity index 100%
rename from src/changelog/.0.x.x/make-author-optional.xml
rename to src/changelog/0.5.0/make-author-optional.xml
diff --git a/src/changelog/.0.x.x/make-maven-plugin-thread-safe.xml
b/src/changelog/0.5.0/make-maven-plugin-thread-safe.xml
similarity index 100%
rename from src/changelog/.0.x.x/make-maven-plugin-thread-safe.xml
rename to src/changelog/0.5.0/make-maven-plugin-thread-safe.xml
diff --git a/src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml
b/src/changelog/0.5.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.5.0/update_org_apache_logging_logging_parent.xml
diff --git
a/src/changelog/.0.x.x/update_org_junit_jupiter_junit_jupiter_engine.xml
b/src/changelog/0.5.0/update_org_junit_jupiter_junit_jupiter_engine.xml
similarity index 100%
rename from
src/changelog/.0.x.x/update_org_junit_jupiter_junit_jupiter_engine.xml
rename to src/changelog/0.5.0/update_org_junit_jupiter_junit_jupiter_engine.xml
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index b71dc65..aea5583 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
////
:project-github-url: https://github.com/apache/logging-log4j-tools
-:project-version: 0.5.0-SNAPSHOT
+:project-version: 0.5.0
:project-name: Log4j Tools
:project-id: log4j-tools
:java-target-version: 8
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index 97edc84..e64d037 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,7 +36,7 @@
[#release-notes]
== Release Notes
-include::_release-notes/_0.x.x.adoc[]
+include::_release-notes/_0.5.0.adoc[]
include::_release-notes/_0.4.0.adoc[]
include::_release-notes/_0.3.0.adoc[]
include::_release-notes/_0.2.0.adoc[]
diff --git a/src/site/_release-notes/_0.x.x.adoc
b/src/site/_release-notes/_0.5.0.adoc
similarity index 97%
copy from src/site/_release-notes/_0.x.x.adoc
copy to src/site/_release-notes/_0.5.0.adoc
index 8350215..93feb4d 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.5.0.adoc
@@ -33,10 +33,10 @@
3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
////
-[#release-notes-0-x-x]
-=== 0.x.x
-
+[#release-notes-0-5-0]
+=== 0.5.0
+Release date:: 2023-09-29
This minor release contains various bug fixes and improvements.
diff --git a/src/site/_release-notes/_0.x.x.adoc
b/src/site/_release-notes/_0.x.x.adoc
index 8350215..5e8caa4 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.x.x.adoc
@@ -40,14 +40,3 @@
This minor release contains various bug fixes and improvements.
-
-==== Added
-
-* Started publishing https://logging.apache.org/log4j/tools[the project
website]
-
-==== Changed
-
-* Made `author` element optional and bumped the XML schema version to `0.1.2`
(https://github.com/apache/logging-log4j-tools/issues/81[81])
-* Make `log4j-changelog-maven-plugin` thread-safe
(https://github.com/apache/logging-log4j-tools/issues/80[80])
-* Update `org.apache.logging:logging-parent` to version `10.1.0`
(https://github.com/apache/logging-log4j-tools/pull/82[82])
-* Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`