Skip to content

Commit

Permalink
ont-api: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Jan 2, 2020
1 parent c4976e2 commit 76801f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ONT-API (ver. 1.4.2)
# ONT-API (ver. 2.0.0)

## Summary
ONT-API is an implementation of OWL-API over Apache Jena.
ONT-API is a RDF-centric Java library to work with OWL.

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

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

## License
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
~ This file is part of the ONT API.
~ The contents of this file are subject to the LGPL License, Version 3.0.
~ Copyright (c) 2019, The University of Manchester, owl.cs group.
~ Copyright (c) 2020, The University of Manchester, owl.cs group.
~
~ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Expand All @@ -20,11 +20,11 @@

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

<name>${project.groupId}:${project.artifactId}</name>
<description>ONT-API is an OWL-API impl over Apache Jena</description>
<description>ONT-API is a RDF-centric library to work with OWL</description>
<url>https://github.com/owlcs/ont-api</url>

<properties>
Expand All @@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.jena>3.13.1</version.jena>
<version.owlapi>5.1.11</version.owlapi>
<version.slf4j>1.7.29</version.slf4j>
<version.slf4j>1.7.30</version.slf4j>
<version.caffeine>2.8.0</version.caffeine>
</properties>

Expand Down

0 comments on commit 76801f5

Please sign in to comment.