Skip to content

Commit

Permalink
Update to Coherence 22.06 for testing and protobuf definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Jun 30, 2022
1 parent 99c9a40 commit 5b20db6
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 242 deletions.
2 changes: 1 addition & 1 deletion bin/docker-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

declare -r ROOT="${PWD}"
declare -r CONTAINER_NAME="coherence-js-test-container"
declare -r IMAGE_NAME="oraclecoherence/coherence-ce:21.12.1"
declare -r IMAGE_NAME="oraclecoherence/coherence-ce:22.06"

function coh_up() {
declare -r CONTAINER_ID=$(docker ps -a -q -f name="${CONTAINER_NAME}")
Expand Down
2 changes: 1 addition & 1 deletion bin/npm-post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare -r ROOT="${PWD}"

# Grabs the proto files from the Coherence project.
function grab_proto_files() {
declare -r BASE_URL="https://raw.githubusercontent.com/oracle/coherence/v21.12/prj/coherence-grpc/src/main/proto/"
declare -r BASE_URL="https://raw.githubusercontent.com/oracle/coherence/v22.06/prj/coherence-grpc/src/main/proto/"
declare -r PROTO_FILES=("messages.proto" "services.proto")
declare -r PROTO_DIR="${ROOT}/etc/proto"

Expand Down
Loading

0 comments on commit 5b20db6

Please sign in to comment.