Prepare 3.7.5 (2021.2.5).

See #2187
This commit is contained in:
Spring Builds
2022-10-13 13:21:34 +00:00
parent 5a3db340f5
commit 6405e3fda5
2 changed files with 11 additions and 10 deletions

18
pom.xml
View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>2.7.5-SNAPSHOT</version> <version>2.7.5</version>
<relativePath/> <relativePath/>
</parent> </parent>
@@ -28,13 +28,13 @@
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id> <dist.id>spring-data-rest</dist.id>
<springdata.commons>2.7.5-SNAPSHOT</springdata.commons> <springdata.commons>2.7.5</springdata.commons>
<springdata.jpa>2.7.5-SNAPSHOT</springdata.jpa> <springdata.jpa>2.7.5</springdata.jpa>
<springdata.mongodb>3.4.5-SNAPSHOT</springdata.mongodb> <springdata.mongodb>3.4.5</springdata.mongodb>
<springdata.geode>2.7.5-SNAPSHOT</springdata.geode> <springdata.geode>2.7.5</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr> <springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.4.5-SNAPSHOT</springdata.cassandra> <springdata.cassandra>3.4.5</springdata.cassandra>
<springdata.keyvalue>2.7.5-SNAPSHOT</springdata.keyvalue> <springdata.keyvalue>2.7.5</springdata.keyvalue>
<servlet.version>4.0.1</servlet.version> <servlet.version>4.0.1</servlet.version>
<hibernate.version>5.4.8.Final</hibernate.version> <hibernate.version>5.4.8.Final</hibernate.version>
@@ -143,8 +143,8 @@
<repositories> <repositories>
<repository> <repository>
<id>spring-libs-snapshot</id> <id>spring-libs-release</id>
<url>https://repo.spring.io/libs-snapshot</url> <url>https://repo.spring.io/libs-release</url>
</repository> </repository>
</repositories> </repositories>

View File

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