Skip to content

Commit

Permalink
ont-api: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Nov 26, 2020
1 parent 9959495 commit 8bb9445
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
@@ -1,13 +1,13 @@
# ONT-API (ver. 2.0.0)
# ONT-API (ver. 2.1.0)

## Summary
ONT-API is a RDF-centric Java library to work with OWL.

For more info see [wiki](https://github.com/owlcs/ont-api/wiki).

## Dependencies
- **[Apache Jena](https://github.com/apache/jena)**, version **3.13.1**
- **[OWL-API](https://github.com/owlcs/owlapi)**, version **5.1.11**
- **[Apache Jena](https://github.com/apache/jena)**
- **[OWL-API](https://github.com/owlcs/owlapi)**

## License
* Apache License Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.github.owlcs</groupId>
<artifactId>ontapi</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 8bb9445

Please sign in to comment.