Prepare 4.0.8 (2022.0.8).

See #2273
This commit is contained in:
Mark Paluch
2023-07-14 11:22:24 +02:00
parent b424912c2e
commit cc8c8216b3
2 changed files with 9 additions and 20 deletions

26
pom.xml
View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath/>
</parent>
@@ -28,10 +28,10 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>3.0.8-SNAPSHOT</springdata.commons>
<springdata.jpa>3.0.8-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.0.8-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.0.8-SNAPSHOT</springdata.keyvalue>
<springdata.commons>3.0.8</springdata.commons>
<springdata.jpa>3.0.8</springdata.jpa>
<springdata.mongodb>4.0.8</springdata.mongodb>
<springdata.keyvalue>3.0.8</springdata.keyvalue>
<hibernate.version>6.1.5.Final</hibernate.version>
</properties>
@@ -137,20 +137,8 @@
</dependencies>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
</project>

View File

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