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
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 >
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
Original file line number Diff line number Diff line change 1- Spring Data Commons 2.6 GA (2021.1 .0)
1+ Spring Data Commons 3.0 M1 (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").
@@ -30,5 +30,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3030
3131
3232
33+
3334
3435
You can’t perform that action at this time.
0 commit comments