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 11<?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" >
43
54 <modelVersion >4.0.0</modelVersion >
65
1615 <parent >
1716 <groupId >org.springframework.data.build</groupId >
1817 <artifactId >spring-data-parent</artifactId >
19- <version >3.0.0-SNAPSHOT </version >
18+ <version >3.0.0-M1 </version >
2019 </parent >
2120
2221 <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 -->
2424
2525 <eclipselink >3.0.2</eclipselink >
2626 <hibernate >5.6.0.Final</hibernate >
2727 <mysql-connector-java >8.0.23</mysql-connector-java >
2828 <postgresql >42.2.19</postgresql >
29- <springdata .commons>3.0.0-SNAPSHOT </springdata .commons>
29+ <springdata .commons>3.0.0-M1 </springdata .commons>
3030 <vavr >0.10.3</vavr >
3131
3232 <hibernate .groupId>org.hibernate</hibernate .groupId>
209209
210210 <repositories >
211211 <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 >
214214 </repository >
215215 </repositories >
216216
You can’t perform that action at this time.
0 commit comments