Skip to content

Commit 32ae177

Browse files
committed
Upgrade to Spring Boot 2.0.1.RELEASE
1 parent 3953396 commit 32ae177

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:spring_boot_version: 2.0.0.RELEASE
1+
:spring_boot_version: 2.0.1.RELEASE
22
:spring-boot: https://github.com/spring-projects/spring-boot
33
:toc:
44
:icons: font

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE")
77
}
88
}
99

complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.0.0.RELEASE</version>
13+
<version>2.0.1.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE")
77
}
88
}
99

initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.0.0.RELEASE</version>
13+
<version>2.0.1.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)