ソースを参照

Upgrade to Spring Boot 1.3.3.RELEASE

Greg Turnquist 8 年 前
コミット
12ac8e6a6a
共有5 個のファイルを変更した5 個の追加5 個の削除を含む
  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 ファイルの表示

@@ -6,7 +6,7 @@ projects: [spring-framework]
6 6
 :toc:
7 7
 :project_id: gs-rest-service
8 8
 :spring_version: current
9
-:spring_boot_version: 1.3.2.RELEASE
9
+:spring_boot_version: 1.3.3.RELEASE
10 10
 :icons: font
11 11
 :source-highlighter: prettify
12 12
 

+ 1
- 1
complete/build.gradle ファイルの表示

@@ -3,7 +3,7 @@ buildscript {
3 3
         mavenCentral()
4 4
     }
5 5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.2.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE")
7 7
     }
8 8
 }
9 9
 

+ 1
- 1
complete/pom.xml ファイルの表示

@@ -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.3.2.RELEASE</version>
13
+        <version>1.3.3.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>

+ 1
- 1
initial/build.gradle ファイルの表示

@@ -3,7 +3,7 @@ buildscript {
3 3
         mavenCentral()
4 4
     }
5 5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.2.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE")
7 7
     }
8 8
 }
9 9
 

+ 1
- 1
initial/pom.xml ファイルの表示

@@ -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.3.2.RELEASE</version>
13
+        <version>1.3.3.RELEASE</version>
14 14
     </parent>
15 15
 
16 16
     <dependencies>