Browse Source

Convert to use https for repositories

Greg Turnquist 9 years ago
parent
commit
89cd08a67c
4 changed files with 8 additions and 8 deletions
  1. 2
    2
      complete/build.gradle
  2. 2
    2
      complete/pom.xml
  3. 2
    2
      initial/build.gradle
  4. 2
    2
      initial/pom.xml

+ 2
- 2
complete/build.gradle View File

@@ -1,6 +1,6 @@
1 1
 buildscript {
2 2
     repositories {
3
-        maven { url "http://repo.spring.io/libs-release" }
3
+        maven { url "https://repo.spring.io/libs-release" }
4 4
         mavenLocal()
5 5
         mavenCentral()
6 6
     }
@@ -22,7 +22,7 @@ jar {
22 22
 repositories {
23 23
     mavenLocal()
24 24
     mavenCentral()
25
-    maven { url "http://repo.spring.io/libs-release" }
25
+    maven { url "https://repo.spring.io/libs-release" }
26 26
 }
27 27
 
28 28
 dependencies {

+ 2
- 2
complete/pom.xml View File

@@ -36,13 +36,13 @@
36 36
     <repositories>
37 37
         <repository>
38 38
             <id>spring-releases</id>
39
-            <url>http://repo.spring.io/libs-release</url>
39
+            <url>https://repo.spring.io/libs-release</url>
40 40
         </repository>
41 41
     </repositories>
42 42
     <pluginRepositories>
43 43
         <pluginRepository>
44 44
             <id>spring-releases</id>
45
-            <url>http://repo.spring.io/libs-release</url>
45
+            <url>https://repo.spring.io/libs-release</url>
46 46
         </pluginRepository>
47 47
     </pluginRepositories>
48 48
 </project>

+ 2
- 2
initial/build.gradle View File

@@ -1,6 +1,6 @@
1 1
 buildscript {
2 2
     repositories {
3
-        maven { url "http://repo.spring.io/libs-release" }
3
+        maven { url "https://repo.spring.io/libs-release" }
4 4
         mavenLocal()
5 5
         mavenCentral()
6 6
     }
@@ -22,7 +22,7 @@ jar {
22 22
 repositories {
23 23
     mavenLocal()
24 24
     mavenCentral()
25
-    maven { url "http://repo.spring.io/libs-release" }
25
+    maven { url "https://repo.spring.io/libs-release" }
26 26
 }
27 27
 
28 28
 dependencies {

+ 2
- 2
initial/pom.xml View File

@@ -36,13 +36,13 @@
36 36
     <repositories>
37 37
         <repository>
38 38
             <id>spring-releases</id>
39
-            <url>http://repo.spring.io/libs-release</url>
39
+            <url>https://repo.spring.io/libs-release</url>
40 40
         </repository>
41 41
     </repositories>
42 42
     <pluginRepositories>
43 43
         <pluginRepository>
44 44
             <id>spring-releases</id>
45
-            <url>http://repo.spring.io/libs-release</url>
45
+            <url>https://repo.spring.io/libs-release</url>
46 46
         </pluginRepository>
47 47
     </pluginRepositories>
48 48
 </project>