Release version 3.0.4 (2022.0.4).

See #2838
This commit is contained in:
Christoph Strobl
2023-03-20 14:22:48 +01:00
parent dc34d6018d
commit 2f7b87fec4
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<packaging>pom</packaging>
<name>Spring Data JPA Parent</name>

View File

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

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<name>Spring Data JPA</name>
<description>Spring Data module for JPA repositories.</description>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>