Release version 4.1.1 (2023.0.1).

See #2259
This commit is contained in:
John Blum
2023-06-16 08:05:36 -07:00
parent 37265c4b88
commit 91a38726f5
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.1.1-SNAPSHOT</version>
<version>4.1.1</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.1.1-SNAPSHOT</version>
<version>4.1.1</version>
<type>test-jar</type>
</dependency>