Merge "JGit: Use Javadoc from 5.0.1.201806211838-r"

This commit is contained in:
David Pursehouse
2018-07-13 07:47:03 +00:00
committed by Gerrit Code Review

View File

@@ -2,7 +2,7 @@ load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "mav
_JGIT_VERS = "5.0.1.201806211838-r"
_DOC_VERS = "5.0.0.201806131550-r" # Set to _JGIT_VERS unless using a snapshot
_DOC_VERS = _JGIT_VERS # Set to _JGIT_VERS unless using a snapshot
JGIT_DOC_URL = "http://download.eclipse.org/jgit/site/" + _DOC_VERS + "/apidocs"