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/08/18 08:57:25 UTC

[mina-sshd] 13/18: Upgraded SCM plugin version to 1.11.21

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 315a3b8e68fdc8185723b7ab8f24d92019f77f85
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:38:35 2020 +0300

    Upgraded SCM plugin version to 1.11.21
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 57a8981..5e5e64e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -710,6 +710,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-scm-plugin</artifactId>
+                    <version>1.11.2</version>
+                </plugin>                
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.5.3</version>
                     <configuration>