Release version 3.2.3 (2023.1.3).

See #3313
This commit is contained in:
Mark Paluch
2024-02-16 13:50:29 +01:00
parent 3e60c9c1dc
commit b0d42885fd
4 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-envers</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>