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 cd2232d [maven-release-plugin] prepare release sshd-2.5.1
cd2232d is described below
commit cd2232d3848b02dc59f8448bfebbf1d40371295f
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jun 26 10:32:01 2020 +0200
[maven-release-plugin] prepare release sshd-2.5.1
---
assembly/pom.xml | 2 +-
pom.xml | 4 ++--
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, 17 insertions(+), 17 deletions(-)
diff --git a/assembly/pom.xml b/assembly/pom.xml
index ecd3ab7..e1ec1d4 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index 5aa8816..6f7bd7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.5.1</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.5.1</tag>
</scm>
<properties>
diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml
index c8864a9..5d41d34 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>sshd-cli</artifactId>
diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml
index a67bdec..0490f05 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index 3b1f378..c9198b6 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE
:::
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 7d1b4e1..8a55906 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 47a22d3..f2035b4 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>sshd-git</artifactId>
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index 71c4f80..7aa00cb 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>sshd-ldap</artifactId>
diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index 1754a3a..b9db0fc 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index f29bc53..9b2260c 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index 483c751..f2a6720 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml
index 704d500..29ca614 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>sshd-osgi</artifactId>
diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml
index 8c21d71..4c9567b 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml
index e9f0a62..2ad1aa8 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>sshd-scp</artifactId>
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index fd89e4e..376f523 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>sshd-sftp</artifactId>
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 0507fdd..910ce0a 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.5.1-SNAPSHOT</version>
+ <version>2.5.1</version>
</parent>
<artifactId>sshd-spring-sftp</artifactId>