Skip to content

Commit d33712b

Browse files
committed
Prepare 2.5 RC1 (2021.0.0).
See #2003
1 parent da4d0a5 commit d33712b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Diff for: pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

@@ -14,11 +12,11 @@
1412
<parent>
1513
<groupId>org.springframework.data.build</groupId>
1614
<artifactId>spring-data-parent</artifactId>
17-
<version>2.5.0-SNAPSHOT</version>
15+
<version>2.5.0-RC1</version>
1816
</parent>
1917

2018
<properties>
21-
<springdata.keyvalue>2.5.0-SNAPSHOT</springdata.keyvalue>
19+
<springdata.keyvalue>2.5.0-RC1</springdata.keyvalue>
2220
<awaitility>4.0.2</awaitility>
2321
<jta>1.1</jta>
2422
<beanutils>1.9.2</beanutils>
@@ -307,8 +305,8 @@
307305

308306
<repositories>
309307
<repository>
310-
<id>spring-libs-snapshot</id>
311-
<url>https://repo.spring.io/libs-snapshot</url>
308+
<id>spring-libs-milestone</id>
309+
<url>https://repo.spring.io/libs-milestone</url>
312310
</repository>
313311
</repositories>
314312

Diff for: src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Redis 2.5 M5 (2021.0.0)
1+
Spring Data Redis 2.5 RC1 (2021.0.0)
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

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

2626

2727

28+

0 commit comments

Comments
 (0)