File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-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"
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
27
25
<parent >
28
26
<groupId >org.springframework.data.build</groupId >
29
27
<artifactId >spring-data-parent</artifactId >
30
- <version >3.0.0-SNAPSHOT </version >
28
+ <version >3.0.0-RC1 </version >
31
29
</parent >
32
30
33
31
<properties >
368
366
369
367
<repositories >
370
368
<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 >
373
371
</repository >
374
372
</repositories >
375
373
Original file line number Diff line number Diff line change 1
- Spring Data Commons 3.0 M6 (2022.0.0)
1
+ Spring Data Commons 3.0 RC1 (2022.0.0)
2
2
Copyright (c) [2010-2021] Pivotal Software, Inc.
3
3
4
4
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.
36
36
37
37
38
38
39
+
39
40
40
41
You can’t perform that action at this time.
0 commit comments