8000 Revert back to snapshots to eliminate upstream dependency conflicts. · blackbeltcoder/reactive-spring@c5643bc · GitHub
[go: up one dir, main page]

Skip to content

Commit c5643bc

Browse files
committed
Revert back to snapshots to eliminate upstream dependency conflicts.
1 parent 9c23b67 commit c5643bc

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

0 commit comments

Comments
 (0)
0