Prepare 2.6 GA (2021.1.0).

See #327
This commit is contained in:
Jens Schauder
2021-11-12 10:49:16 +01:00
parent 2fee82fe5b
commit a14dd8a317
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.6.0-SNAPSHOT</version> <version>2.6.0</version>
<relativePath/> <relativePath/>
</parent> </parent>
@@ -48,7 +48,7 @@
</scm> </scm>
<properties> <properties>
<springdata.jpa>2.6.0-SNAPSHOT</springdata.jpa> <springdata.jpa>2.6.0</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-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 Envers 2.6 RC1 (2021.1.0) Spring Data Envers 2.6 GA (2021.1.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
@@ -30,5 +30,6 @@ subcomponent's license, as noted in the license.txt file.