瀏覽代碼

Upgrade to Spring Boot 1.5.0.RELEASE

Greg Turnquist 7 年之前
父節點
當前提交
e1dd8d82bf
沒有帳戶連結到提交者的電子郵件
共有 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 查看文件

2
 tags: [spring-boot, groovy, test]
2
 tags: [spring-boot, groovy, test]
3
 projects: [spring-boot]
3
 projects: [spring-boot]
4
 ---
4
 ---
5
-:spring_boot_version: 1.4.4.RELEASE
5
+:spring_boot_version: 1.5.0.RELEASE
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

+ 1
- 1
complete/build.gradle 查看文件

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.4.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.0.RELEASE")
7
     }
7
     }
8
 }
8
 }
9
 
9
 

+ 1
- 1
complete/pom.xml 查看文件

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.4.4.RELEASE</version>
13
+        <version>1.5.0.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 1
- 1
initial/build.gradle 查看文件

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.4.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.0.RELEASE")
7
     }
7
     }
8
 }
8
 }
9
 
9
 

+ 1
- 1
initial/pom.xml 查看文件

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.4.4.RELEASE</version>
13
+        <version>1.5.0.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>