Skip to content

Commit e2695c6

Browse files
committed
Prepare 3.0 RC1 (2022.0.0).
See #2691
1 parent ac2f8de commit e2695c6

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
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

@@ -27,7 +25,7 @@
2725
<parent>
2826
<groupId>org.springframework.data.build</groupId>
2927
<artifactId>spring-data-parent</artifactId>
30-
<version>3.0.0-SNAPSHOT</version>
28+
<version>3.0.0-RC1</version>
3129
</parent>
3230

3331
<properties>
@@ -368,8 +366,8 @@
368366

369367
<repositories>
370368
<repository>
371-
<id>spring-libs-snapshot</id>
372-
<url>https://repo.spring.io/libs-snapshot</url>
369+
<id>spring-libs-milestone</id>
370+
<url>https://repo.spring.io/libs-milestone</url>
373371
</repository>
374372
</repositories>
375373

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 Commons 3.0 M6 (2022.0.0)
1+
Spring Data Commons 3.0 RC1 (2022.0.0)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

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

3737

3838

39+
3940

4041

0 commit comments

Comments
 (0)