DATAREST-862 - Prepare 2.6 RC1 (Ingalls).
This commit is contained in:
22
pom.xml
22
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.9.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.9.0.RC1</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -28,18 +28,18 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-rest</dist.id>
|
||||
|
||||
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>1.11.0.BUILD-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>1.10.0.BUILD-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.gemfire>1.9.0.BUILD-SNAPSHOT</springdata.gemfire>
|
||||
<springdata.solr>2.1.0.BUILD-SNAPSHOT</springdata.solr>
|
||||
<springdata.cassandra>1.5.0.BUILD-SNAPSHOT</springdata.cassandra>
|
||||
<springdata.keyvalue>1.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
|
||||
<springdata.commons>1.13.0.RC1</springdata.commons>
|
||||
<springdata.jpa>1.11.0.RC1</springdata.jpa>
|
||||
<springdata.mongodb>1.10.0.RC1</springdata.mongodb>
|
||||
<springdata.gemfire>1.9.0.RC1</springdata.gemfire>
|
||||
<springdata.solr>2.1.0.RC1</springdata.solr>
|
||||
<springdata.cassandra>1.5.0.RC1</springdata.cassandra>
|
||||
<springdata.keyvalue>1.2.0.RC1</springdata.keyvalue>
|
||||
|
||||
<hibernate.version>4.3.10.Final</hibernate.version>
|
||||
<jsonpath>1.1.0</jsonpath>
|
||||
<bundlor.enabled>false</bundlor.enabled>
|
||||
<manifest.file></manifest.file>
|
||||
<manifest.file/>
|
||||
</properties>
|
||||
|
||||
<developers>
|
||||
@@ -114,8 +114,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data REST 2.6 M1
|
||||
Spring Data REST 2.6 RC1
|
||||
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