From 76801f5ad4ae8ac5e62ad5a815083452237a5250 Mon Sep 17 00:00:00 2001 From: szuev Date: Thu, 2 Jan 2020 18:25:52 +0300 Subject: [PATCH] ont-api: release v2.0.0 --- README.md | 8 ++++---- pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ab6d0c568..d252611ca 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index 9ce1bd119..c5cbc1de5 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@