Merge "Upgrade JGit to 4.4.1.201607150455-r.109-g0b4751e"

This commit is contained in:
Edwin Kempin
2016-08-17 07:15:48 +00:00
committed by Gerrit Code Review
5 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
include_defs('//lib/maven.defs')
REPO = GERRIT # Leave here even if set to MAVEN_CENTRAL.
VERS = '4.4.1.201607150455-r.105-g81ba2be'
VERS = '4.4.1.201607150455-r.109-g0b4751e'

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 = 'fc3bc40e070c54198a046fcd3a1f7cac47163961',
sha1 = '57ebfba05a6023e3d9ed48083ff0dcbac09e8047',
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 = '7a3d359ac9708e325bea4742f30b12bb47ab753a',
sha1 = '44b864259407c0fe2c7ccdeabcef79db3de5a9ea',
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 = 'b4565ee84a6e1d0952010282b9fcf705ac6171a7',
sha1 = '9637d7ec4775a4e0e2467c8e951a735ad06a8c57',
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 = 'c07c9c66da7983095a40945c0bfab211a473c4c5',
src_sha1 = '24dc0a7f50954c105418fe6f582587bf25e2658a',
bin_sha1 = 'de7fb6fa397b2388bfafe17b212d4fe4ad5df72a',
src_sha1 = '30665754ae7703018251b2880e0cfba6edcbe189',
license = 'jgit',
repository = REPO,
unsign = True,