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 >
5
5
6
6
<groupId >org.springframework.data</groupId >
7
7
<artifactId >spring-data-commons</artifactId >
8
- <version >1.8.5 .BUILD-SNAPSHOT</version >
8
+ <version >1.8.6 .BUILD-SNAPSHOT</version >
9
9
10
10
<name >Spring Data Core</name >
11
11
12
12
<parent >
13
13
<groupId >org.springframework.data.build</groupId >
14
14
<artifactId >spring-data-parent</artifactId >
15
- <version >1.4.5.RELEASE </version >
15
+ <version >1.4.6.BUILD-SNAPSHOT </version >
16
16
<relativePath >../spring-data-build/parent/pom.xml</relativePath >
17
17
</parent >
18
18
210
210
211
211
<repositories >
212
212
<repository >
213
- <id >spring-libs-release </id >
214
- <url >http://repo.spring.io/libs-release </url >
213
+ <id >spring-libs-snapshot </id >
214
+ <url >http://repo.spring.io/libs-snapshot </url >
215
215
</repository >
216
216
</repositories >
217
217
You can’t perform that action at this time.
0 commit comments