Skip to content

Commit

Permalink
Version 1.16 released
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuhn committed Mar 9, 2018
1 parent f29f046 commit f75a253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ file:
<dependency>
<groupId>org.nanopub</groupId>
<artifactId>nanopub</artifactId>
<version>1.15</version>
<version>1.16</version>
</dependency>


Expand All @@ -49,7 +49,7 @@ directory or using the command `np` in `bin/`. For example:
One can also directly use the JAR file (as generated in `target/`) or [download
a prebuilt one](https://github.com/Nanopublication/nanopub-java/releases):

$ java -jar nanopub-1.15-jar-with-dependencies.jar check nanopubfile.trig
$ java -jar nanopub-1.16-jar-with-dependencies.jar check nanopubfile.trig


Developers
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 @@
<groupId>org.nanopub</groupId>
<artifactId>nanopub</artifactId>
<packaging>jar</packaging>
<version>1.16-SNAPSHOT</version>
<version>1.17-SNAPSHOT</version>
<name>nanopub</name>
<description>Java library for nanopublications based on Sesame</description>
<url>https://github.com/Nanopublication/nanopub-java</url>
Expand Down

0 comments on commit f75a253

Please sign in to comment.