This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/10.4.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/release/10.4.0 by this push:
new 87b97a9 Fix changelog
87b97a9 is described below
commit 87b97a99b71df1c1bd2b6198cf192829f31e1952
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Nov 13 21:50:43 2023 +0100
Fix changelog
---
.../10.4.0/update_com_github_spotbugs_spotbugs_annotations.xml | 8 --------
.../10.4.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml | 8 --------
.../update_org_apache_maven_plugins_maven_artifact_plugin.xml | 7 -------
src/site/_release-notes/_10.4.0.adoc | 3 ---
4 files changed, 26 deletions(-)
diff --git
a/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_annotations.xml
b/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_annotations.xml
deleted file mode 100644
index e3e5bf2..0000000
--- a/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_annotations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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="changed">
- <issue id="58" link="https://github.com/apache/logging-parent/pull/58"/>
- <description format="asciidoc">Update
`com.github.spotbugs:spotbugs-annotations` to version `4.8.1`</description>
-</entry>
diff --git
a/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
b/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
deleted file mode 100644
index 5829f02..0000000
--- a/src/changelog/10.4.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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="changed">
- <issue id="57" link="https://github.com/apache/logging-parent/pull/57"/>
- <description format="asciidoc">Update
`com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0`</description>
-</entry>
diff --git
a/src/changelog/10.4.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
b/src/changelog/10.4.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
deleted file mode 100644
index 84088ad..0000000
---
a/src/changelog/10.4.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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="changed">
- <description format="asciidoc">Update
`org.apache.maven.plugins:maven-artifact-plugin` to version
`3.5.0`</description>
-</entry>
diff --git a/src/site/_release-notes/_10.4.0.adoc
b/src/site/_release-notes/_10.4.0.adoc
index 2835c72..b4d1628 100644
--- a/src/site/_release-notes/_10.4.0.adoc
+++ b/src/site/_release-notes/_10.4.0.adoc
@@ -48,6 +48,3 @@ This minor release contains several small improvements.
==== Changed
* Increase directory scanning depth from 8 to 32 in the distribution BeanShell
script
-* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.1`
(https://github.com/apache/logging-parent/pull/58[58])
-* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0`
(https://github.com/apache/logging-parent/pull/57[57])
-* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`