Browse Source

Upgrade to Spring Boot 1.0.0.RC4

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

+ 2
- 2
README.adoc View File

2
 tags: [spring-boot, groovy]
2
 tags: [spring-boot, groovy]
3
 projects: [spring-boot]
3
 projects: [spring-boot]
4
 ---
4
 ---
5
-:spring_boot_version: 1.0.0.RC3
5
+:spring_boot_version: 1.0.0.RC4
6
 :spring-boot: https://github.com/spring-projects/spring-boot
6
 :spring-boot: https://github.com/spring-projects/spring-boot
7
 :toc:
7
 :toc:
8
 :icons: font
8
 :icons: font
164
 include::complete/pom.xml[tag=jetty]
164
 include::complete/pom.xml[tag=jetty]
165
 ----
165
 ----
166
 
166
 
167
-This change isn't about comparing Tomcat vs. Jetty. Instead, it demonstrates how Spring Boot reacts to what is on your classpath.
167
+This change isn't about comparing Tomcat vs. Jetty. Instead, it demonstrates how Spring Boot reacts to what is on your classpath. And by no means does it assert which servlet container is right for you.
168
 
168
 
169
 As you can see below, the code is the same as before:
169
 As you can see below, the code is the same as before:
170
 
170
 

+ 1
- 1
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.RC3")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC4")
8
     }
8
     }
9
 }
9
 }
10
 
10
 

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

+ 1
- 1
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.RC3")
7
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC4")
8
     }
8
     }
9
 }
9
 }
10
 
10
 

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