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 a276ddb Update `com.diffplug.spotless:spotless-maven-plugin` to
version `2.40.0`
a276ddb is described below
commit a276ddb435c724f72536054edeb1bf12702e6ed9
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Sep 29 10:36:52 2023 +0000
Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.40.0`
---
pom.xml | 2 +-
.../update_com_diffplug_spotless_spotless_maven_plugin.xml | 8 ++++++++
src/site/_constants.adoc | 2 +-
src/site/_release-notes.adoc | 1 +
src/site/_release-notes/_10.x.x.adoc | 4 ++++
5 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d039cd1..bd8f9fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<maven-artifact-plugin.version>3.4.1</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.39.0</spotless-maven-plugin.version>
+ <spotless-maven-plugin.version>2.40.0</spotless-maven-plugin.version>
<xml-maven-plugin.version>1.1.0</xml-maven-plugin.version>
</properties>
diff --git
a/src/changelog/.10.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml
b/src/changelog/.10.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml
new file mode 100644
index 0000000..ea72230
--- /dev/null
+++
b/src/changelog/.10.x.x/update_com_diffplug_spotless_spotless_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.1.xsd"
+ type="changed">
+ <author id="github:dependabot"/>
+ <description format="asciidoc">Update
`com.diffplug.spotless:spotless-maven-plugin` to version `2.40.0`</description>
+</entry>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 49c10d5..88f1fe8 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
////
:project-github-url: https://github.com/apache/logging-parent
-:project-version: 10.1.0
+:project-version: 10.2.0-SNAPSHOT
:project-name: Logging Parent
:project-id: logging-parent
:java-target-version: 8
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index b747193..cfa1794 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,5 +36,6 @@
[#release-notes]
== Release Notes
+include::_release-notes/_10.x.x.adoc[]
include::_release-notes/_10.1.0.adoc[]
include::_release-notes/_10.0.0.adoc[]
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index 8f67449..c147c2c 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -40,3 +40,7 @@
This minor release contains several small improvements.
+
+==== Changed
+
+* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.40.0`