SGF-564 - Set up 2.0 development.

This commit is contained in:
Mark Paluch
2016-11-10 11:47:51 +01:00
parent b2c8f18b23
commit 32c66ddba3

View File

@@ -6,24 +6,23 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.9.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.9.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<name>Spring Data Gemfire</name>
<properties>
<dist.key>SGF</dist.key>
<antlr.version>2.7.7</antlr.version>
<assertj.version>2.5.0</assertj.version>
<gemfire.version>8.2.1</gemfire.version>
<google-code-findbugs.version>2.0.2</google-code-findbugs.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<servlet-api.version>2.5</servlet-api.version>
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
</properties>
<repositories>