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 2020/05/15 07:25:26 UTC

[mina-sshd] 11/17: Upgraded Maven assembly plugin version to 3.3.0

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

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

commit 0f28c29b60c2e0a5d116c3fa8432af4c271787e4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri May 15 07:16:25 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index bc8f6e6..f2d615e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1318,7 +1318,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.3.0</version>
                 <executions>
                     <execution>
                         <id>source-release-assembly</id>