SGF-609 - Upgrade to Apache Geode 1.2.0-SNAPSHOT.

Adapt to API changes in the Apache Geode Lucene integration after 1.2.0-SNAPSHOT.

Set version to 1.2.0.BUILD-SNAPSHOT.
This commit is contained in:
John Blum
2017-03-31 14:55:25 -07:00
parent d7f11b93c9
commit a6b3569b67
16 changed files with 143 additions and 180 deletions

View File

@@ -13,16 +13,16 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
<name>Spring Data Geode</name>
<properties>
<dist.key>SGF</dist.key>
<antlr.version>2.7.7</antlr.version>
<apache-shiro.version>1.3.1</apache-shiro.version>
<apache-shiro.version>1.3.2</apache-shiro.version>
<assertj.version>3.6.2</assertj.version>
<gemfire.version>1.1.0</gemfire.version>
<gemfire.version>1.2.0-SNAPSHOT</gemfire.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<servlet-api.version>2.5</servlet-api.version>
<spring-data-commons.version>2.0.0.BUILD-SNAPSHOT</spring-data-commons.version>