File tree 2 files changed +6
-7
lines changed
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
14
12
<parent >
15
13
<groupId >org.springframework.data.build</groupId >
16
14
<artifactId >spring-data-parent</artifactId >
17
- <version >3.0.0-SNAPSHOT </version >
15
+ <version >3.0.0-M1 </version >
18
16
</parent >
19
17
20
18
<properties >
334
332
335
333
<repositories >
336
334
<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 >
339
337
</repository >
340
338
</repositories >
341
339
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)
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").
@@ -30,5 +30,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
30
30
31
31
32
32
33
+
33
34
34
35
You can’t perform that action at this time.
0 commit comments