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 2022/08/22 06:18:53 UTC

[mina-sshd] branch master updated (dab673e41 -> 23f7bb334)

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

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


    from dab673e41 Added documentation regarding CLI properties values
     new 57c67314d Prepare sshd 2.9.1 release
     new 23f7bb334 [maven-release-plugin] prepare release sshd-2.9.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                          |  9 ++-------
 assembly/pom.xml                    |  2 +-
 CHANGES.md => docs/changes/2.9.1.md | 21 ++-------------------
 pom.xml                             |  6 +++---
 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 +-
 18 files changed, 22 insertions(+), 44 deletions(-)
 copy CHANGES.md => docs/changes/2.9.1.md (61%)


[mina-sshd] 02/02: [maven-release-plugin] prepare release sshd-2.9.1

Posted by gn...@apache.org.
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

commit 23f7bb334e4b38895a1911dc7efd16a0a3d7f63f
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Aug 22 08:09:29 2022 +0200

    [maven-release-plugin] prepare release sshd-2.9.1
---
 assembly/pom.xml         | 2 +-
 pom.xml                  | 6 +++---
 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, 18 insertions(+), 18 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 700f52756..e66fa5cd1 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index 5ca3ea52f..fcc67e0af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>2.9.1-SNAPSHOT</version>
+    <version>2.9.1</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>
@@ -75,13 +75,13 @@
         <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>sshd-2.8.0</tag>
+        <tag>sshd-2.9.1</tag>
     </scm>
 
     <properties>
         <projectRoot>${project.basedir}</projectRoot>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <project.build.outputTimestamp>2022-07-18T06:41:30Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-08-22T05:49:20Z</project.build.outputTimestamp>
 
         <!-- NOTE: actual value updated by gmavenplus-plugin on initialization phase -->
         <!-- workspace.root.dir>${project.basedir}</workspace.root.dir -->
diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml
index 96f379a82..dc6b1250c 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>sshd-cli</artifactId>
diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml
index 5ef3e2563..4e49a1845 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index 968a3a5fc..ed9f221ca 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 31f4e9d07..1f3800fcd 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index ff399624e..05a7ec64e 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>sshd-git</artifactId>
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index 3cb8047ea..5eece67a3 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>sshd-ldap</artifactId>
diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index c79548d30..3967f5581 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index c1ec44fb5..cd0b3bafb 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index 693f76ed1..cac94802c 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml
index bb9b09167..c297d2359 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>sshd-osgi</artifactId>
diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml
index 6fd1c9501..7dc1d545a 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml
index 13dae5c4c..05d7dc0f0 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>sshd-scp</artifactId>
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index 208ef49fa..97984da1a 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>sshd-sftp</artifactId>
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 49c7bee9a..eb8ca7324 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.9.1-SNAPSHOT</version>
+        <version>2.9.1</version>
     </parent>
 
     <artifactId>sshd-spring-sftp</artifactId>


[mina-sshd] 01/02: Prepare sshd 2.9.1 release

Posted by gn...@apache.org.
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

commit 57c67314df8577a8f78163415316115ff22dede3
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Aug 22 07:47:18 2022 +0200

    Prepare sshd 2.9.1 release
---
 CHANGES.md                          |  9 ++-------
 CHANGES.md => docs/changes/2.9.1.md | 21 ++-------------------
 2 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 75a590f9d..6cb456c06 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,16 +16,12 @@
 
 # [Version 2.8.0 to 2.9.0](./docs/changes/2.9.0.md)
 
+# [Version 2.9.0 to 2.9.1](./docs/changes/2.9.1.md)
+
 # Planned for next version
 
 ## Bug fixes
 
-* [SSHD-1281](https://issues.apache.org/jira/browse/SSHD-1281) ClientSession.auth().verify() is terminated with timeout
-* [SSHD-1285](https://issues.apache.org/jira/browse/SSHD-1285) 2.9.0 release broken on Java 8
-* [SSHD-1288](https://issues.apache.org/jira/browse/SSHD-1288) SFTP: fix reading files that are being written
-* [SSHD-1289](https://issues.apache.org/jira/browse/SSHD-1289) Deadlock during session exit
-* [SSHD-1290](https://issues.apache.org/jira/browse/SSHD-1290) Better logging in ChannelAsyncOutputStream
-
 ## Major code re-factoring
 
 ## Potential compatibility issues
@@ -34,4 +30,3 @@
 
 ## Behavioral changes and enhancements
 
-* [SSHD-1283](https://issues.apache.org/jira/browse/SSHD-1283) Added configuration property to control whether *ScpShell* is enabled (default=true).
diff --git a/CHANGES.md b/docs/changes/2.9.1.md
similarity index 61%
copy from CHANGES.md
copy to docs/changes/2.9.1.md
index 75a590f9d..9e560fc9e 100644
--- a/CHANGES.md
+++ b/docs/changes/2.9.1.md
@@ -1,22 +1,4 @@
-# [Version 2.1.0 to 2.2.0](./docs/changes/2.2.0.md)
-
-# [Version 2.2.0 to 2.3.0](./docs/changes/2.3.0.md)
-
-# [Version 2.3.0 to 2.4.0](./docs/changes/2.4.0.md)
-
-# [Version 2.4.0 to 2.5.0](./docs/changes/2.5.0.md)
-
-# [Version 2.5.0 to 2.5.1](./docs/changes/2.5.1.md)
-
-# [Version 2.5.1 to 2.6.0](./docs/changes/2.6.0.md)
-
-# [Version 2.6.0 to 2.7.0](./docs/changes/2.7.0.md)
-
-# [Version 2.7.0 to 2.8.0](./docs/changes/2.8.0.md)
-
-# [Version 2.8.0 to 2.9.0](./docs/changes/2.9.0.md)
-
-# Planned for next version
+# Introduced in 2.9.0
 
 ## Bug fixes
 
@@ -35,3 +17,4 @@
 ## Behavioral changes and enhancements
 
 * [SSHD-1283](https://issues.apache.org/jira/browse/SSHD-1283) Added configuration property to control whether *ScpShell* is enabled (default=true).
+