SGF-352 - Change all Artifact Repository URLs to use HTTPS.

This commit is contained in:
John Blum
2014-11-20 12:24:02 -08:00
parent dfb30ad22f
commit 9e83cc73a4

View File

@@ -1,6 +1,6 @@
buildscript {
repositories {
maven { url 'http://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-release' }
}
dependencies {
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.4'
@@ -12,9 +12,8 @@ description = 'Spring Data GemFire'
group = 'org.springframework.data'
repositories {
maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"}
maven { url "http://repo.spring.io/libs-snapshot" }
maven { url "http://repo.spring.io/plugins-release"}
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/plugins-release"}
}