Skip to content
Snippets Groups Projects
Commit 1399bc58 authored by ignazio's avatar ignazio
Browse files

Release 5.1.10

parent acd87397
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<dependencies>
<dependency>
......
......@@ -28,7 +28,7 @@ public class VersionInfo {
if (v != null) {
version = v;
} else {
version = "5.1.10-SNAPSHOT";
version = "5.1.10";
}
}
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<dependencies>
<dependency>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<dependencies>
<dependency>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<dependencies>
<dependency>
......
......@@ -11,8 +11,8 @@ import java.util.stream.Collectors;
public class PrepareForRelease {
public static void main(String[] args) throws IOException {
String newVersion = "5.1.10-SNAPSHOT";
String[] toReplace = new String[] {"5.1.9-SNAPSHOT", "5.1.9"};
String newVersion = "5.1.10";
String[] toReplace = new String[] {"5.1.10-SNAPSHOT", "5.1.10"};
treat(newVersion, toReplace,
"../api/src/main/java/org/semanticweb/owlapi/util/VersionInfo.java");
treat(newVersion, toReplace,
......
......@@ -8,7 +8,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<properties>
......
## 5.1.10 04 March 2019
### Bug fixes:
* Fix DLExpressivity checker never computes anything #810
* Jackson version to 2.9.8
* Fix ensure allValuesFrom axioms are not lost #808
* Fix HTTP 307 and HTTP 308 redirects are not followed #821
* Fix OBO renderer stuck with untranslatable axioms on concurrent managers
* Fix Annotations on DifferentIndividualsAxioms lost #816
* Fix No roundtrip for IRIs with colons in the fragment or path #817
* Fix EOFException in CustomTokenizer #813
* Fix Cyclic imports and missing declarations cause parsing error #798
## 5.1.9 12 December 2018
### Bug fixes:
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<dependencies>
<dependency>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<url>http://code.google.com/p/oboformat/</url>
<description>A java library for converting obo format documents to OWL, and for converting (a subset of) OWL to obo format. This version has been slightly modified to be included directly in the OWL API.
......
......@@ -8,7 +8,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<properties>
<inherited.rdf4j.version>${rdf4j.version}</inherited.rdf4j.version>
......
......@@ -29,6 +29,6 @@ public class VerifyVersionInfoIntegrationTestCase {
// has not been updated.
VersionInfo info = VersionInfo.getVersionInfo();
// assertEquals("5.1.0-SNAPSHOT", info.getVersion());
assertTrue(info.getVersion().startsWith("5.1.10-SNAPSHOT"));
assertTrue(info.getVersion().startsWith("5.1.10"));
}
}
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<dependencies>
<dependency>
......
......@@ -16,7 +16,7 @@
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<packaging>pom</packaging>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
<name>OWLAPI</name>
<description>The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2</description>
<url>http://owlcs.github.io/owlapi/</url>
......
......@@ -6,7 +6,7 @@
<parent>
<artifactId>owlapi-parent</artifactId>
<groupId>net.sourceforge.owlapi</groupId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<artifactId>owlapi-rio</artifactId>
<name>OWLAPI :: RDF4J Rio</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.10-SNAPSHOT</version>
<version>5.1.10</version>
</parent>
<dependencies>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment