Prepare 3.7 M4 (2021.2.0).

See #2112
This commit is contained in:
Greg L. Turnquist
2022-03-21 10:07:09 -05:00
parent aa727cc935
commit 3369dc2ad9
2 changed files with 11 additions and 10 deletions

18
pom.xml
View File

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

View File

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