Prepare next development iteration.

See #1263
This commit is contained in:
Christoph Strobl
2022-07-15 11:24:03 +02:00
parent 2fea11283e
commit 9b369fb96e
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-jdbc</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
<name>Spring Data JDBC</name>
<description>Spring Data module for JDBC repositories.</description>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>
<properties>