File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
6
4
<modelVersion >4.0.0</modelVersion >
7
5
14
12
<parent >
15
13
<groupId >org.springframework.data.build</groupId >
16
14
<artifactId >spring-data-parent</artifactId >
17
- <version >2.5.0-SNAPSHOT </version >
15
+ <version >2.5.0-RC1 </version >
18
16
</parent >
19
17
20
18
<properties >
21
- <springdata .keyvalue>2.5.0-SNAPSHOT </springdata .keyvalue>
19
+ <springdata .keyvalue>2.5.0-RC1 </springdata .keyvalue>
22
20
<awaitility >4.0.2</awaitility >
23
21
<jta >1.1</jta >
24
22
<beanutils >1.9.2</beanutils >
307
305
308
306
<repositories >
309
307
<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 >
312
310
</repository >
313
311
</repositories >
314
312
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)
2
2
Copyright (c) [2010-2019] Pivotal Software, Inc.
3
3
4
4
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.
25
25
26
26
27
27
28
+
You can’t perform that action at this time.
0 commit comments