Release version 3.3 GA (2024.0.0).

See #1768
This commit is contained in:
Mark Paluch
2024-05-17 11:49:25 +02:00
parent 2317388de1
commit 1516d681d3
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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>
<properties>