Skip to content

Commit 516257c

Browse files
committed
Convert to use https for repositories
1 parent 68f7b84 commit 516257c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

complete/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
maven { url "http://repo.spring.io/libs-release" }
3+
maven { url "https://repo.spring.io/libs-release" }
44
mavenLocal()
55
mavenCentral()
66
}
@@ -22,7 +22,7 @@ jar {
2222
repositories {
2323
mavenLocal()
2424
mavenCentral()
25-
maven { url "http://repo.spring.io/libs-release" }
25+
maven { url "https://repo.spring.io/libs-release" }
2626
}
2727

2828
dependencies {

complete/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
<repository>
4444
<id>spring-releases</id>
4545
<name>Spring Releases</name>
46-
<url>http://repo.spring.io/libs-release</url>
46+
<url>https://repo.spring.io/libs-release</url>
4747
</repository>
4848
</repositories>
4949

5050
<pluginRepositories>
5151
<pluginRepository>
5252
<id>spring-releases</id>
53-
<url>http://repo.spring.io/libs-release</url>
53+
<url>https://repo.spring.io/libs-release</url>
5454
</pluginRepository>
5555
</pluginRepositories>
5656

initial/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
maven { url "http://repo.spring.io/libs-release" }
3+
maven { url "https://repo.spring.io/libs-release" }
44
mavenLocal()
55
mavenCentral()
66
}
@@ -22,7 +22,7 @@ jar {
2222
repositories {
2323
mavenLocal()
2424
mavenCentral()
25-
maven { url "http://repo.spring.io/libs-release" }
25+
maven { url "https://repo.spring.io/libs-release" }
2626
}
2727

2828
dependencies {

initial/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
<repository>
4444
<id>spring-releases</id>
4545
<name>Spring Releases</name>
46-
<url>http://repo.spring.io/libs-release</url>
46+
<url>https://repo.spring.io/libs-release</url>
4747
</repository>
4848
</repositories>
4949

5050
<pluginRepositories>
5151
<pluginRepository>
5252
<id>spring-releases</id>
53-
<url>http://repo.spring.io/libs-release</url>
53+
<url>https://repo.spring.io/libs-release</url>
5454
</pluginRepository>
5555
</pluginRepositories>
5656

0 commit comments

Comments
 (0)