]> source.dussan.org Git - jgit.git/commitdiff
Update JGit version used to detect API changes to 4.6.0 25/92725/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 9 Mar 2017 19:35:04 +0000 (20:35 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 9 Mar 2017 19:38:29 +0000 (20:38 +0100)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 581103fc397feb3257e1c7a3816579b861fabc30..efe37bc8db87cedd2127c4a4c8ac47296d7b7d77 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>