Prepare next development iteration.

See #1510
This commit is contained in:
John Blum
2023-06-16 08:13:29 -07:00
parent 60bc6aeacc
commit ec2baeae68
5 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-r2dbc</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<name>Spring Data R2DBC</name>
<description>Spring Data module for R2DBC</description>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>
<properties>