Convert http links to https
Change-Id: Ie71bb378917b7270eb19d6aaaf043f6b139b10d0
This commit is contained in:
		@@ -16,9 +16,9 @@ from os import path
 | 
			
		||||
 | 
			
		||||
REPO_ROOTS = {
 | 
			
		||||
  'ECLIPSE': 'https://repo.eclipse.org/content/groups/releases',
 | 
			
		||||
  'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
 | 
			
		||||
  'GERRIT': 'https://gerrit-maven.storage.googleapis.com',
 | 
			
		||||
  'GERRIT_API': 'https://gerrit-api.commondatastorage.googleapis.com/release',
 | 
			
		||||
  'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',
 | 
			
		||||
  'MAVEN_CENTRAL': 'https://repo1.maven.org/maven2',
 | 
			
		||||
  'MAVEN_LOCAL': 'file://' + path.expanduser('~/.m2/repository'),
 | 
			
		||||
  'MAVEN_SNAPSHOT': 'https://oss.sonatype.org/content/repositories/snapshots',
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user