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 2018/11/06 10:25:32 UTC

[1/2] mina-sshd git commit: Upgraded Spring integration version to 5.1.0

Repository: mina-sshd
Updated Branches:
  refs/heads/master 259ee8c7f -> 5f4d0f8c9


Upgraded Spring integration version to 5.1.0


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/5f4d0f8c
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/5f4d0f8c
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/5f4d0f8c

Branch: refs/heads/master
Commit: 5f4d0f8c9b24238f19a5bf00abcf058eb9ce3d22
Parents: 59ad265
Author: Lyor Goldstein <lg...@apache.org>
Authored: Tue Nov 6 12:22:38 2018 +0200
Committer: Lyor Goldstein <lg...@apache.org>
Committed: Tue Nov 6 12:25:23 2018 +0200

----------------------------------------------------------------------
 sshd-spring-sftp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/5f4d0f8c/sshd-spring-sftp/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 5e1759d..39dc227 100644
--- a/sshd-spring-sftp/pom.xml
+++ b/sshd-spring-sftp/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <projectRoot>${project.basedir}/..</projectRoot>
-        <spring.integration.version>5.0.9.RELEASE</spring.integration.version>
+        <spring.integration.version>5.1.0.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>


[2/2] mina-sshd git commit: Upgraded Spring core version to 5.1.2

Posted by lg...@apache.org.
Upgraded Spring core version to 5.1.2


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/59ad265d
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/59ad265d
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/59ad265d

Branch: refs/heads/master
Commit: 59ad265d1e8f6acd3273d2ff94f14c5ee72eb2e7
Parents: 259ee8c
Author: Lyor Goldstein <lg...@apache.org>
Authored: Tue Nov 6 12:22:04 2018 +0200
Committer: Lyor Goldstein <lg...@apache.org>
Committed: Tue Nov 6 12:25:23 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/59ad265d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5bb5762..5e28589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
 
         <bouncycastle.version>1.60</bouncycastle.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <spring.version>5.1.1.RELEASE</spring.version>
+        <spring.version>5.1.2.RELEASE</spring.version>
         <jgit.version>5.1.3.201810200350-r</jgit.version>
         <junit.version>4.12</junit.version>
         <bytebuddy.version>1.9.3</bytebuddy.version>