We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016549a commit 675af39Copy full SHA for 675af39
r2dbc/pom.xml
@@ -21,16 +21,16 @@
21
</modules>
22
23
<properties>
24
- <reactor-bom.version>Californium-RELEASE</reactor-bom.version>
25
- <spring-data-releasetrain.version>Moore-BUILD-SNAPSHOT</spring-data-releasetrain.version>
+ <reactor-bom.version>Californium-SR3</reactor-bom.version>
+ <spring-data-releasetrain.version>Moore-M1</spring-data-releasetrain.version>
26
</properties>
27
28
<dependencies>
29
30
<dependency>
31
<groupId>org.springframework.data</groupId>
32
<artifactId>spring-data-r2dbc</artifactId>
33
- <version>1.0.0.BUILD-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
34
</dependency>
35
36
0 commit comments