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 97a3df53b9b5121fe3b51f03f56fbf9e77c5286f Author: Lyor Goldstein <[email protected]> AuthorDate: Thu Jan 31 12:20:05 2019 +0200 Upgraded Maven assembly plugin version to 3.1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7526543..0d2d9bf 100644 --- a/pom.xml +++ b/pom.xml @@ -1219,7 +1219,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.0</version> + <version>3.1.1</version> <executions> <execution> <id>source-release-assembly</id>
