You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2021/05/10 15:11:40 UTC

[mina-sshd] branch master updated: [maven-release-plugin] prepare release sshd-2.7.0

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 09d14bf  [maven-release-plugin] prepare release sshd-2.7.0
09d14bf is described below

commit 09d14bf6adf5b75b59cb182a1c8de612e6a756ec
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon May 10 17:11:28 2021 +0200

    [maven-release-plugin] prepare release sshd-2.7.0
---
 assembly/pom.xml         |  2 +-
 pom.xml                  | 12 ++++++------
 sshd-cli/pom.xml         |  2 +-
 sshd-common/pom.xml      |  2 +-
 sshd-contrib/pom.xml     |  2 +-
 sshd-core/pom.xml        |  2 +-
 sshd-git/pom.xml         |  2 +-
 sshd-ldap/pom.xml        |  2 +-
 sshd-mina/pom.xml        |  2 +-
 sshd-netty/pom.xml       |  2 +-
 sshd-openpgp/pom.xml     |  2 +-
 sshd-osgi/pom.xml        |  2 +-
 sshd-putty/pom.xml       |  2 +-
 sshd-scp/pom.xml         |  2 +-
 sshd-sftp/pom.xml        |  2 +-
 sshd-spring-sftp/pom.xml |  2 +-
 16 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index f1ded23..3b1469f 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index 0c38bc6..e84083f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>2.6.1-SNAPSHOT</version>
+    <version>2.7.0</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>
@@ -75,7 +75,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection>
         <url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url>
-        <tag>master</tag>
+        <tag>sshd-2.7.0</tag>
     </scm>
 
     <properties>
@@ -745,22 +745,22 @@
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-api</artifactId>
-                            <version>>${scm.plugin.version}</version>
+                            <version>&gt;${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-gitexe</artifactId>
-                            <version>>${scm.plugin.version}</version>
+                            <version>&gt;${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-svn-commons</artifactId>
-                            <version>>${scm.plugin.version}</version>
+                            <version>&gt;${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-svnexe</artifactId>
-                            <version>>${scm.plugin.version}</version>
+                            <version>&gt;${scm.plugin.version}</version>
                         </dependency>                    
                     </dependencies>
                 </plugin>                
diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml
index c5b890c..7b83e43 100644
--- a/sshd-cli/pom.xml
+++ b/sshd-cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>sshd-cli</artifactId>
diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml
index 6c8cd8c..a6299b7 100644
--- a/sshd-common/pom.xml
+++ b/sshd-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index bb37464..d23ef1d 100644
--- a/sshd-contrib/pom.xml
+++ b/sshd-contrib/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index d589cef..a2b5682 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 6774c82..9b554a1 100644
--- a/sshd-git/pom.xml
+++ b/sshd-git/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>sshd-git</artifactId>
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index 760ee8b..e746373 100644
--- a/sshd-ldap/pom.xml
+++ b/sshd-ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>sshd-ldap</artifactId>
diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index 1d8e4f2..d55d8f9 100644
--- a/sshd-mina/pom.xml
+++ b/sshd-mina/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index 79d8534..c06d0a6 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index 60c838d..b65ff95 100644
--- a/sshd-openpgp/pom.xml
+++ b/sshd-openpgp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml
index c7371c5..f704b4f 100644
--- a/sshd-osgi/pom.xml
+++ b/sshd-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>sshd-osgi</artifactId>
diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml
index d0af818..5151ab6 100644
--- a/sshd-putty/pom.xml
+++ b/sshd-putty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml
index 1632415..decdf93 100644
--- a/sshd-scp/pom.xml
+++ b/sshd-scp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>sshd-scp</artifactId>
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index 2470fff..abce1b2 100644
--- a/sshd-sftp/pom.xml
+++ b/sshd-sftp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>sshd-sftp</artifactId>
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 82eebf2..bd1d7e0 100644
--- a/sshd-spring-sftp/pom.xml
+++ b/sshd-spring-sftp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
+        <version>2.7.0</version>
     </parent>
 
     <artifactId>sshd-spring-sftp</artifactId>