Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2018-12-15 19:27:34 +0000
committerThomas Wolf2018-12-15 19:37:39 +0000
commite71e0068bc9360a586f7fdb562e83760f1149c64 (patch)
tree2e3360816ad0c87b0ebf396d1b77a1b5b96e7e55 /pom.xml
parentdac7ce0434502a089128d7bb8ba2031668a4fbbd (diff)
downloadjgit-e71e0068bc9360a586f7fdb562e83760f1149c64.tar.gz
jgit-e71e0068bc9360a586f7fdb562e83760f1149c64.tar.xz
jgit-e71e0068bc9360a586f7fdb562e83760f1149c64.zip
Enable japicmp for new SSH bundle; update its baseline
In the original contribution of this bundle, japicmp was disabled as no previous version to compare against existed. Enable it now. Update the version to compare against to 5.2.0.201812061821-r. Change-Id: I42f812befde2d0d98db5f87e05230b51af244ae6 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
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 9430560f42..5f6297d60c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
- <jgit-last-release-version>4.11.0.201803080745-r</jgit-last-release-version>
+ <jgit-last-release-version>5.2.0.201812061821-r</jgit-last-release-version>
<apache-sshd-version>2.0.0</apache-sshd-version>
<jsch-version>0.1.54</jsch-version>
<jzlib-version>1.1.1</jzlib-version>

Back to the top