DATAREST-1283 - After release cleanups.

This commit is contained in:
Mark Paluch
2018-10-15 13:55:50 +02:00
parent 599a8f61be
commit 1dc1fb7200

20
pom.xml
View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>1.9.16.RELEASE</version> <version>1.9.17.BUILD-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
@@ -28,13 +28,13 @@
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id> <dist.id>spring-data-rest</dist.id>
<springdata.commons>1.13.16.RELEASE</springdata.commons> <springdata.commons>1.13.17.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.11.16.RELEASE</springdata.jpa> <springdata.jpa>1.11.17.BUILD-SNAPSHOT</springdata.jpa>
<springdata.mongodb>1.10.16.RELEASE</springdata.mongodb> <springdata.mongodb>1.10.17.BUILD-SNAPSHOT</springdata.mongodb>
<springdata.gemfire>1.9.16.RELEASE</springdata.gemfire> <springdata.gemfire>1.9.17.BUILD-SNAPSHOT</springdata.gemfire>
<springdata.solr>2.1.16.RELEASE</springdata.solr> <springdata.solr>2.1.17.BUILD-SNAPSHOT</springdata.solr>
<springdata.cassandra>1.5.16.RELEASE</springdata.cassandra> <springdata.cassandra>1.5.17.BUILD-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>1.2.16.RELEASE</springdata.keyvalue> <springdata.keyvalue>1.2.17.BUILD-SNAPSHOT</springdata.keyvalue>
<hibernate.version>4.3.10.Final</hibernate.version> <hibernate.version>4.3.10.Final</hibernate.version>
<jsonpath>1.1.0</jsonpath> <jsonpath>1.1.0</jsonpath>
@@ -114,8 +114,8 @@
<repositories> <repositories>
<repository> <repository>
<id>spring-libs-release</id> <id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-release</url> <url>https://repo.spring.io/libs-snapshot</url>
</repository> </repository>
</repositories> </repositories>