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
commit 56bf70ba760ab55493e3429b136ba741ea1a84de Author: Andrew Gaul <[email protected]> AuthorDate: Sun Jan 19 11:27:40 2025 -0800 Upgrade to modernizer-maven-plugin 3.1.0 --- project/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index 7311e51a63..73e704a02b 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.7.0</modernizer-maven-annotations.version> + <modernizer.version>3.1.0</modernizer.version> <!-- Log dependency versions --> <log4j.version>2.17.2</log4j.version> @@ -340,7 +340,7 @@ <dependency> <groupId>org.gaul</groupId> <artifactId>modernizer-maven-annotations</artifactId> - <version>${modernizer-maven-annotations.version}</version> + <version>${modernizer.version}</version> </dependency> <!-- Log dependencies --> @@ -610,7 +610,7 @@ <plugin> <groupId>org.gaul</groupId> <artifactId>modernizer-maven-plugin</artifactId> - <version>2.7.0</version> + <version>${modernizer.version}</version> <!-- configuration and dependencies set via profiles --> <executions> <execution>
