Skip to content

Commit 03d11a5

Browse files
committed
Prepare 2.5.12 (2021.0.12).
See #2495
1 parent 23f4b9f commit 03d11a5

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.data.build</groupId>
2424
<artifactId>spring-data-parent</artifactId>
25-
<version>2.5.12-SNAPSHOT</version>
25+
<version>2.5.12</version>
2626
</parent>
2727

2828
<properties>
@@ -34,7 +34,7 @@
3434
<mockito>3.11.1</mockito>
3535
<vavr>0.10.3</vavr>
3636
<hibernate.groupId>org.hibernate</hibernate.groupId>
37-
<springdata.commons>2.5.12-SNAPSHOT</springdata.commons>
37+
<springdata.commons>2.5.12</springdata.commons>
3838

3939
<java-module-name>spring.data.jpa</java-module-name>
4040

@@ -471,8 +471,8 @@
471471

472472
<repositories>
473473
<repository>
474-
<id>spring-libs-snapshot</id>
475-
<url>https://repo.spring.io/libs-snapshot</url>
474+
<id>spring-libs-release</id>
475+
<url>https://repo.spring.io/libs-release</url>
476476
</repository>
477477
</repositories>
478478

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 2.5.11 (2021.0.11)
1+
Spring Data JPA 2.5.12 (2021.0.12)
22
Copyright (c) [2011-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -36,5 +36,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3636

3737

3838

39+
3940

4041

0 commit comments

Comments
 (0)