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 " ?>
22<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" >
33
44 <modelVersion >4.0.0</modelVersion >
1313 <parent >
1414 <groupId >org.springframework.data.build</groupId >
1515 <artifactId >spring-data-parent</artifactId >
16- <version >1.6.0.RC1 </version >
16+ <version >1.6.0.BUILD-SNAPSHOT </version >
1717 <relativePath >../spring-data-build/parent/pom.xml</relativePath >
1818 </parent >
1919
2727 <project .type>multi</project .type>
2828 <dist .id>spring-data-rest</dist .id>
2929
30- <springdata .commons>1.10.0.RC1 </springdata .commons>
30+ <springdata .commons>1.10.0.BUILD-SNAPSHOT </springdata .commons>
3131 <springdata .jpa>1.8.0.RC1</springdata .jpa>
3232 <springdata .mongodb>1.7.0.RC1</springdata .mongodb>
3333 <springdata .neo4j>3.3.0.RC1</springdata .neo4j>
154154
155155 <repositories >
156156 <repository >
157- <id >spring-libs-milestone </id >
158- <url >http://repo.spring.io/libs-milestone </url >
157+ <id >spring-libs-snapshot </id >
158+ <url >http://repo.spring.io/libs-snapshot </url >
159159 </repository >
160160 </repositories >
161161
You can’t perform that action at this time.
0 commit comments