提交 c689a8b1 编写于 作者: G Greg Turnquist

Upgrade to Spring Boot 1.1.1.RELEASE

上级 08f84027
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
tags: [spring-boot, groovy] tags: [spring-boot, groovy]
projects: [spring-boot] projects: [spring-boot]
--- ---
:spring_boot_version: 1.1.0.RELEASE :spring_boot_version: 1.1.1.RELEASE
:spring-boot: https://github.com/spring-projects/spring-boot :spring-boot: https://github.com/spring-projects/spring-boot
:toc: :toc:
:icons: font :icons: font
......
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE") classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.1.RELEASE")
} }
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.0.RELEASE</version> <version>1.1.1.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>
......
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE") classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.1.RELEASE")
} }
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.0.RELEASE</version> <version>1.1.1.RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册