Skip to content

Commit c5cbb25

Browse files
committed
DATAREST-862 - After release cleanups.
1 parent 187b345 commit c5cbb25

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data.build</groupId>
1515
<artifactId>spring-data-parent</artifactId>
16-
<version>1.9.0.RC1</version>
16+
<version>1.9.0.BUILD-SNAPSHOT</version>
1717
<relativePath/>
1818
</parent>
1919

@@ -28,13 +28,13 @@
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-rest</dist.id>
3030

31-
<springdata.commons>1.13.0.RC1</springdata.commons>
32-
<springdata.jpa>1.11.0.RC1</springdata.jpa>
33-
<springdata.mongodb>1.10.0.RC1</springdata.mongodb>
34-
<springdata.gemfire>1.9.0.RC1</springdata.gemfire>
35-
<springdata.solr>2.1.0.RC1</springdata.solr>
36-
<springdata.cassandra>1.5.0.RC1</springdata.cassandra>
37-
<springdata.keyvalue>1.2.0.RC1</springdata.keyvalue>
31+
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
32+
<springdata.jpa>1.11.0.BUILD-SNAPSHOT</springdata.jpa>
33+
<springdata.mongodb>1.10.0.BUILD-SNAPSHOT</springdata.mongodb>
34+
<springdata.gemfire>1.9.0.BUILD-SNAPSHOT</springdata.gemfire>
35+
<springdata.solr>2.1.0.BUILD-SNAPSHOT</springdata.solr>
36+
<springdata.cassandra>1.5.0.BUILD-SNAPSHOT</springdata.cassandra>
37+
<springdata.keyvalue>1.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
3838

3939
<hibernate.version>4.3.10.Final</hibernate.version>
4040
<jsonpath>1.1.0</jsonpath>
@@ -114,8 +114,8 @@
114114

115115
<repositories>
116116
<repository>
117-
<id>spring-libs-milestone</id>
118-
<url>https://repo.spring.io/libs-milestone</url>
117+
<id>spring-libs-snapshot</id>
118+
<url>https://repo.spring.io/libs-snapshot</url>
119119
</repository>
120120
</repositories>
121121

0 commit comments

Comments
 (0)