From b7889ffaf139bb19c275b48340099a4711183632 Mon Sep 17 00:00:00 2001 From: galigator Date: Thu, 30 Mar 2017 23:45:33 +0200 Subject: [PATCH] Prepare the release 2.6.1 --- distribution/pom.xml | 2 +- examples/pom.xml | 2 +- module-core/pom.xml | 2 +- module-explanation/pom.xml | 2 +- module-jena/pom.xml | 2 +- module-modularity/pom.xml | 2 +- module-owlapi/pom.xml | 2 +- module-query/pom.xml | 2 +- module-shared/pom.xml | 2 +- plugin-protege/pom.xml | 2 +- pom.xml | 18 +++++++++--------- tests/pom.xml | 2 +- tools-cli/pom.xml | 2 +- tools-pellint/pom.xml | 2 +- tools-profiler/pom.xml | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 1c61ee31..3dedb644 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -7,7 +7,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-distribution diff --git a/examples/pom.xml b/examples/pom.xml index ab1a7db1..29e137c1 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-examples Openllet :: Examples diff --git a/module-core/pom.xml b/module-core/pom.xml index f15e4a99..a4fae7df 100644 --- a/module-core/pom.xml +++ b/module-core/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-core Openllet :: Core diff --git a/module-explanation/pom.xml b/module-explanation/pom.xml index a6c8d95a..8dbb0de4 100644 --- a/module-explanation/pom.xml +++ b/module-explanation/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-explanation Openllet :: Explanation diff --git a/module-jena/pom.xml b/module-jena/pom.xml index 2fb30238..3a3673c7 100644 --- a/module-jena/pom.xml +++ b/module-jena/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-jena Openllet :: Jena diff --git a/module-modularity/pom.xml b/module-modularity/pom.xml index b235935d..bbb92213 100644 --- a/module-modularity/pom.xml +++ b/module-modularity/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-modularity Openllet :: Modularity diff --git a/module-owlapi/pom.xml b/module-owlapi/pom.xml index 4d8ccbc7..b0005275 100644 --- a/module-owlapi/pom.xml +++ b/module-owlapi/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-owlapi Openllet :: OWL API diff --git a/module-query/pom.xml b/module-query/pom.xml index 5046d1b8..d6f9e3d5 100644 --- a/module-query/pom.xml +++ b/module-query/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-query diff --git a/module-shared/pom.xml b/module-shared/pom.xml index 19d74185..b0b7cd72 100644 --- a/module-shared/pom.xml +++ b/module-shared/pom.xml @@ -6,7 +6,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-functions diff --git a/plugin-protege/pom.xml b/plugin-protege/pom.xml index 6f10b356..e851c6ec 100644 --- a/plugin-protege/pom.xml +++ b/plugin-protege/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-protege diff --git a/pom.xml b/pom.xml index 85a48bdd..ef557556 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 pom Openllet :: Parent POM Openllet is open-source future of Pellet OWL Reasoner @@ -79,22 +79,22 @@ org.apache.jena jena-core - [3.2.0,3.2.99] + [3.2.0,) org.apache.jena jena-arq - [3.2.0,3.2.99] + [3.2.0,) net.sourceforge.owlapi owlapi-distribution - [5.1.0,5.1.99] + [5.1.0,) org.jgrapht jgrapht-ext - [1.0.0,1.0.99) + [1.0.0,) org.antlr @@ -157,22 +157,22 @@ com.fasterxml.jackson.core jackson-core - [2.9.0,2.9.99) + 2.8.2 com.fasterxml.jackson.core jackson-annotations - [2.9.0,2.9.99) + 2.8.2 com.fasterxml.jackson.core jackson-databind - [2.9.0,2.9.99) + 2.8.2 com.github.jsonld-java jsonld-java - [0.10.0,0.10.99) + 0.10.0 com.google.inject diff --git a/tests/pom.xml b/tests/pom.xml index 5558a6fe..b8125e16 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-test diff --git a/tools-cli/pom.xml b/tools-cli/pom.xml index 9b9b207b..d46af7fc 100644 --- a/tools-cli/pom.xml +++ b/tools-cli/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-cli Openllet :: CLI diff --git a/tools-pellint/pom.xml b/tools-pellint/pom.xml index 7b0e66e1..127d997b 100644 --- a/tools-pellint/pom.xml +++ b/tools-pellint/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-pellint Openllet :: Pellint diff --git a/tools-profiler/pom.xml b/tools-profiler/pom.xml index 953e2244..969ec47c 100644 --- a/tools-profiler/pom.xml +++ b/tools-profiler/pom.xml @@ -4,7 +4,7 @@ com.github.galigator.openllet openllet-parent - 2.6.1-SNAPSHOT + 2.6.1 openllet-profiler Openllet :: Profiler