Update JGit to 4.9.2.201712150930-r

Change-Id: I6a2dd0333991c4535f2b3a61bce46d617bdfa42a
This commit is contained in:
Matthias Sohn 2017-12-16 01:32:38 +01:00
parent 55e74a8c90
commit 0979e34a30

View File

@ -1,6 +1,6 @@
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_LOCAL", "MAVEN_CENTRAL", "maven_jar") load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_LOCAL", "MAVEN_CENTRAL", "maven_jar")
_JGIT_VERS = "4.9.1.201712030800-r" _JGIT_VERS = "4.9.2.201712150930-r"
_DOC_VERS = _JGIT_VERS # Set to _JGIT_VERS unless using a snapshot _DOC_VERS = _JGIT_VERS # Set to _JGIT_VERS unless using a snapshot
@ -26,28 +26,28 @@ def jgit_maven_repos():
name = "jgit_lib", name = "jgit_lib",
artifact = "org.eclipse.jgit:org.eclipse.jgit:" + _JGIT_VERS, artifact = "org.eclipse.jgit:org.eclipse.jgit:" + _JGIT_VERS,
repository = _JGIT_REPO, repository = _JGIT_REPO,
sha1 = "e8ab33771a89682e80596854a6739ab8889ecdeb", sha1 = "a3a2d1df793245ebfc7322db3c2b9828ee184850",
src_sha1 = "f2cdb9f8f87a37b5611c0750db2bc570736533da", src_sha1 = "afa9a25e5502aeeb3b93d773ee445866fb316069",
unsign = True, unsign = True,
) )
maven_jar( maven_jar(
name = "jgit_servlet", name = "jgit_servlet",
artifact = "org.eclipse.jgit:org.eclipse.jgit.http.server:" + _JGIT_VERS, artifact = "org.eclipse.jgit:org.eclipse.jgit.http.server:" + _JGIT_VERS,
repository = _JGIT_REPO, repository = _JGIT_REPO,
sha1 = "6ecb5bd14f45fe07995074613c9255a3447623b2", sha1 = "87b4d287feff8b6b4c4f38a504460d2a3d4624f3",
unsign = True, unsign = True,
) )
maven_jar( maven_jar(
name = "jgit_archive", name = "jgit_archive",
artifact = "org.eclipse.jgit:org.eclipse.jgit.archive:" + _JGIT_VERS, artifact = "org.eclipse.jgit:org.eclipse.jgit.archive:" + _JGIT_VERS,
repository = _JGIT_REPO, repository = _JGIT_REPO,
sha1 = "87002ceb9f127e1220f854b12a53b9639404b926", sha1 = "ce4133fb0735d454dc8f6695fe6c6d5eff18a452",
) )
maven_jar( maven_jar(
name = "jgit_junit", name = "jgit_junit",
artifact = "org.eclipse.jgit:org.eclipse.jgit.junit:" + _JGIT_VERS, artifact = "org.eclipse.jgit:org.eclipse.jgit.junit:" + _JGIT_VERS,
repository = _JGIT_REPO, repository = _JGIT_REPO,
sha1 = "89a9789155dc44200a15adc3544069b6cd7196a4", sha1 = "127074493f6a6ee5e6232a707d9adb523479e3bb",
unsign = True, unsign = True,
) )