DATACASS-492 - Prepare 2.0 GA (Kay).

This commit is contained in:
Mark Paluch
2017-10-02 11:09:17 +02:00
parent f0f5304993
commit 13440fcbfa
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -96,13 +96,13 @@
<failsafe.version>2.16</failsafe.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<project.type>multi</project.type>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.0.0.RELEASE</springdata.commons>
</properties>
<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>

View File

@@ -1,4 +1,4 @@
Spring Data for Apache Cassandra 2.0 RC3
Spring Data for Apache Cassandra 2.0 GA
Copyright (c) [2010-2015] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").