Explorar el Código

Replace repo.spring.io/release with repo.spring.io/libs-release

Greg Turnquist hace 12 años
padre
commit
39be78ef8b
Se han modificado 4 ficheros con 8 adiciones y 8 borrados
  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 Ver fichero

@@ -1,6 +1,6 @@
1 1
 buildscript {
2 2
     repositories {
3
-        maven { url "http://repo.spring.io/release" }
3
+        maven { url "http://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/release" }
25
+    maven { url "http://repo.spring.io/libs-release" }
26 26
 }
27 27
 
28 28
 dependencies {

+ 2
- 2
complete/pom.xml Ver fichero

@@ -44,13 +44,13 @@
44 44
     <repositories>
45 45
         <repository>
46 46
             <id>spring-releases</id>
47
-            <url>http://repo.spring.io/release</url>
47
+            <url>http://repo.spring.io/libs-release</url>
48 48
         </repository>
49 49
     </repositories>
50 50
     <pluginRepositories>
51 51
         <pluginRepository>
52 52
             <id>spring-releases</id>
53
-            <url>http://repo.spring.io/release</url>
53
+            <url>http://repo.spring.io/libs-release</url>
54 54
         </pluginRepository>
55 55
     </pluginRepositories>
56 56
 </project>

+ 2
- 2
initial/build.gradle Ver fichero

@@ -1,6 +1,6 @@
1 1
 buildscript {
2 2
     repositories {
3
-        maven { url "http://repo.spring.io/release" }
3
+        maven { url "http://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/release" }
25
+    maven { url "http://repo.spring.io/libs-release" }
26 26
 }
27 27
 
28 28
 dependencies {

+ 2
- 2
initial/pom.xml Ver fichero

@@ -44,13 +44,13 @@
44 44
     <repositories>
45 45
         <repository>
46 46
             <id>spring-releases</id>
47
-            <url>http://repo.spring.io/release</url>
47
+            <url>http://repo.spring.io/libs-release</url>
48 48
         </repository>
49 49
     </repositories>
50 50
     <pluginRepositories>
51 51
         <pluginRepository>
52 52
             <id>spring-releases</id>
53
-            <url>http://repo.spring.io/release</url>
53
+            <url>http://repo.spring.io/libs-release</url>
54 54
         </pluginRepository>
55 55
     </pluginRepositories>
56 56
 </project>