]> source.dussan.org Git - jgit.git/commitdiff
Update com.jcraft.jsch to 0.1.50 also in pom dependencies 18/23218/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 5 Mar 2014 07:46:11 +0000 (08:46 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 11 Mar 2014 20:00:27 +0000 (21:00 +0100)
We updated the target platforms in 3.3 following the version shipped
by the release train but missed to update it in pom dependencies.
This wasn't harmful as there were no API changes between 0.1.46 and
0.1.50.

Change-Id: Ie8ac2ea447fa93d6643b9817f58767ab7f0b1aa4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index fd65fa74fed2f393edf233e1e0a471d463c6e124..2d4f1aae53af8b3714daa3293ff2182cd5fa6797 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
 
     <jgit-last-release-version>3.2.0.201312181205-r</jgit-last-release-version>
-    <jsch-version>0.1.46</jsch-version>
+    <jsch-version>0.1.50</jsch-version>
     <javaewah-version>0.7.9</javaewah-version>
     <junit-version>4.11</junit-version>
     <!-- TODO: update Maven dependency for args4j to 2.0.21 as soon as available on Maven Central -->