File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- 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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
15
14
<parent >
16
15
<groupId >org.springframework.data.build</groupId >
17
16
<artifactId >spring-data-parent</artifactId >
18
- <version >3.0.0-SNAPSHOT </version >
17
+ <version >3.0.0-RC2 </version >
19
18
</parent >
20
19
21
20
<properties >
22
- <springdata .keyvalue>3.0.0-SNAPSHOT </springdata .keyvalue>
21
+ <springdata .keyvalue>3.0.0-RC2 </springdata .keyvalue>
23
22
<awaitility >4.0.2</awaitility >
24
23
<beanutils >1.9.4</beanutils >
25
24
<xstream >1.4.19</xstream >
382
381
383
382
<repositories >
384
383
<repository >
385
- <id >spring-libs-snapshot </id >
386
- <url >https://repo.spring.io/libs-snapshot </url >
384
+ <id >spring-libs-milestone </id >
385
+ <url >https://repo.spring.io/libs-milestone </url >
387
386
</repository >
388
387
389
388
<repository >
Original file line number Diff line number Diff line change 1
- Spring Data Redis 3.0 RC1 (2022.0.0)
1
+ Spring Data Redis 3.0 RC2 (2022.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").
@@ -37,5 +37,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
37
37
38
38
39
39
40
+
40
41
41
42
You can’t perform that action at this time.
0 commit comments