Merge "Update to JGit 3.4.0.201406110918-r"

This commit is contained in:
Edwin Kempin
2014-07-02 08:26:35 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ from os import path
REPO_ROOTS = {
'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
'GERRIT_API': 'https://gerrit-api.commondatastorage.googleapis.com/release',
'ECLIPSE': 'https://repo.eclipse.org/content/groups/releases',
'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',
'MAVEN_LOCAL': 'file://' + path.expanduser('~/.m2/repository'),
}