Browse Source

Upgrade to Spring Boot 1.0.0.RC2

Greg Turnquist 12 years ago
parent
commit
d72eb6307d
4 changed files with 10 additions and 10 deletions
  1. 5
    5
      complete/build.gradle
  2. 1
    1
      complete/pom.xml
  3. 3
    3
      initial/build.gradle
  4. 1
    1
      initial/pom.xml

+ 5
- 5
complete/build.gradle View File

4
         mavenLocal()
4
         mavenLocal()
5
     }
5
     }
6
     dependencies {
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
 }
24
 }
25
 
25
 
26
 dependencies {
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
         exclude module: "spring-boot-starter-tomcat"
28
         exclude module: "spring-boot-starter-tomcat"
29
     }
29
     }
30
-    compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC1")
31
-    compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC1")
32
-    testCompile("junit:junit:4.11")
30
+    compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC2")
31
+    compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC2")
32
+    testCompile("junit:junit")
33
 }
33
 }
34
 
34
 
35
 task wrapper(type: Wrapper) {
35
 task wrapper(type: Wrapper) {

+ 1
- 1
complete/pom.xml View File

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>1.0.0.RC1</version>
13
+        <version>1.0.0.RC2</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 3
- 3
initial/build.gradle View File

4
         mavenLocal()
4
         mavenLocal()
5
     }
5
     }
6
     dependencies {
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
 }
24
 }
25
 
25
 
26
 dependencies {
26
 dependencies {
27
-    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1")
28
-    testCompile("junit:junit:4.11")
27
+    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC2")
28
+    testCompile("junit:junit")
29
 }
29
 }
30
 
30
 
31
 task wrapper(type: Wrapper) {
31
 task wrapper(type: Wrapper) {

+ 1
- 1
initial/pom.xml View File

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>1.0.0.RC1</version>
13
+        <version>1.0.0.RC2</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>