Release version 3.0.7 (2022.0.7).

See #1509
This commit is contained in:
Mark Paluch
2023-06-16 15:39:46 +02:00
parent 908cf6ce88
commit e10268aba9
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.0.7-SNAPSHOT</version>
<version>3.0.7</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.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</parent>
<properties>