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
The following commit(s) were added to refs/heads/main by this push:
new 770f18d Update `org.apache.maven.plugins:maven-artifact-plugin` to
version `3.5.0`
770f18d is described below
commit 770f18d0c51e6a7c643a9e40355ed304c3e660b0
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Nov 6 10:47:40 2023 +0100
Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`
---
pom.xml | 2 +-
.../update_org_apache_maven_plugins_maven_artifact_plugin.xml | 7 +++++++
src/site/_release-notes/_10.x.x.adoc | 1 +
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 000343b..52d06a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,7 +293,7 @@
<cyclonedx-maven-plugin.version>2.7.10</cyclonedx-maven-plugin.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<log4j-changelog-maven-plugin.version>0.5.0</log4j-changelog-maven-plugin.version>
- <maven-artifact-plugin.version>3.4.1</maven-artifact-plugin.version>
+ <maven-artifact-plugin.version>3.5.0</maven-artifact-plugin.version>
<sign-maven-plugin.version>1.0.1</sign-maven-plugin.version>
<spotbugs-maven-plugin.version>4.7.3.6</spotbugs-maven-plugin.version>
<spotless-maven-plugin.version>2.40.0</spotless-maven-plugin.version>
diff --git
a/src/changelog/.10.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml
b/src/changelog/.10.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml
new file mode 100644
index 0000000..84088ad
--- /dev/null
+++
b/src/changelog/.10.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml
@@ -0,0 +1,7 @@
+<?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.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index b2cc8a7..5859b0f 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -53,6 +53,7 @@ This minor release contains several small improvements.
* Disable the usage of `<distributionManagement>` and alpha releases in the
`bnd-baseline-maven-plugin`.
* Convert `bnd-maven-plugin` API leakage warnings to errors
(https://github.com/apache/logging-log4j2/issues/1895[apache/logging-log4j2#1895])
* Update `com.google.errorprone:error_prone_core` to version `2.23.0`
(https://github.com/apache/logging-parent/pull/49[49])
+* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`
* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.7.10`
(https://github.com/apache/logging-parent/pull/54[54])
==== Fixed