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 2019/12/24 18:32:47 UTC

[mina-sshd] 05/12: Upgraded Maven assembly plugin version to 3.2.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 5c78b6091ee83b96098ab3830934243d060345e9
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Dec 24 19:47:53 2019 +0200

    Upgraded Maven assembly plugin version to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5681a2..6df8174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1223,7 +1223,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.2.0</version>
                 <executions>
                     <execution>
                         <id>source-release-assembly</id>