Bläddra i källkod

Upgrade to Spring Boot 1.1.7.RELEASE

Greg Turnquist 11 år sedan
förälder
incheckning
8feb474e56
5 ändrade filer med 5 tillägg och 13 borttagningar
  1. 1 1
      README.adoc
  2. 1 1
      complete/build.gradle
  3. 1 5
      complete/pom.xml
  4. 1 1
      initial/build.gradle
  5. 1 5
      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.6.RELEASE
+:spring_boot_version: 1.1.7.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.6.RELEASE")
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.7.RELEASE")
     }
 }
 

+ 1 - 5
complete/pom.xml

@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.1.6.RELEASE</version>
+        <version>1.1.7.RELEASE</version>
     </parent>
 
     <dependencies>
@@ -31,10 +31,6 @@
 
     <build>
         <plugins>
-            <plugin> 
-                <artifactId>maven-compiler-plugin</artifactId> 
-                <version>2.3.2</version> 
-            </plugin>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>

+ 1 - 1
initial/build.gradle

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

+ 1 - 5
initial/pom.xml

@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.1.6.RELEASE</version>
+        <version>1.1.7.RELEASE</version>
     </parent>
 
     <dependencies>
@@ -31,10 +31,6 @@
 
     <build>
         <plugins>
-            <plugin> 
-                <artifactId>maven-compiler-plugin</artifactId> 
-                <version>2.3.2</version> 
-            </plugin>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>