浏览代码

Upgrade to Spring Boot 1.0.0.RC2

Greg Turnquist 12 年前
父节点
当前提交
d992c172b5
共有 4 个文件被更改,包括 7 次插入7 次删除
  1. 3
    3
      complete/build.gradle
  2. 1
    1
      complete/pom.xml
  3. 2
    2
      initial/build.gradle
  4. 1
    1
      initial/pom.xml

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

@@ -4,7 +4,7 @@ buildscript {
4 4
         mavenLocal()
5 5
     }
6 6
     dependencies {
7
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC2")
8 8
     }
9 9
 }
10 10
 
@@ -24,9 +24,9 @@ repositories {
24 24
 }
25 25
 
26 26
 dependencies {
27
-    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1")
27
+    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC2")
28 28
     compile("com.fasterxml.jackson.core:jackson-databind")
29
-    testCompile("junit:junit:4.11")
29
+    testCompile("junit:junit")
30 30
 }
31 31
 
32 32
 task wrapper(type: Wrapper) {

+ 1
- 1
complete/pom.xml 查看文件

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

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

@@ -20,9 +20,9 @@ repositories {
20 20
 }
21 21
 
22 22
 dependencies {
23
-    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1")
23
+    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC2")
24 24
     compile("com.fasterxml.jackson.core:jackson-databind")
25
-    testCompile("junit:junit:4.11")
25
+    testCompile("junit:junit")
26 26
 }
27 27
 
28 28
 task wrapper(type: Wrapper) {

+ 1
- 1
initial/pom.xml 查看文件

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