Skip to content

Commit

Permalink
DATAREST-862 - Prepare 2.6 RC1 (Ingalls).
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Dec 21, 2016
1 parent 9bd5cc8 commit 729e647
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Expand Up @@ -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>

Expand All @@ -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>
Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/notice.txt
@@ -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
Expand Down

0 comments on commit 729e647

Please sign in to comment.