File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone = " no " ?>
2
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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
14
14
<parent >
15
15
<groupId >org.springframework.data.build</groupId >
16
16
<artifactId >spring-data-parent</artifactId >
17
- <version >1.7.6.RELEASE </version >
17
+ <version >1.7.7.BUILD-SNAPSHOT </version >
18
18
</parent >
19
19
20
20
<properties >
28
28
<jpa >2.0.0</jpa >
29
29
<openjpa >2.3.0</openjpa >
30
30
<querydsl >3.6.3</querydsl >
31
- <springdata .commons>1.11.6.RELEASE </springdata .commons>
31
+ <springdata .commons>1.11.7.BUILD-SNAPSHOT </springdata .commons>
32
32
33
33
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
34
34
511
511
512
512
<repositories >
513
513
<repository >
514
- <id >spring-libs-release </id >
515
- <url >https://repo.spring.io/libs-release </url >
514
+ <id >spring-libs-snapshot </id >
515
+ <url >https://repo.spring.io/libs-snapshot </url >
516
516
</repository >
517
517
</repositories >
518
518
You can’t perform that action at this time.
0 commit comments