diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-09 23:43:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-09 23:43:43 +0200 |
commit | 2642c727ad6cc487a57f2d0956238cb36a028f5a (patch) | |
tree | 141df43e429e5ac7f25d1c386bc5d00102f1b680 /pom.xml | |
parent | 81ef0cd058b513394daafbd1def89482c4cebf0c (diff) | |
download | jgit-2642c727ad6cc487a57f2d0956238cb36a028f5a.tar.gz jgit-2642c727ad6cc487a57f2d0956238cb36a028f5a.zip |
Update JGit version used to detect API changes to 4.7.0.201704051617-r
We detect API changes during the Maven build using japicmp. Update the
reference version to the latest minor version 4.7.0.201704051617-r.
Change-Id: Iab354fbf745cdfe44f71ce0bb64bb838b8bcd57d
Diffstat (limited to 'pom.xml')
-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.6.0.201612231935-r</jgit-last-release-version> + <jgit-last-release-version>4.7.0.201704051617-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> |