diff --git a/lib/JGIT_VERSION b/lib/JGIT_VERSION index 878d673a4b..68787804ca 100644 --- a/lib/JGIT_VERSION +++ b/lib/JGIT_VERSION @@ -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' diff --git a/lib/jgit/org.eclipse.jgit.archive/BUCK b/lib/jgit/org.eclipse.jgit.archive/BUCK index e5aeedd0e0..10ab2b03e5 100644 --- a/lib/jgit/org.eclipse.jgit.archive/BUCK +++ b/lib/jgit/org.eclipse.jgit.archive/BUCK @@ -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'], diff --git a/lib/jgit/org.eclipse.jgit.http.server/BUCK b/lib/jgit/org.eclipse.jgit.http.server/BUCK index 89d0ebacaa..8ebc18df41 100644 --- a/lib/jgit/org.eclipse.jgit.http.server/BUCK +++ b/lib/jgit/org.eclipse.jgit.http.server/BUCK @@ -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'], diff --git a/lib/jgit/org.eclipse.jgit.junit/BUCK b/lib/jgit/org.eclipse.jgit.junit/BUCK index 787a3a3aa5..4b065733a7 100644 --- a/lib/jgit/org.eclipse.jgit.junit/BUCK +++ b/lib/jgit/org.eclipse.jgit.junit/BUCK @@ -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, diff --git a/lib/jgit/org.eclipse.jgit/BUCK b/lib/jgit/org.eclipse.jgit/BUCK index 669e406a5c..0d19343172 100644 --- a/lib/jgit/org.eclipse.jgit/BUCK +++ b/lib/jgit/org.eclipse.jgit/BUCK @@ -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,