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 <lgoldst...@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>