Prepare 3.7.18 (2021.2.18).

See #2322
This commit is contained in:
Mark Paluch
2023-11-17 10:22:14 +01:00
parent 6326fe1ac7
commit e57f2a88ac
2 changed files with 10 additions and 21 deletions

28
pom.xml
View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.18-SNAPSHOT</version>
<version>2.7.18</version>
<relativePath/>
</parent>
@@ -28,13 +28,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>2.7.18-SNAPSHOT</springdata.commons>
<springdata.jpa>2.7.18-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.4.18-SNAPSHOT</springdata.mongodb>
<springdata.commons>2.7.18</springdata.commons>
<springdata.jpa>2.7.18</springdata.jpa>
<springdata.mongodb>3.4.18</springdata.mongodb>
<springdata.geode>2.7.6-SNAPSHOT</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.4.18-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.7.18-SNAPSHOT</springdata.keyvalue>
<springdata.cassandra>3.4.18</springdata.cassandra>
<springdata.keyvalue>2.7.18</springdata.keyvalue>
<servlet.version>4.0.1</servlet.version>
<hibernate.version>5.4.8.Final</hibernate.version>
@@ -142,20 +142,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 3.7.17 (2021.2.17)
Spring Data REST 3.7.18 (2021.2.18)
Copyright (c) 2012-2019 Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0
@@ -54,5 +54,6 @@ subcomponent's license, as noted in the license.txt file.