Explorar el Código

Upgrade to Spring Boot 1.0.0.RC4

Greg Turnquist hace 10 años
padre
commit
efe25d0e1e
Se han modificado 5 ficheros con 6 adiciones y 6 borrados
  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 Ver fichero

@@ -2,7 +2,7 @@
2 2
 tags: [spring-boot, groovy]
3 3
 projects: [spring-boot]
4 4
 ---
5
-:spring_boot_version: 1.0.0.RC3
5
+:spring_boot_version: 1.0.0.RC4
6 6
 :spring-boot: https://github.com/spring-projects/spring-boot
7 7
 :toc:
8 8
 :icons: font
@@ -164,7 +164,7 @@ If you are using Maven, the changes look like this:
164 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 169
 As you can see below, the code is the same as before:
170 170
 

+ 1
- 1
complete/build.gradle Ver fichero

@@ -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.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 Ver fichero

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

+ 1
- 1
initial/build.gradle Ver fichero

@@ -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.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 Ver fichero

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