Update JGit to 4.3.0.201604071810-r.23-gc9b0028

Change-Id: I9df04e3ddf840481a3796fccb4f4d845e538b0a8
This commit is contained in:
Dave Borowitz
2016-05-03 19:56:26 -04:00
parent 2c6ee5a290
commit 2ae2dcec53
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.3.0.201604071810-r'
REPO = GERRIT # Leave here even if set to MAVEN_CENTRAL.
VERS = '4.3.0.201604071810-r.23-gc9b0028'

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 = 'c065b765aac56cdbe531634fdfd829a6ce8bbd0c',
sha1 = 'c612e5bd40ebf6226032cb32c14b396d7ebfe036',
license = 'jgit',
repository = REPO,
deps = ['//lib/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 = '516925ff0df67705e368c905a910ed982655cc32',
sha1 = 'bb01841b74a48abe506c2e44f238e107188e6c8f',
license = 'jgit',
repository = REPO,
deps = ['//lib/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 = '060a98c260b23f64c47e3fb4d77b684ccb64c114',
sha1 = '62dddedccdcd67b622d0d35a4bfb15c7eab8e171',
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 = 'e3c57967fb8df5172d62bb4bbbd355554db4c65d',
src_sha1 = '4d64b05a50d581a2884a5b7dc66163be18bac755',
bin_sha1 = 'dc4464c876cbf3815fd6cf6cb9d29d375566d6b1',
src_sha1 = 'ab3f9344d524f71c74307e68c82c698266e4bcec',
license = 'jgit',
repository = REPO,
unsign = True,