Prepare 4.0.3 (2022.0.3).

See #2227
This commit is contained in:
Mark Paluch
2023-03-03 10:59:17 +01:00
parent 3def6a180d
commit 7bcb437721
2 changed files with 9 additions and 8 deletions

14
pom.xml
View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<relativePath/>
</parent>
@@ -28,10 +28,10 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>3.0.3-SNAPSHOT</springdata.commons>
<springdata.jpa>3.0.3-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.0.3-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.0.3-SNAPSHOT</springdata.keyvalue>
<springdata.commons>3.0.3</springdata.commons>
<springdata.jpa>3.0.3</springdata.jpa>
<springdata.mongodb>4.0.3</springdata.mongodb>
<springdata.keyvalue>3.0.3</springdata.keyvalue>
<hibernate.version>6.1.5.Final</hibernate.version>
</properties>
@@ -138,8 +138,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>

View File

@@ -1,4 +1,4 @@
Spring Data REST 4.0.2 (2022.0.2)
Spring Data REST 4.0.3 (2022.0.3)
Copyright (c) 2012-2019 Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0
@@ -42,5 +42,6 @@ subcomponent's license, as noted in the license.txt file.