Release version 3.1.3 (2023.0.3).

See #1563
This commit is contained in:
Mark Paluch
2023-08-18 14:04:05 +02:00
parent 32b6850f3a
commit d642ff82a9
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.3-SNAPSHOT</version>
<version>3.1.3</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.3-SNAPSHOT</version>
<version>3.1.3</version>
</parent>
<properties>