File tree 1 file changed +5
-5
lines changed
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 >
15
15
<parent >
16
16
<groupId >org.springframework.data.build</groupId >
17
17
<artifactId >spring-data-parent</artifactId >
18
- <version >1.4.0.RC1 </version >
18
+ <version >1.4.0.BUILD-SNAPSHOT </version >
19
19
<relativePath >../spring-data-build/parent/pom.xml</relativePath >
20
20
</parent >
21
21
29
29
<properties >
30
30
<project .type>multi</project .type>
31
31
<dist .id>spring-data-mongodb</dist .id>
32
- <springdata .commons>1.8.0.RC1 </springdata .commons>
32
+ <springdata .commons>1.8.0.BUILD-SNAPSHOT </springdata .commons>
33
33
<mongo >2.12.1</mongo >
34
34
</properties >
35
35
122
122
123
123
<repositories >
124
124
<repository >
125
- <id >spring-libs-milestone </id >
126
- <url >http://repo.spring.io/libs-milestone </url >
125
+ <id >spring-libs-snapshot </id >
126
+ <url >http://repo.spring.io/libs-snapshot </url >
127
127
</repository >
128
128
</repositories >
129
129
You can’t perform that action at this time.
0 commit comments