Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-29 12:31:31 +0000
committerMatthias Sohn2015-06-01 09:12:06 +0000
commitc5f7ab34829e56de3b56a717eaa38b02e2810cda (patch)
treef0bcadb8aa8822283a185b6cfa8741acb7af71ec
parent6d09c486ed833484d9413e3c8f955d2afe27d397 (diff)
downloadjgit-c5f7ab34829e56de3b56a717eaa38b02e2810cda.tar.gz
jgit-c5f7ab34829e56de3b56a717eaa38b02e2810cda.tar.xz
jgit-c5f7ab34829e56de3b56a717eaa38b02e2810cda.zip
Compare API changes in clirr report against 3.7.0
Change-Id: Id819fd700ed44cdc3cdbe33a4bb9ee52a6fbbd41 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ce4cc67a57..f8a0ce51e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,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>3.6.0.201412230720-r</jgit-last-release-version>
+ <jgit-last-release-version>3.7.0.201502260915-r</jgit-last-release-version>
<jsch-version>0.1.50</jsch-version>
<javaewah-version>0.7.9</javaewah-version>
<junit-version>4.11</junit-version>

Back to the top