Skip to content

Commit

Permalink
JDG-1533 Changed nodejs client version to 0.3.1 and updated server:co…
Browse files Browse the repository at this point in the history
…re version at README.md
  • Loading branch information
gbabcan authored and karesti committed Feb 27, 2018
1 parent 25da0c3 commit 88d95a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hotrod-endpoint-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ to contain the following definitions:

* Infinispan subsystem definition:

<subsystem xmlns="urn:infinispan:server:core:8.0" default-cache-container="local">
<subsystem xmlns="urn:infinispan:server:core:8.4" default-cache-container="local">
<cache-container name="local" default-cache="default">
<local-cache name="default" start="EAGER">
<locking acquire-timeout="30000" concurrency-level="1000" striping="false"/>
Expand Down
2 changes: 1 addition & 1 deletion hotrod-endpoint-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Galder Zamarreño",
"license": "Apache-2.0",
"dependencies": {
"infinispan": "0.3.0-Final-redhat-2",
"infinispan": "0.3.1-Final-redhat-1",
"vorpal": "^1.10.10"
}
}

0 comments on commit 88d95a2

Please sign in to comment.