瀏覽代碼

Update com.jcraft.jsch to 0.1.50 also in pom dependencies

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>
tags/v3.4.0.201405051725-m7
Matthias Sohn 10 年之前
父節點
當前提交
a482fc7273
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml 查看文件

@@ -176,7 +176,7 @@
<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 -->

Loading…
取消
儲存