Skip to content

Commit 69ee773

Browse files
committed
DATAREST-1252 - After release cleanups.
1 parent f883943 commit 69ee773

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>1.9.14.RELEASE</version>
16+
<version>1.9.15.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.14.RELEASE</springdata.commons>
32-
<springdata.jpa>1.11.14.RELEASE</springdata.jpa>
33-
<springdata.mongodb>1.10.14.RELEASE</springdata.mongodb>
34-
<springdata.gemfire>1.9.14.RELEASE</springdata.gemfire>
35-
<springdata.solr>2.1.14.RELEASE</springdata.solr>
36-
<springdata.cassandra>1.5.14.RELEASE</springdata.cassandra>
37-
<springdata.keyvalue>1.2.14.RELEASE</springdata.keyvalue>
31+
<springdata.commons>1.13.15.BUILD-SNAPSHOT</springdata.commons>
32+
<springdata.jpa>1.11.15.BUILD-SNAPSHOT</springdata.jpa>
33+
<springdata.mongodb>1.10.15.BUILD-SNAPSHOT</springdata.mongodb>
34+
<springdata.gemfire>1.9.15.BUILD-SNAPSHOT</springdata.gemfire>
35+
<springdata.solr>2.1.15.BUILD-SNAPSHOT</springdata.solr>
36+
<springdata.cassandra>1.5.15.BUILD-SNAPSHOT</springdata.cassandra>
37+
<springdata.keyvalue>1.2.15.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-release</id>
118-
<url>https://repo.spring.io/libs-release</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)