DATAGEODE-39 - Prepare 2.0 GA (Kay).

This commit is contained in:
Mark Paluch
2017-10-02 11:09:17 +02:00
parent 7fbd0c47b4
commit 424f562f72
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>
@@ -22,7 +22,7 @@
<assertj.version>3.6.2</assertj.version>
<geode.version>1.2.1</geode.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.0.0.RELEASE</springdata.commons>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
<source.level>1.8</source.level>
<java-module-name>spring.data.geode</java-module-name>
@@ -30,8 +30,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>
<!--
<repository>

View File

@@ -1,4 +1,4 @@
Spring Data for Apache Geode 2.0 RC3
Spring Data for Apache Geode 2.0 GA
== NOTICE file corresponding to section 4 d of the Apache License, ==
== Version 2.0, for the Spring Framework distribution. ==
======================================================================