Browse Source

Upgrade to Spring Boot 1.0.0.RC3

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

+ 4
- 4
complete/build.gradle View File

@@ -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.RC2")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC3")
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:1.0.0.RC2") {
27
+    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3") {
28 28
         exclude module: "spring-boot-starter-tomcat"
29 29
     }
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")
30
+    compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC3")
31
+    compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC3")
32 32
     testCompile("junit:junit")
33 33
 }
34 34
 

+ 1
- 1
complete/pom.xml View File

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

+ 2
- 2
initial/build.gradle View File

@@ -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.RC2")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC3")
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:1.0.0.RC2")
27
+    compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3")
28 28
     testCompile("junit:junit")
29 29
 }
30 30
 

+ 1
- 1
initial/pom.xml View File

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