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 2021/10/19 18:29:41 UTC

[mina-sshd] 14/14: Upgraded Maven SCM plugin version to 1.12.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 447156517c280d13953aec4c72f8ae0a8091d7f8
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:50:25 2021 +0300

    Upgraded Maven SCM plugin version to 1.12.0
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09b4c7a..bacfcaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
 
         <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
         <maven.archiver.version>3.5.1</maven.archiver.version>
-        <scm.plugin.version>1.11.2</scm.plugin.version>
+        <scm.plugin.version>1.12.0</scm.plugin.version>
         <plexus.archiver.version>4.2.5</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>6.39.0</pmd.version>
@@ -758,22 +758,22 @@
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-api</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-gitexe</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-svn-commons</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-svnexe</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                     </dependencies>
                 </plugin>