File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 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
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 >
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
Original file line number Diff line number Diff line change 1- Spring Data Redis 2.5 M5 (2021.0.0)
1+ Spring Data Redis 2.5 RC1 (2021.0.0)
22Copyright (c) [2010-2019] Pivotal Software, Inc.
33
44This 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+
You can’t perform that action at this time.
0 commit comments