浏览代码

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

Greg Turnquist 13 年前
父节点
当前提交
5aadeabf28

+ 2
- 2
README.md 查看文件

64
         mavenLocal()
64
         mavenLocal()
65
     }
65
     }
66
     dependencies {
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
 }
84
 }
85
 
85
 
86
 dependencies {
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
     testCompile("junit:junit:4.11")
88
     testCompile("junit:junit:4.11")
89
 }
89
 }
90
 
90
 

+ 4
- 4
complete/build.gradle 查看文件

4
         mavenLocal()
4
         mavenLocal()
5
     }
5
     }
6
     dependencies {
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
 }
24
 }
25
 
25
 
26
 dependencies {
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
         exclude module: "spring-boot-starter-tomcat"
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
     testCompile("junit:junit:4.11")
32
     testCompile("junit:junit:4.11")
33
 }
33
 }
34
 
34
 

+ 2
- 2
complete/gradle/wrapper/gradle-wrapper.properties 查看文件

1
-#Fri Aug 09 11:42:39 CDT 2013
1
+#Wed Oct 30 09:50:21 CDT 2013
2
 distributionBase=GRADLE_USER_HOME
2
 distributionBase=GRADLE_USER_HOME
3
 distributionPath=wrapper/dists
3
 distributionPath=wrapper/dists
4
 zipStoreBase=GRADLE_USER_HOME
4
 zipStoreBase=GRADLE_USER_HOME
5
 zipStorePath=wrapper/dists
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 查看文件

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

+ 2
- 2
initial/build.gradle 查看文件

4
         mavenLocal()
4
         mavenLocal()
5
     }
5
     }
6
     dependencies {
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
 }
24
 }
25
 
25
 
26
 dependencies {
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
     testCompile("junit:junit:4.11")
28
     testCompile("junit:junit:4.11")
29
 }
29
 }
30
 
30
 

+ 2
- 2
initial/gradle/wrapper/gradle-wrapper.properties 查看文件

1
-#Fri Aug 09 11:42:51 CDT 2013
1
+#Wed Oct 30 09:50:28 CDT 2013
2
 distributionBase=GRADLE_USER_HOME
2
 distributionBase=GRADLE_USER_HOME
3
 distributionPath=wrapper/dists
3
 distributionPath=wrapper/dists
4
 zipStoreBase=GRADLE_USER_HOME
4
 zipStoreBase=GRADLE_USER_HOME
5
 zipStorePath=wrapper/dists
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 查看文件

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