This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 8813747e57 Downgrade to maven-modernizer-plugin 2.7.0
8813747e57 is described below
commit 8813747e57e23798a210b9afaca5697bfeac05b3
Author: Andrew Gaul <[email protected]>
AuthorDate: Sun May 12 13:00:57 2024 +0900
Downgrade to maven-modernizer-plugin 2.7.0
This works around gaul/modernizer-maven-plugin#241.
---
project/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/pom.xml b/project/pom.xml
index f36fb5d952..1db28237aa 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -232,7 +232,7 @@
<jetty.version>9.4.46.v20220331</jetty.version>
-
<modernizer-maven-annotations.version>2.8.0</modernizer-maven-annotations.version>
+
<modernizer-maven-annotations.version>2.7.0</modernizer-maven-annotations.version>
<!-- Log dependency versions -->
<log4j.version>2.17.2</log4j.version>
@@ -610,7 +610,7 @@
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
- <version>2.8.0</version>
+ <version>2.7.0</version>
<!-- configuration and dependencies set via profiles -->
<executions>
<execution>