File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-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" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- 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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
16
15
<parent >
17
16
<groupId >org.springframework.data.build</groupId >
18
17
<artifactId >spring-data-parent</artifactId >
19
- <version >3.0.0-SNAPSHOT </version >
18
+ <version >3.0.0-M1 </version >
20
19
</parent >
21
20
22
21
<properties >
23
- <source .level>16</source .level><!-- AspectJ maven plugin can't handle 17 yet -->
22
+ <source .level>16</source .level>
23
+ <!-- AspectJ maven plugin can't handle 17 yet -->
24
24
25
25
<eclipselink >3.0.2</eclipselink >
26
26
<hibernate >5.6.0.Final</hibernate >
27
27
<mysql-connector-java >8.0.23</mysql-connector-java >
28
28
<postgresql >42.2.19</postgresql >
29
- <springdata .commons>3.0.0-SNAPSHOT </springdata .commons>
29
+ <springdata .commons>3.0.0-M1 </springdata .commons>
30
30
<vavr >0.10.3</vavr >
31
31
32
32
<hibernate .groupId>org.hibernate</hibernate .groupId>
209
209
210
210
<repositories >
211
211
<repository >
212
- <id >spring-libs-snapshot </id >
213
- <url >https://repo.spring.io/libs-snapshot </url >
212
+ <id >spring-libs-milestone </id >
213
+ <url >https://repo.spring.io/libs-milestone </url >
214
214
</repository >
215
215
</repositories >
216
216
You can’t perform that action at this time.
0 commit comments