Skip to content

Commit e514147

Browse files
committed
DATAREST-487 - After release cleanups.
1 parent 7b53546 commit e514147

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
@@ -13,7 +13,7 @@
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

@@ -27,7 +27,7 @@
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>
@@ -154,8 +154,8 @@
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

0 commit comments

Comments
 (0)