Przeglądaj źródła

Rebuild with gradle 1.8 and also update to Spring Boot 0.5.0.M5

Greg Turnquist 13 lat temu
rodzic
commit
5aadeabf28

+ 2
- 2
README.md Wyświetl plik

@@ -64,7 +64,7 @@ buildscript {
64 64
         mavenLocal()
65 65
     }
66 66
     dependencies {
67
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
67
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
68 68
     }
69 69
 }
70 70
 
@@ -84,7 +84,7 @@ repositories {
84 84
 }
85 85
 
86 86
 dependencies {
87
-    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M4")
87
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
88 88
     testCompile("junit:junit:4.11")
89 89
 }
90 90
 

+ 4
- 4
complete/build.gradle Wyświetl plik

@@ -4,7 +4,7 @@ buildscript {
4 4
         mavenLocal()
5 5
     }
6 6
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
8 8
     }
9 9
 }
10 10
 
@@ -24,11 +24,11 @@ repositories {
24 24
 }
25 25
 
26 26
 dependencies {
27
-    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M4") {
27
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") {
28 28
         exclude module: "spring-boot-starter-tomcat"
29 29
     }
30
-    compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M4")
31
-    compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M4")
30
+    compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M5")
31
+    compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M5")
32 32
     testCompile("junit:junit:4.11")
33 33
 }
34 34
 

+ 2
- 2
complete/gradle/wrapper/gradle-wrapper.properties Wyświetl plik

@@ -1,6 +1,6 @@
1
-#Fri Aug 09 11:42:39 CDT 2013
1
+#Wed Oct 30 09:50:21 CDT 2013
2 2
 distributionBase=GRADLE_USER_HOME
3 3
 distributionPath=wrapper/dists
4 4
 zipStoreBase=GRADLE_USER_HOME
5 5
 zipStorePath=wrapper/dists
6
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
6
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip

+ 1
- 1
complete/pom.xml Wyświetl plik

@@ -10,7 +10,7 @@
10 10
     <parent>
11 11
         <groupId>org.springframework.boot</groupId>
12 12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>0.5.0.M4</version>
13
+        <version>0.5.0.M5</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>

+ 2
- 2
initial/build.gradle Wyświetl plik

@@ -4,7 +4,7 @@ buildscript {
4 4
         mavenLocal()
5 5
     }
6 6
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
8 8
     }
9 9
 }
10 10
 
@@ -24,7 +24,7 @@ repositories {
24 24
 }
25 25
 
26 26
 dependencies {
27
-    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M4")
27
+    compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
28 28
     testCompile("junit:junit:4.11")
29 29
 }
30 30
 

+ 2
- 2
initial/gradle/wrapper/gradle-wrapper.properties Wyświetl plik

@@ -1,6 +1,6 @@
1
-#Fri Aug 09 11:42:51 CDT 2013
1
+#Wed Oct 30 09:50:28 CDT 2013
2 2
 distributionBase=GRADLE_USER_HOME
3 3
 distributionPath=wrapper/dists
4 4
 zipStoreBase=GRADLE_USER_HOME
5 5
 zipStorePath=wrapper/dists
6
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
6
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip

+ 1
- 1
initial/pom.xml Wyświetl plik

@@ -10,7 +10,7 @@
10 10
     <parent>
11 11
         <groupId>org.springframework.boot</groupId>
12 12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>0.5.0.M4</version>
13
+        <version>0.5.0.M5</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>