DATAREST-1374 - After release cleanups.
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -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>2.1.8.RELEASE</version>
|
<version>2.1.9.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>2.1.8.RELEASE</springdata.commons>
|
<springdata.commons>2.1.9.BUILD-SNAPSHOT</springdata.commons>
|
||||||
<springdata.jpa>2.1.8.RELEASE</springdata.jpa>
|
<springdata.jpa>2.1.9.BUILD-SNAPSHOT</springdata.jpa>
|
||||||
<springdata.mongodb>2.1.8.RELEASE</springdata.mongodb>
|
<springdata.mongodb>2.1.9.BUILD-SNAPSHOT</springdata.mongodb>
|
||||||
<springdata.gemfire>2.1.8.RELEASE</springdata.gemfire>
|
<springdata.gemfire>2.1.9.BUILD-SNAPSHOT</springdata.gemfire>
|
||||||
<springdata.solr>4.0.8.RELEASE</springdata.solr>
|
<springdata.solr>4.0.9.BUILD-SNAPSHOT</springdata.solr>
|
||||||
<springdata.cassandra>2.1.8.RELEASE</springdata.cassandra>
|
<springdata.cassandra>2.1.9.BUILD-SNAPSHOT</springdata.cassandra>
|
||||||
<springdata.keyvalue>2.1.8.RELEASE</springdata.keyvalue>
|
<springdata.keyvalue>2.1.9.BUILD-SNAPSHOT</springdata.keyvalue>
|
||||||
<spring-hateoas>0.25.0.RELEASE</spring-hateoas>
|
<spring-hateoas>0.25.0.RELEASE</spring-hateoas>
|
||||||
|
|
||||||
<hibernate.version>4.3.10.Final</hibernate.version>
|
<hibernate.version>4.3.10.Final</hibernate.version>
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user