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/07/18 12:10:12 UTC

[mina-sshd] 16/18: Upgraded Maven source plugin version to 3.1.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 9bc9185874fe5c113715db85f4e5b6461a1faa34
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:45:01 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index cf43053..d443e84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -700,7 +700,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.maven</groupId>