Prepare 3.7.15 (2021.2.15).

See #2288
This commit is contained in:
Mark Paluch
2023-08-18 09:59:06 +02:00
parent 7ec58116e7
commit 52f1d5aa42
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.15-SNAPSHOT</version>
<version>2.7.15</version>
<relativePath/>
</parent>
@@ -28,13 +28,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>2.7.15-SNAPSHOT</springdata.commons>
<springdata.jpa>2.7.15-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.4.15-SNAPSHOT</springdata.mongodb>
<springdata.commons>2.7.15</springdata.commons>
<springdata.jpa>2.7.15</springdata.jpa>
<springdata.mongodb>3.4.15</springdata.mongodb>
<springdata.geode>2.7.6-SNAPSHOT</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.4.15-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.7.15-SNAPSHOT</springdata.keyvalue>
<springdata.cassandra>3.4.15</springdata.cassandra>
<springdata.keyvalue>2.7.15</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.14 (2021.2.14)
Spring Data REST 3.7.15 (2021.2.15)
Copyright (c) 2012-2019 Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0
@@ -51,5 +51,6 @@ subcomponent's license, as noted in the license.txt file.