Skip to content

Commit e3b463c

Browse files
committed
Upgrade spring-boot to 2.0.1.RELEASE
1 parent d69d9a8 commit e3b463c

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

Diff for: spring-boot-hello-world/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.0.RELEASE</version>
14+
<version>2.0.1.RELEASE</version>
1515
</parent>
1616

1717
<properties>

Diff for: spring-data-h2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-data-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-mvc-hello-world/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-mvc-thymeleaf-basic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-mvc-thymeleaf-forms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-mvc-thymeleaf-i18n/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-mvc-thymeleaf-layout/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-mvc-thymeleaf-session/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-security-aa-advanced/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-security-aa-medium/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-security-aa-simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

Diff for: spring-security-https/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.0.0.RELEASE</version>
11+
<version>2.0.1.RELEASE</version>
1212
</parent>
1313

1414
<properties>

0 commit comments

Comments
 (0)