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 2015/06/29 15:28:11 UTC

[1/2] mina-sshd git commit: [SSHD-507] Make sure that the apache-rat-plugin is also configured to ignore Eclipse files

Repository: mina-sshd
Updated Branches:
  refs/heads/master b30d69835 -> 4b478c906


[SSHD-507] Make sure that the apache-rat-plugin is also configured to ignore Eclipse files


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

Branch: refs/heads/master
Commit: f690cf44eae319d6101500a0922b1e9d50ee9421
Parents: b30d698
Author: Lyor Goldstein <lg...@vmware.com>
Authored: Mon Jun 29 16:08:34 2015 +0300
Committer: Lyor Goldstein <lg...@vmware.com>
Committed: Mon Jun 29 16:08:34 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f690cf44/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d6d68b2..56dac2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,6 +464,7 @@
                                 <exclude>sshd-pam/**</exclude>
 									<!-- Eclipse files -->
 								<exclude>.metadata/**</exclude>
+								<exclude>.recommenders/**</exclude>
 								<exclude>RemoteSystemsTempFiles/**</exclude>
 								<exclude>.project</exclude>
 								<exclude>.classpath</exclude>


[2/2] mina-sshd git commit: [SSHD-479] Upgrade used Maven artifacts versions to more recent versions

Posted by lg...@apache.org.
[SSHD-479] Upgrade used Maven artifacts versions to more recent versions

* Upgraded versions of jsch and jzlib


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

Branch: refs/heads/master
Commit: 4b478c90601d396433c69412d0b9952ba2fce622
Parents: f690cf4
Author: Lyor Goldstein <lg...@vmware.com>
Authored: Mon Jun 29 16:27:56 2015 +0300
Committer: Lyor Goldstein <lg...@vmware.com>
Committed: Mon Jun 29 16:27:56 2015 +0300

----------------------------------------------------------------------
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4b478c90/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56dac2e..7b1d53f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,11 +133,6 @@
                 <version>5.5.23</version>
             </dependency>
             <dependency>
-                <groupId>com.jcraft</groupId>
-                <artifactId>jzlib</artifactId>
-                <version>1.1.1</version>
-            </dependency>
-            <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpg-jdk15on</artifactId>
                 <version>${bouncycastle.version}</version>
@@ -180,7 +175,12 @@
             <dependency>
                 <groupId>com.jcraft</groupId>
                 <artifactId>jsch</artifactId>
-                <version>0.1.50</version>
+                <version>0.1.53</version>
+            </dependency>
+            <dependency>
+                <groupId>com.jcraft</groupId>
+                <artifactId>jzlib</artifactId>
+                <version>1.1.3</version>
             </dependency>
 			<dependency>
                 <groupId>org.springframework</groupId>