Upgrade JGit to 4.2.0.201601211800-r.136-g8efdaaf

This is a recent snapshot built off JGit's master branch, including
the fixes that went into 4.1.2.201602141800-r which we have already
upgraded to on stable-2.12.

Change-Id: I9cb311906957f4cbc00e0d168abfe512c070dca1
This commit is contained in:
David Pursehouse 2016-02-29 17:47:26 +09:00
parent d8a953f2a4
commit eb4f5d46ff
5 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
include_defs('//lib/maven.defs')
REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL.
VERS = '4.2.0.201601211800-r'
REPO = GERRIT # Leave here even if set to MAVEN_CENTRAL.
VERS = '4.2.0.201601211800-r.136-g8efdaaf'

View File

@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-archive',
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
sha1 = 'e599670a9b163182868e2e928e44eb93c5d2b1ab',
sha1 = '1b3a0cb7b8c2629e33902b3daf1067accca62eaf',
license = 'jgit',
repository = REPO,
deps = ['@jgit//org.eclipse.jgit:jgit'],

View File

@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-servlet',
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
sha1 = '33392946493bb1ff54f843843424022e8c8213e9',
sha1 = 'b493401b9778cdc38f7c08f111c6385a434b2ac2',
license = 'jgit',
repository = REPO,
deps = ['@jgit//org.eclipse.jgit:jgit'],

View File

@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
sha1 = '215b322b5e37ff6731bc23794772346eb4e3d9c0',
sha1 = 'c68ddb3e2aaca05b1d2f8250dd107b5f484ed603',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,

View File

@ -4,8 +4,8 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit',
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
bin_sha1 = 'a042910b86546a9d8f8aee745e5f8e80104e386d',
src_sha1 = '3224099036bc3396f9ad611bc22f72fa1d126685',
bin_sha1 = '32f50e3c0c4f53d8fdca147d3ff0b6ef0dc02eb0',
src_sha1 = '1ff155886d6ce2e6e566a90960862aa0e5b226d8',
license = 'jgit',
repository = REPO,
unsign = True,