+ update to GemFire 6.6 final

This commit is contained in:
Costin Leau
2011-09-16 16:09:07 +03:00
parent 08a6e20660
commit 08ee15ac9a
3 changed files with 3 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ allprojects {
mavenRepo name: "spring-snapshot", urls: "http://maven.springframework.org/snapshot"
mavenRepo name: "sonatype-snapshot", urls: "http://oss.sonatype.org/content/repositories/snapshots"
mavenRepo name: "ext-snapshots", urls: "http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"
mavenRepo name: "gemstone-com-release", urls: "http://dist.gemstone.com/maven/release"
}
}

View File

@@ -6,7 +6,7 @@ slf4jVersion = 1.6.1
# Common libraries
springVersion = 3.1.0.M2
gemfireVersion = 6.6.RC
gemfireVersion = 6.6
# Testing
junitVersion = 4.8.1

View File

@@ -25,7 +25,7 @@
<gfe:replicated-region id="replicated-data" persistent="true" close="true" destroy="false">
<gfe:disk-store queue-size="50" auto-compact="true" max-oplog-size="10" synchronous-write="false" time-interval="9999">
<gfe:disk-dir location="./" max-size="1"/>
<gfe:disk-dir location="./build/tmp" max-size="1"/>
</gfe:disk-store>
<gfe:region-ttl timeout="${ttl}" action="DESTROY"/>