Pārlūkot izejas kodu

Remove snapshots and switch to maven central

Resolves #15
Greg Turnquist 10 gadus atpakaļ
vecāks
revīzija
0f37f766c9
4 mainītis faili ar 2 papildinājumiem un 32 dzēšanām
  1. 1
    2
      complete/build.gradle
  2. 0
    14
      complete/pom.xml
  3. 1
    2
      initial/build.gradle
  4. 0
    14
      initial/pom.xml

+ 1
- 2
complete/build.gradle Parādīt failu

@@ -1,7 +1,7 @@
1 1
 buildscript {
2 2
     repositories {
3
-        maven { url "http://repo.spring.io/libs-snapshot" }
4 3
         mavenLocal()
4
+        mavenCentral()
5 5
     }
6 6
     dependencies {
7 7
         classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.2.RELEASE")
@@ -20,7 +20,6 @@ jar {
20 20
 
21 21
 repositories {
22 22
     mavenCentral()
23
-    maven { url "http://repo.spring.io/libs-snapshot" }
24 23
 }
25 24
 
26 25
 dependencies {

+ 0
- 14
complete/pom.xml Parādīt failu

@@ -43,18 +43,4 @@
43 43
         </plugins>
44 44
     </build>
45 45
 
46
-    <repositories>
47
-        <repository>
48
-            <id>spring-snapshots</id>
49
-            <url>http://repo.spring.io/libs-snapshot</url>
50
-            <snapshots><enabled>true</enabled></snapshots>
51
-        </repository>
52
-    </repositories>
53
-    <pluginRepositories>
54
-        <pluginRepository>
55
-            <id>spring-snapshots</id>
56
-            <url>http://repo.spring.io/libs-snapshot</url>
57
-            <snapshots><enabled>true</enabled></snapshots>
58
-        </pluginRepository>
59
-    </pluginRepositories>
60 46
 </project>

+ 1
- 2
initial/build.gradle Parādīt failu

@@ -1,7 +1,7 @@
1 1
 buildscript {
2 2
     repositories {
3
-        maven { url "http://repo.spring.io/libs-snapshot" }
4 3
         mavenLocal()
4
+        mavenCentral()
5 5
     }
6 6
     dependencies {
7 7
         classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.2.RELEASE")
@@ -20,7 +20,6 @@ jar {
20 20
 
21 21
 repositories {
22 22
     mavenCentral()
23
-    maven { url "http://repo.spring.io/libs-snapshot" }
24 23
 }
25 24
 
26 25
 dependencies {

+ 0
- 14
initial/pom.xml Parādīt failu

@@ -55,18 +55,4 @@
55 55
         </plugins>
56 56
     </build>
57 57
 
58
-    <repositories>
59
-        <repository>
60
-            <id>spring-snapshots</id>
61
-            <url>http://repo.spring.io/libs-snapshot</url>
62
-            <snapshots><enabled>true</enabled></snapshots>
63
-        </repository>
64
-    </repositories>
65
-    <pluginRepositories>
66
-        <pluginRepository>
67
-            <id>spring-snapshots</id>
68
-            <url>http://repo.spring.io/libs-snapshot</url>
69
-            <snapshots><enabled>true</enabled></snapshots>
70
-        </pluginRepository>
71
-    </pluginRepositories>
72 58
 </project>