+ update to GemFire 6.6 final
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user