aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Dan Fabulich <DanFabulich@gmail.com>2016-07-13 14:20:13 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-07-14 11:11:53 +0000
commitb9abd7020800fea058d7f62b927a99b1be34dfe0 (patch)
tree0bd5a0f9e67aea6a83b68986dff99740e5e80518 /src/main
parentff7815c9d75f8a154d5a4f5fb2123ead2aa70544 (diff)
Upgrade to Hazelcast 3.6.
Fixes issue #1457. -- Change-Id: I913be48c924a48495f4da25a6710971c5c9d20b5 Reviewed-on: https://bazel-review.git.corp.google.com/#/c/3981/ MOS_MIGRATED_REVID=127314440
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/remote/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/remote/README.md b/src/main/java/com/google/devtools/build/lib/remote/README.md
index 43ba87703f..1c570e8406 100644
--- a/src/main/java/com/google/devtools/build/lib/remote/README.md
+++ b/src/main/java/com/google/devtools/build/lib/remote/README.md
@@ -4,7 +4,7 @@
configuration. If you already have a separate Hazelcast cluster you can skip
this step.
- java -cp third_party/hazelcast/hazelcast-3.5.4.jar \
+ java -cp third_party/hazelcast/hazelcast-3.6.4.jar \
com.hazelcast.core.server.StartServer
- Then you run Bazel pointing to the Hazelcast server.