Release version 4.2 M2 (2023.1.0).

See #2290
This commit is contained in:
Julia Lee
2023-08-18 08:50:32 -04:00
parent 6f0c292671
commit b4ae1635e1
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.2.0-SNAPSHOT</version>
<version>4.2.0-M2</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.2.0-SNAPSHOT</version>
<version>4.2.0-M2</version>
<type>test-jar</type>
</dependency>