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-log4j-kotlin.git
The following commit(s) were added to refs/heads/main by this push:
new 5762552 Update `org.codehaus.mojo:exec-maven-plugin` to version
`3.1.1` (#50)
5762552 is described below
commit 57625527de3f96472191b3f8fb83d0f5d207ef4e
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Nov 17 09:03:42 2023 +0000
Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1` (#50)
---
pom.xml | 2 +-
.../.1.x.x/update_org_codehaus_mojo_exec_maven_plugin.xml | 8 ++++++++
src/site/_release-notes/_1.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 185c8bd..630be2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
<!-- plugin versions -->
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
- <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
+ <exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
<maven-shade-plugin.version>2.2</maven-shade-plugin.version>
</properties>
diff --git
a/src/changelog/.1.x.x/update_org_codehaus_mojo_exec_maven_plugin.xml
b/src/changelog/.1.x.x/update_org_codehaus_mojo_exec_maven_plugin.xml
new file mode 100644
index 0000000..ebd03d2
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_codehaus_mojo_exec_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="50"
link="https://github.com/apache/logging-log4j-kotlin/pull/50"/>
+ <description format="asciidoc">Update `org.codehaus.mojo:exec-maven-plugin`
to version `3.1.1`</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc
b/src/site/_release-notes/_1.x.x.adoc
index 5970cd2..d648b99 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -48,4 +48,5 @@ This minor release bumps the Kotlin baseline to 1.6.21 and
contains various smal
==== Changed
* Update `org.apache.logging:logging-parent` to version `10.2.0`
+* Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1`
(https://github.com/apache/logging-log4j-kotlin/pull/50[50])
* Update `org.junit:junit-bom` to version `5.10.1`
(https://github.com/apache/logging-log4j-kotlin/pull/49[49])