Release version 4.0.5 (2022.0.5).

See #2242
This commit is contained in:
Greg L. Turnquist
2023-04-14 10:19:15 -05:00
parent bc8f2799ff
commit 8a90565336
11 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
<type>test-jar</type>
</dependency>