Release version 3.1 GA (2023.0.0).

See #2919
This commit is contained in:
Christoph Strobl
2023-05-12 14:14:38 +02:00
parent 3145bc62e9
commit 0ef008ad4f
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.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>