Skip to content

Commit

Permalink
Edit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaJaime committed Jun 6, 2024
1 parent f10220b commit 65bff61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.cifre.sap.su</groupId>
<artifactId>goblinWeaver</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<name>goblinWeaver</name>
<description>Weaver to query Neo4j ecosystem dependency graph</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65bff61

Please sign in to comment.