Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-03-09 11:39:43 +0000
committerMatthias Sohn2017-03-09 11:46:42 +0000
commit9b2b49917ee2814987487ddb5dcaf136d4ca5e79 (patch)
tree1da09e37278cbaef9a0cb6a916ea8930d28ff800 /pom.xml
parent5094c1a5c853fa04282cfc928f8bd8e0331ca600 (diff)
downloadjgit-9b2b49917ee2814987487ddb5dcaf136d4ca5e79.tar.gz
jgit-9b2b49917ee2814987487ddb5dcaf136d4ca5e79.tar.xz
jgit-9b2b49917ee2814987487ddb5dcaf136d4ca5e79.zip
Update jsch version used in pom.xml to 0.1.54
We updated the version we use for packaging the p2 repository in efbecb97 but missed to update the version we compile against in the Maven build. Bug: 513354 Change-Id: I49afd89b43cfd8735568a86ef273723909d694a3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ebaa6f122b..581103fc39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
<jgit-last-release-version>4.2.0.201601211800-r</jgit-last-release-version>
- <jsch-version>0.1.53</jsch-version>
+ <jsch-version>0.1.54</jsch-version>
<javaewah-version>1.1.6</javaewah-version>
<junit-version>4.12</junit-version>
<test-fork-count>1C</test-fork-count>

Back to the top