Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-03-09 19:35:04 +0000
committerMatthias Sohn2017-03-09 19:38:29 +0000
commit6df168b430ec1b90b2b577c1aa72925f97ec90ab (patch)
tree662092184f0868bb320df8c214a9bdaa9a229e6e /pom.xml
parent9b2b49917ee2814987487ddb5dcaf136d4ca5e79 (diff)
downloadjgit-6df168b430ec1b90b2b577c1aa72925f97ec90ab.tar.gz
jgit-6df168b430ec1b90b2b577c1aa72925f97ec90ab.tar.xz
jgit-6df168b430ec1b90b2b577c1aa72925f97ec90ab.zip
Update JGit version used to detect API changes to 4.6.0
We detect API changes during the Maven build using japicmp. Update the reference version to the latest minor version 4.6.0. Change-Id: I70f65f4a0680671612f21ee1afac7f7ef0152cbb 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 581103fc39..efe37bc8db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,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.2.0.201601211800-r</jgit-last-release-version>
+ <jgit-last-release-version>4.6.0.201612231935-r</jgit-last-release-version>
<jsch-version>0.1.54</jsch-version>
<javaewah-version>1.1.6</javaewah-version>
<junit-version>4.12</junit-version>

Back to the top