8000 Upgrade to Spring Boot 2.0 M5 · blackbeltcoder/reactive-spring@0487ee6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0487ee6

Browse files
committed
Upgrade to Spring Boot 2.0 M5
1 parent c5643bc commit 0487ee6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

reactor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.projectreactor</groupId>
2020
<artifactId>reactor-bom</artifactId>
21-
<version>Bismuth-RELEASE</version>
21+
<version>Bismuth-SR3</version>
2222
<scope>import</scope>
2323
<type>pom</type>
2424
</dependency>

spring-data/pom.xml

Lines changed: 6 additions & 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.BUILD-SNAPSHOT</version>
10+
<version>2.0.0.M5</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -26,6 +26,11 @@
2626
<artifactId>spring-boot-starter-webflux</artifactId>
2727
</dependency>
2828

29+
<dependency>
30+
<groupId>org.springframework.boot</groupId>
31+
<artifactId>spring-boot-starter-data-mongodb</artifactId>
32+
</dependency>
33+
2934
<dependency>
3035
<groupId>org.springframework.boot</groupId>
3136
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>

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.BUILD-SNAPSHOT</version>
10+
<version>2.0.0.M5</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

0 commit comments

Comments
 (0)
0