diff --git a/pom.xml b/pom.xml index 256c908..ec12b08 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.cifre.sap.su goblinWeaver - 2.0.0 + 2.1.0 goblinWeaver Weaver to query Neo4j ecosystem dependency graph diff --git a/readme.md b/readme.md index acc2f26..1451ace 100644 --- a/readme.md +++ b/readme.md @@ -41,10 +41,10 @@ The program will first download the osv.dev dataset and create a folder called " If you already have downloaded this dataset and you don't want to update it, you can add the "noUpdate" argument on the java -jar command. Example: -> java -Dneo4jUri="bolt://localhost:7687/" -Dneo4jUser="neo4j" -Dneo4jPassword="Password1" -jar goblinWeaver-2.0.0.jar +> java -Dneo4jUri="bolt://localhost:7687/" -Dneo4jUser="neo4j" -Dneo4jPassword="Password1" -jar goblinWeaver-2.1.0.jar -> java -Dneo4jUri="bolt://localhost:7687/" -Dneo4jUser="neo4j" -Dneo4jPassword="Password1" -jar goblinWeaver-2.0.0.jar noUpdate +> java -Dneo4jUri="bolt://localhost:7687/" -Dneo4jUser="neo4j" -Dneo4jPassword="Password1" -jar goblinWeaver-2.1.0.jar noUpdate ## Use the API Pre-designed requests are available, but you can also send your own Cypher requests directly to the API.