10000 Upgrade to Spring Boot 2.0 M6 · blackbeltcoder/reactive-spring@3e41df2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e41df2

Browse files
committed
Upgrade to Spring Boot 2.0 M6
1 parent 81aa19f commit 3e41df2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.0.0.M5</version>
10+
<version>2.0.0.M6</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

spring-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.0.0.M5</version>
10+
<version>2.0.0.M6</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

0 commit comments

Comments
 (0)
0