Skip to content

Commit 717db1c

Browse files
committed
Prepare 3.0 M1 (2022.0.0).
See #2525
1 parent 38f50e3 commit 717db1c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: pom.xml

+4-6
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

@@ -14,7 +12,7 @@
1412
<parent>
1513
<groupId>org.springframework.data.build</groupId>
1614
<artifactId>spring-data-parent</artifactId>
17-
<version>3.0.0-SNAPSHOT</version>
15+
<version>3.0.0-M1</version>
1816
</parent>
1917

2018
<properties>
@@ -334,8 +332,8 @@
334332

335333
<repositories>
336334
<repository>
337-
<id>spring-libs-snapshot</id>
338-
<url>https://repo.spring.io/libs-snapshot</url>
335+
<id>spring-libs-milestone</id>
336+
<url>https://repo.spring.io/libs-milestone</url>
339337
</repository>
340338
</repositories>
341339

Diff for: src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 2.6 GA (2021.1.0)
1+
Spring Data Commons 3.0 M1 (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").
@@ -30,5 +30,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3030

3131

3232

33+
3334

3435

0 commit comments

Comments
 (0)