This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
The following commit(s) were added to refs/heads/main by this push:
new 5994282 Update Maven plugins to support Maven 3.9.0 (#20)
5994282 is described below
commit 5994282c305e9e19f09656721ae069034d43c09a
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Fri Mar 3 09:11:27 2023 -0500
Update Maven plugins to support Maven 3.9.0 (#20)
modernizer-maven-plugin: 2.5.0
impsort-maven-plugin: 1.8.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 92e1567..03d27fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
- <version>1.4.1</version>
+ <version>1.8.0</version>
<configuration>
<removeUnused>true</removeUnused>
<groups>java.,javax.,org.,com.</groups>
@@ -477,7 +477,7 @@
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
- <version>2.1.0</version>
+ <version>2.5.0</version>
<configuration>
<javaVersion>${maven.compiler.target}</javaVersion>
</configuration>