Skip to content

Commit d1619f6

Browse files
Prepare 2.7.12 (2021.2.12).
See #380
1 parent 1e4cb6e commit d1619f6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>2.7.12-SNAPSHOT</version>
12+
<version>2.7.12</version>
1313
<relativePath/>
1414
</parent>
1515

@@ -48,7 +48,7 @@
4848
</scm>
4949

5050
<properties>
51-
<springdata.jpa>2.7.12-SNAPSHOT</springdata.jpa>
51+
<springdata.jpa>2.7.12</springdata.jpa>
5252
<hibernate.envers>5.5.3.Final</hibernate.envers>
5353
<java-module-name>spring.data.envers</java-module-name>
5454
</properties>
@@ -116,8 +116,8 @@
116116

117117
<repositories>
118118
<repository>
119-
<id>spring-libs-snapshot</id>
120-
<url>https://repo.spring.io/snapshot</url>
119+
<id>spring-libs-release</id>
120+
<url>https://repo.spring.io/libs-release</url>
121121
</repository>
122122
</repositories>
123123

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Envers 2.7.11 (2021.2.11)
1+
Spring Data Envers 2.7.12 (2021.2.12)
22
Copyright (c) 2015-2019 Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0
@@ -48,5 +48,6 @@ subcomponent's license, as noted in the license.txt file.
4848

4949

5050

51+
5152

5253

0 commit comments

Comments
 (0)