diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-09 20:35:04 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-09 20:38:29 +0100 |
commit | 6df168b430ec1b90b2b577c1aa72925f97ec90ab (patch) | |
tree | 662092184f0868bb320df8c214a9bdaa9a229e6e | |
parent | 9b2b49917ee2814987487ddb5dcaf136d4ca5e79 (diff) | |
download | jgit-6df168b430ec1b90b2b577c1aa72925f97ec90ab.tar.gz 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>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |