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

github-bot 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 5f31d0d  Update `org.codehaus.mojo:build-helper-maven-plugin` to 
version `3.5.0` (#65)
5f31d0d is described below

commit 5f31d0d5baa314c816fae466fea10d07fc49b280
Author: ASF Logging Services RM <priv...@logging.apache.org>
AuthorDate: Mon Nov 27 10:19:15 2023 +0000

    Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` 
(#65)
---
 pom.xml                                                           | 2 +-
 .../update_org_codehaus_mojo_build_helper_maven_plugin.xml        | 8 ++++++++
 src/site/_release-notes/_10.x.x.adoc                              | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 74e7947..8afb6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,7 @@
     <beanshell-maven-plugin.version>1.4</beanshell-maven-plugin.version>
     <bnd-maven-plugin.version>6.4.0</bnd-maven-plugin.version>
     
<bnd-baseline-maven-plugin.version>${bnd-maven-plugin.version}</bnd-baseline-maven-plugin.version>
-    
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
+    
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
     <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>
diff --git 
a/src/changelog/.10.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml 
b/src/changelog/.10.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml
new file mode 100644
index 0000000..4586e42
--- /dev/null
+++ 
b/src/changelog/.10.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml
@@ -0,0 +1,8 @@
+<?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="65" link="https://github.com/apache/logging-parent/pull/65"/>
+  <description format="asciidoc">Update 
`org.codehaus.mojo:build-helper-maven-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 ddcbcb3..ab71596 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -44,3 +44,4 @@ This minor release contains several small improvements.
 ==== Changed
 
 * Update `github/codeql-action` to version `2.22.8` 
(https://github.com/apache/logging-parent/pull/64[64])
+* Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` 
(https://github.com/apache/logging-parent/pull/65[65])

Reply via email to