Skip to content

Commit

Permalink
upgrade release to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Feb 23, 2021
1 parent 549be2b commit 58ebac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ A Java CLI to upload RDF files, and execute [SPARQL](https://www.w3.org/TR/sparq

# Use the jar

[![Java version](https://img.shields.io/badge/java-11-blue)](https://openjdk.java.net/install/) [![Download jar](https://img.shields.io/badge/download-jar-blueviolet)](https://github.com/MaastrichtU-IDS/d2s-sparql-operations/releases/latest/download/d2s-sparql-operations.jar)
[![Java version](https://img.shields.io/badge/java-11-blue)](https://openjdk.java.net/install/) [![Download jar](https://img.shields.io/badge/download-jar-blueviolet)](https://github.com/MaastrichtU-IDS/d2s-sparql-operations/releases/latest/download/sparql-operations.jar)

Download the `.jar` file from the latest GitHub release [here](https://github.com/MaastrichtU-IDS/d2s-sparql-operations/releases/latest/download/d2s-sparql-operations.jar), you can use this command to do it automatically in a Bash terminal:
Download the `.jar` file from the latest GitHub release [here](https://github.com/MaastrichtU-IDS/d2s-sparql-operations/releases/latest/download/sparql-operations.jar), you can use this command to do it automatically in a Bash terminal:

```bash
wget https://github.com/MaastrichtU-IDS/d2s-sparql-operations/releases/latest/download/d2s-sparql-operations.jar
wget https://github.com/MaastrichtU-IDS/d2s-sparql-operations/releases/latest/download/sparql-operations.jar
```

Move the jar somewhere you can call it easily, e.g. in a `bin` folder in your home folder:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.semanticscience.d2s</groupId>
<artifactId>sparql-operations</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>

<url>https://maastrichtu-ids.github.io/d2s-sparql-operations</url>
<description>Execute SPARQL queries from string, URL or multiple files using the RDF4J framework.</description>
Expand Down

0 comments on commit 58ebac4

Please sign in to comment.