Release version 3.0.3 (2022.0.3).

See #1428
This commit is contained in:
Mark Paluch
2023-03-03 10:59:34 +01:00
parent 4a1649d965
commit ebeb455019
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.3-SNAPSHOT</version>
<version>3.0.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.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>
<properties>