DATAREST-932 - Prepare 2.5.6 (Hopper SR6).
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.8.6.BUILD-SNAPSHOT</version>
|
||||
<version>1.8.6.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-rest</dist.id>
|
||||
|
||||
<springdata.commons>1.12.6.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>1.10.6.BUILD-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>1.9.6.BUILD-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.gemfire>1.8.6.BUILD-SNAPSHOT</springdata.gemfire>
|
||||
<springdata.solr>2.0.6.BUILD-SNAPSHOT</springdata.solr>
|
||||
<springdata.cassandra>1.4.6.BUILD-SNAPSHOT</springdata.cassandra>
|
||||
<springdata.keyvalue>1.1.6.BUILD-SNAPSHOT</springdata.keyvalue>
|
||||
<springdata.commons>1.12.6.RELEASE</springdata.commons>
|
||||
<springdata.jpa>1.10.6.RELEASE</springdata.jpa>
|
||||
<springdata.mongodb>1.9.6.RELEASE</springdata.mongodb>
|
||||
<springdata.gemfire>1.8.6.RELEASE</springdata.gemfire>
|
||||
<springdata.solr>2.0.6.RELEASE</springdata.solr>
|
||||
<springdata.cassandra>1.4.6.RELEASE</springdata.cassandra>
|
||||
<springdata.keyvalue>1.1.6.RELEASE</springdata.keyvalue>
|
||||
|
||||
<hibernate.version>4.3.10.Final</hibernate.version>
|
||||
<jsonpath>1.1.0</jsonpath>
|
||||
@@ -113,8 +113,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-release</id>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data REST 2.5.5
|
||||
Spring Data REST 2.5.6
|
||||
Copyright (c) 2012-2015 Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0
|
||||
|
||||
Reference in New Issue
Block a user