Skip to content

Commit ed28f38

Browse files
committed
Prepare 3.0 RC2 (2022.0.0).
See spring-projects#2437
1 parent ac89fa7 commit ed28f38

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -15,11 +14,11 @@
1514
<parent>
1615
<groupId>org.springframework.data.build</groupId>
1716
<artifactId>spring-data-parent</artifactId>
18-
<version>3.0.0-SNAPSHOT</version>
17+
<version>3.0.0-RC2</version>
1918
</parent>
2019

2120
<properties>
22-
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
21+
<springdata.keyvalue>3.0.0-RC2</springdata.keyvalue>
2322
<awaitility>4.0.2</awaitility>
2423
<beanutils>1.9.4</beanutils>
2524
<xstream>1.4.19</xstream>
@@ -382,8 +381,8 @@
382381

383382
<repositories>
384383
<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>
387386
</repository>
388387

389388
<repository>

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Redis 3.0 RC1 (2022.0.0)
1+
Spring Data Redis 3.0 RC2 (2022.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").
@@ -37,5 +37,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3737

3838

3939

40+
4041

4142

0 commit comments

Comments
 (0)