After release cleanups.

See #2473
This commit is contained in:
Mark Paluch
2025-05-16 11:31:16 +02:00
parent e1eb8ebcef
commit ce95089354
11 changed files with 34 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</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.6.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<type>test-jar</type>
</dependency>