Sfoglia il codice sorgente

Update to Spring Boot 1.1.5.RELEASE

Greg Turnquist 11 anni fa
parent
commit
936afef532
5 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 1 1
      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

+ 1 - 1
README.adoc

@@ -3,7 +3,7 @@ tags: [messaging, websocket]
 projects: [spring-framework]
 ---
 :spring_version: current
-:spring_boot_version: 1.1.4.RELEASE
+:spring_boot_version: 1.1.5.RELEASE
 :MappingJackson2MessageConverter: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/messaging/support/converter/MappingJackson2MessageConverter.html
 :Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
 :jackson: http://wiki.fasterxml.com/JacksonHome

+ 1 - 1
complete/build.gradle

@@ -5,7 +5,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.4.RELEASE")
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.5.RELEASE")
     }
 }
 

+ 1 - 1
complete/pom.xml

@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.1.4.RELEASE</version>
+        <version>1.1.5.RELEASE</version>
     </parent>
 
     <dependencies>

+ 1 - 1
initial/build.gradle

@@ -5,7 +5,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.4.RELEASE")
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.5.RELEASE")
     }
 }
 

+ 1 - 1
initial/pom.xml

@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.1.4.RELEASE</version>
+        <version>1.1.5.RELEASE</version>
     </parent>
 
     <dependencies>