DATAGEODE-39 - After release cleanups.

This commit is contained in:
Mark Paluch
2017-10-02 11:38:05 +02:00
parent 02c9319950
commit 9bb3f0bc8e

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>2.0.0.RELEASE</version> <version>2.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
@@ -22,7 +22,7 @@
<assertj.version>3.6.2</assertj.version> <assertj.version>3.6.2</assertj.version>
<geode.version>1.2.1</geode.version> <geode.version>1.2.1</geode.version>
<multithreadedtc.version>1.01</multithreadedtc.version> <multithreadedtc.version>1.01</multithreadedtc.version>
<springdata.commons>2.0.0.RELEASE</springdata.commons> <springdata.commons>2.0.1.BUILD-SNAPSHOT</springdata.commons>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version> <spring-shell.version>1.2.0.RELEASE</spring-shell.version>
<source.level>1.8</source.level> <source.level>1.8</source.level>
<java-module-name>spring.data.geode</java-module-name> <java-module-name>spring.data.geode</java-module-name>
@@ -30,8 +30,8 @@
<repositories> <repositories>
<repository> <repository>
<id>spring-libs-release</id> <id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-release</url> <url>https://repo.spring.io/libs-snapshot</url>
</repository> </repository>
<!-- <!--
<repository> <repository>