From bcccc1f5b72b9faca0c8b360c89a8c1973e2bbc9 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 14 Dec 2023 11:54:03 +0000 Subject: [PATCH 1/4] [maven-release-plugin] prepare release jsch-0.2.14 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6cebeecf..38be2de1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.mwiede jsch jar - 0.2.14-SNAPSHOT + 0.2.14 JSch https://github.com/mwiede/jsch JSch is a pure Java implementation of SSH2 @@ -12,7 +12,7 @@ scm:git:https://github.com/mwiede/jsch.git scm:git:https://github.com/mwiede/jsch.git https://github.com/mwiede/jsch - HEAD + jsch-0.2.14 @@ -73,7 +73,7 @@ - 2023-11-13T21:42:59Z + 2023-12-14T11:53:02Z UTF-8 UTF-8 true From 0606bb159d27307a2f9c5450f6a06ec122dddbcd Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 14 Dec 2023 11:54:05 +0000 Subject: [PATCH 2/4] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 38be2de1..240690a2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.mwiede jsch jar - 0.2.14 + 0.2.15-SNAPSHOT JSch https://github.com/mwiede/jsch JSch is a pure Java implementation of SSH2 @@ -12,7 +12,7 @@ scm:git:https://github.com/mwiede/jsch.git scm:git:https://github.com/mwiede/jsch.git https://github.com/mwiede/jsch - jsch-0.2.14 + HEAD @@ -73,7 +73,7 @@ - 2023-12-14T11:53:02Z + 2023-12-14T11:54:05Z UTF-8 UTF-8 true From 22523a9d22e11a4fcb99062011b99ac8b5ca7a8e Mon Sep 17 00:00:00 2001 From: Matthias Wiedemann Date: Thu, 14 Dec 2023 14:05:32 +0100 Subject: [PATCH 3/4] Update ChangeLog.md --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 8e378c90..03bf6573 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,5 @@ +* [0.2.14](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.14) + * [#450](https://github.com/mwiede/jsch/issues/450) use Socket.connect() with a timeout that has been supported since Java 1.4 instead of using old method of creating a separate thread and joining to that thread with timeout. * [0.2.13](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.13) * #411 Add flush operation from Fix added is/jsch#39, with new config option to allow disabling in case it causes regressions. * #403 add a warning when Channel.getInputStream() or Channel.getExtInputStream() is called after Channel.connect(). From 5129375c79c06cfa104e6f238c8a5f4102c29af4 Mon Sep 17 00:00:00 2001 From: Matthias Wiedemann Date: Thu, 14 Dec 2023 14:06:08 +0100 Subject: [PATCH 4/4] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8578e785..31de4a53 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ with com.github.mwiede jsch - 0.2.13 + 0.2.14 ``` @@ -43,7 +43,7 @@ When you have an artifact `foo:bar`, which contains `com.jcraft:jsch` as a trans com.github.mwiede jsch - 0.2.13 + 0.2.14 foo