You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/03/26 06:46:27 UTC

[mina-sshd] 10/15: Updated Maven impsort plugin version to 1.6.0

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 0c14637e8857554a93c30366f6f1aff91e6ace32
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri Mar 26 09:06:51 2021 +0300

    Updated Maven impsort plugin version to 1.6.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2fb900..25b977e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1103,7 +1103,7 @@
                 <plugin>
                     <groupId>net.revelc.code</groupId>
                     <artifactId>impsort-maven-plugin</artifactId>
-                    <version>1.4.1</version>
+                    <version>1.6.0</version>
                     <configuration>
                         <lineEnding>LF</lineEnding>
                         <groups>java.,javax.,org.w3c.,org.xml.,junit.</groups>