SGF-567 - Upgrade to GemFire 9.0.0-beta.1.

This commit is contained in:
John Blum
2016-11-17 09:04:26 -08:00
parent 623282faef
commit 7c1574e600
3 changed files with 6 additions and 9 deletions

View File

@@ -18,8 +18,7 @@
<properties>
<antlr.version>2.7.7</antlr.version>
<assertj.version>2.5.0</assertj.version>
<gemfire.version>8.2.1</gemfire.version>
<!-- gemfire.version>9.0.0</gemfire.version -->
<gemfire.version>9.0.0-beta.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>
@@ -67,8 +66,8 @@
</dependency>
<dependency>
<groupId>com.gemstone.gemfire</groupId>
<artifactId>gemfire</artifactId>
<groupId>io.pivotal.gemfire</groupId>
<artifactId>geode-core</artifactId>
<version>${gemfire.version}</version>
</dependency>