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 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
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 >
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
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)
22Copyright (c) [2010-2021] Pivotal Software, Inc.
33
44This 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
You can’t perform that action at this time.
0 commit comments