Prepare 2.7 RC1 (2021.2.0).

See #351
This commit is contained in:
Christoph Strobl
2022-04-19 11:10:14 +02:00
parent 7d35978307
commit bf11f87ea0
2 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,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.0-SNAPSHOT</version> <version>2.7.0-RC1</version>
<relativePath/> <relativePath/>
</parent> </parent>
@@ -48,7 +48,7 @@
</scm> </scm>
<properties> <properties>
<springdata.jpa>2.7.0-SNAPSHOT</springdata.jpa> <springdata.jpa>2.7.0-RC1</springdata.jpa>
<hibernate.envers>5.5.3.Final</hibernate.envers> <hibernate.envers>5.5.3.Final</hibernate.envers>
<java-module-name>spring.data.envers</java-module-name> <java-module-name>spring.data.envers</java-module-name>
</properties> </properties>
@@ -116,8 +116,8 @@
<repositories> <repositories>
<repository> <repository>
<id>spring-libs-snapshot</id> <id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-snapshot</url> <url>https://repo.spring.io/libs-milestone</url>
</repository> </repository>
</repositories> </repositories>

View File

@@ -1,4 +1,4 @@
Spring Data Envers 2.7 M4 (2021.2.0) Spring Data Envers 2.7 RC1 (2021.2.0)
Copyright (c) 2015-2019 Pivotal Software, Inc. Copyright (c) 2015-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
@@ -35,5 +35,6 @@ subcomponent's license, as noted in the license.txt file.