diff --git a/tinkerpop/cypher-gremlin-console-plugin/README.md b/tinkerpop/cypher-gremlin-console-plugin/README.md index 53d50ae4..481b01ea 100644 --- a/tinkerpop/cypher-gremlin-console-plugin/README.md +++ b/tinkerpop/cypher-gremlin-console-plugin/README.md @@ -24,8 +24,8 @@ The plugin and its dependencies can be automatically downloaded and installed in 1. Install Gremlin Console Cypher plugin: ``` - gremlin> :install org.opencypher.gremlin cypher-gremlin-console-plugin 0.9.10 - ==>Loaded: [org.opencypher.gremlin, cypher-gremlin-console-plugin, 0.9.10] - restart the console to use [opencypher.gremlin] + gremlin> :install org.opencypher.gremlin cypher-gremlin-console-plugin 0.9.11 + ==>Loaded: [org.opencypher.gremlin, cypher-gremlin-console-plugin, 0.9.11] - restart the console to use [opencypher.gremlin] ``` 1. Restart Gremlin Console diff --git a/tinkerpop/cypher-gremlin-neo4j-driver/README.md b/tinkerpop/cypher-gremlin-neo4j-driver/README.md index 5c2dc345..ac0b7f6f 100644 --- a/tinkerpop/cypher-gremlin-neo4j-driver/README.md +++ b/tinkerpop/cypher-gremlin-neo4j-driver/README.md @@ -19,7 +19,7 @@ To add a dependency using Maven: org.opencypher.gremlin cypher-gremlin-neo4j-driver - 0.9.10 + 0.9.11 ``` @@ -27,7 +27,7 @@ To add a dependency using Gradle: ``` dependencies { - compile 'org.opencypher.gremlin:cypher-gremlin-neo4j-driver:0.9.10' + compile 'org.opencypher.gremlin:cypher-gremlin-neo4j-driver:0.9.11' } ``` diff --git a/tinkerpop/cypher-gremlin-server-client/README.md b/tinkerpop/cypher-gremlin-server-client/README.md index 6a7937a1..8d255b71 100644 --- a/tinkerpop/cypher-gremlin-server-client/README.md +++ b/tinkerpop/cypher-gremlin-server-client/README.md @@ -14,7 +14,7 @@ To add a dependency using Maven: org.opencypher.gremlin cypher-gremlin-server-client - 0.9.10 + 0.9.11 ``` @@ -22,7 +22,7 @@ To add a dependency using Gradle: ``` dependencies { - compile 'org.opencypher.gremlin:cypher-gremlin-server-client:0.9.10' + compile 'org.opencypher.gremlin:cypher-gremlin-server-client:0.9.11' } ``` @@ -113,7 +113,7 @@ String cypher = "MATCH (p:person) WHERE p.age > 25 RETURN p.name"; List> results = cypherGremlinClient.submit(cypher).all(); ``` -Consult the [Javadoc](https://opencypher.github.io/cypher-for-gremlin/api/0.9.10/java/org/opencypher/gremlin/client/package-summary.html) for more information. +Consult the [Javadoc](https://opencypher.github.io/cypher-for-gremlin/api/0.9.11/java/org/opencypher/gremlin/client/package-summary.html) for more information. ## Neo4j driver-like API diff --git a/tinkerpop/cypher-gremlin-server-plugin/README.md b/tinkerpop/cypher-gremlin-server-plugin/README.md index 868105ce..087d5504 100644 --- a/tinkerpop/cypher-gremlin-server-plugin/README.md +++ b/tinkerpop/cypher-gremlin-server-plugin/README.md @@ -20,8 +20,8 @@ The plugin and its dependencies can be automatically downloaded and installed in Run `bin/gremlin-server.sh` with `install` switch and supply the Maven coordinates of the plugin: ```sh -bin/gremlin-server.sh install org.opencypher.gremlin cypher-gremlin-server-plugin 0.9.10 -Installing dependency org.opencypher.gremlin cypher-gremlin-server-plugin 0.9.10 +bin/gremlin-server.sh install org.opencypher.gremlin cypher-gremlin-server-plugin 0.9.11 +Installing dependency org.opencypher.gremlin cypher-gremlin-server-plugin 0.9.11 ... ``` diff --git a/translation/README.md b/translation/README.md index 4afb0c46..494e971f 100644 --- a/translation/README.md +++ b/translation/README.md @@ -15,7 +15,7 @@ To add a dependency using Maven: org.opencypher.gremlin translation - 0.9.10 + 0.9.11 ``` @@ -23,7 +23,7 @@ To add a dependency using Gradle: ``` dependencies { - compile 'org.opencypher.gremlin:translation:0.9.10' + compile 'org.opencypher.gremlin:translation:0.9.11' } ``` @@ -100,7 +100,7 @@ Translator.builder() .build(); ``` -Consult the [Javadoc](https://opencypher.github.io/cypher-for-gremlin/api/0.9.10/java/org/opencypher/gremlin/translation/package-summary.html) for more information. +Consult the [Javadoc](https://opencypher.github.io/cypher-for-gremlin/api/0.9.11/java/org/opencypher/gremlin/translation/package-summary.html) for more information. ## Running Cypher