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:49 UTC

[mina-sshd] 07/12: Upgraded Maven source plugin version to 3.2.1

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 348109938bde6ff1f2bf624803dabea03785937e
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Dec 24 19:49:41 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 49b4318..3c58e3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -705,7 +705,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.1</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.maven</groupId>