Merge branch 'stable-2.10' into stable-2.11

* stable-2.10:
  Upgrade JGit to 4.5.5.201812240535-r

Change-Id: Ie7d0263ced0db87079bb4ed061febc4b866a6e22
This commit is contained in:
Luca Milanesio 2019-01-10 21:13:22 +00:00
commit 043b1019ce
3 changed files with 9 additions and 7 deletions

View File

@ -1,13 +1,13 @@
include_defs('//lib/maven.defs')
REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL.
VERS = '4.5.4.201711221230-r'
REPO = ECLIPSE # Leave here even if set to MAVEN_CENTRAL.
VERS = '4.5.5.201812240535-r'
maven_jar(
name = 'jgit',
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
bin_sha1 = 'b30f322c7d441260f4fa454ce5de65cf7e961274',
src_sha1 = '459f648f8bbf10e1aa0b122d4f9919e1779922e9',
bin_sha1 = '1dac8dd7deb4ec72939fe30cd6fd57c22fd4a403',
src_sha1 = '6c5fe5a2bd6b12571d15984916463f2f28223a93',
license = 'jgit',
repository = REPO,
unsign = True,
@ -22,7 +22,7 @@ maven_jar(
maven_jar(
name = 'jgit-servlet',
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
sha1 = '264fac29b6007146127156113ed3d4e0aa922b39',
sha1 = '6498fa4f4bd5db11d3069952540b68a9aef024c2',
license = 'jgit',
repository = REPO,
deps = [':jgit'],
@ -36,7 +36,7 @@ maven_jar(
maven_jar(
name = 'jgit-archive',
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
sha1 = '6b0b919ee42bf8276193c3c03581634bc3aa7e18',
sha1 = 'd64327d788ae43d79eb4e42d2432646c7b485789',
license = 'jgit',
repository = REPO,
deps = [':jgit',
@ -53,7 +53,7 @@ maven_jar(
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
sha1 = '58ca0a0fba72f2db6e6b27bd464dc44a946a617c',
sha1 = '50c36e367e7df961c1acc9308b7d52ea21a73d91',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,

View File

@ -14,6 +14,7 @@
include_defs('//lib/local.defs')
ECLIPSE = 'ECLIPSE:'
GERRIT = 'GERRIT:'
GERRIT_API = 'GERRIT_API:'
MAVEN_CENTRAL = 'MAVEN_CENTRAL:'

View File

@ -15,6 +15,7 @@
from os import path
REPO_ROOTS = {
'ECLIPSE': 'https://repo.eclipse.org/content/groups/releases',
'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
'GERRIT_API': 'https://gerrit-api.commondatastorage.googleapis.com/release',
'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',