Update JGit to 4.7.0.201704051617-r.37-gc80d8c590

Change-Id: Ic77a2c7bb9bc63dd7358460fe978417a61210770
This commit is contained in:
Dave Borowitz
2017-04-13 10:34:00 -04:00
parent c9377e78ee
commit c204fa11b3

View File

@@ -1,6 +1,6 @@
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_LOCAL", "MAVEN_CENTRAL", "maven_jar")
_JGIT_VERS = "4.7.0.201704051617-r.15-gc4e952109"
_JGIT_VERS = "4.7.0.201704051617-r.37-gc80d8c590"
_DOC_VERS = "4.7.0.201704051617-r" # Set to _JGIT_VERS unless using a snapshot
@@ -26,28 +26,28 @@ def jgit_maven_repos():
name = "jgit_lib",
artifact = "org.eclipse.jgit:org.eclipse.jgit:" + _JGIT_VERS,
repository = _JGIT_REPO,
sha1 = "875277521153030e2bdab12bf602b740232b2b28",
src_sha1 = "f9adcd3ef0f77c5db16569771f95bc0142c36f46",
sha1 = "edb739cd1e7c72dab361a8f6011807ae7fae35e2",
src_sha1 = "ddf922143dd88ec8fbd2c44f48f203340e6b4d54",
unsign = True,
)
maven_jar(
name = "jgit_servlet",
artifact = "org.eclipse.jgit:org.eclipse.jgit.http.server:" + _JGIT_VERS,
repository = _JGIT_REPO,
sha1 = "e1037f50696a6e19fb5d30f9d44cb31e3c5fe8b0",
sha1 = "e864cb9f7e16d77ff75805708cd82e6f82a73246",
unsign = True,
)
maven_jar(
name = "jgit_archive",
artifact = "org.eclipse.jgit:org.eclipse.jgit.archive:" + _JGIT_VERS,
repository = _JGIT_REPO,
sha1 = "660bc82c9ff3c33249d269860d9793e830d6c374",
sha1 = "cc944356eb8ca74446341729d539f5b9faccb698",
)
maven_jar(
name = "jgit_junit",
artifact = "org.eclipse.jgit:org.eclipse.jgit.junit:" + _JGIT_VERS,
repository = _JGIT_REPO,
sha1 = "c2b28646cc2531df947a9e0f73fa9c415567b05e",
sha1 = "eae23cc952d8b9d332287f7a4d4200c17ae78411",
unsign = True,
)