You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2020/01/17 18:59:06 UTC

[mina-sshd] 01/02: Downgrade plexus archiver to 4.1.0

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

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

commit a722fad478b60960da66918a0e877581aca4a8ce
Author: Guillaume Nodet <gn...@apache.org>
AuthorDate: Fri Jan 17 14:13:25 2020 +0100

    Downgrade plexus archiver to 4.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d52dab..e804188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.5.0</maven.archiver.version>
-        <plexus.archiver.version>4.2.1</plexus.archiver.version>
+        <plexus.archiver.version>4.1.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>6.20.0</pmd.version>
     </properties>