Skip to content

Commit 826c4a6

Browse files
committed
DATAREST-1245 - After release cleanups.
1 parent fd5cb83 commit 826c4a6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
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>2.1.0.RC1</version>
16+
<version>2.1.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>2.1.0.RC1</springdata.commons>
32-
<springdata.jpa>2.1.0.RC1</springdata.jpa>
33-
<springdata.mongodb>2.1.0.RC1</springdata.mongodb>
34-
<springdata.gemfire>2.1.0.RC1</springdata.gemfire>
35-
<springdata.solr>4.0.0.RC1</springdata.solr>
36-
<springdata.cassandra>2.1.0.RC1</springdata.cassandra>
37-
<springdata.keyvalue>2.1.0.RC1</springdata.keyvalue>
31+
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
32+
<springdata.jpa>2.1.0.BUILD-SNAPSHOT</springdata.jpa>
33+
<springdata.mongodb>2.1.0.BUILD-SNAPSHOT</springdata.mongodb>
34+
<springdata.gemfire>2.1.0.BUILD-SNAPSHOT</springdata.gemfire>
35+
<springdata.solr>4.0.0.BUILD-SNAPSHOT</springdata.solr>
36+
<springdata.cassandra>2.1.0.BUILD-SNAPSHOT</springdata.cassandra>
37+
<springdata.keyvalue>2.1.0.BUILD-SNAPSHOT</springdata.keyvalue>
3838
<spring-hateoas>0.25.0.RELEASE</spring-hateoas>
3939

4040
<hibernate.version>4.3.10.Final</hibernate.version>
@@ -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)