Skip to content
Snippets Groups Projects
Commit 231e1f05 authored by ignazio's avatar ignazio
Browse files

Release 5.1.14

parent 55261f33
No related branches found
No related tags found
No related merge requests found
Showing
with 52 additions and 20 deletions
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.13</version>
<version>5.1.14</version>
</parent>
<dependencies>
<dependency>
......
......@@ -28,7 +28,7 @@ public class VersionInfo {
if (v != null) {
version = v;
} else {
version = "5.1.13";
version = "5.1.14";
}
}
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.13</version>
<version>5.1.14</version>
</parent>
<dependencies>
<dependency>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.13</version>
<version>5.1.14</version>
</parent>
<dependencies>
<dependency>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.13</version>
<version>5.1.14</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.13";
String[] toReplace = new String[] {"5.1.12-SNAPSHOT", "5.1.12"};
String newVersion = "5.1.14";
String[] toReplace = new String[] {"5.1.13-SNAPSHOT", "5.1.13"};
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.13</version>
<version>5.1.14</version>
</parent>
<properties>
......
## 5.1.14 18 April 2020
### Features:
* General modularity classes contributed by Robn Nolte
### Bug fixes:
* Fix XSD datatypes are erroneously quoted in OBO writer #918
* Fix referencingAxioms(OWLPrimitive) misses nested literals #912
* Fix Empty line in META-INF/services/ files causes exceptions #924
* Fix OWLOntologyWriterConfiguration does not disable banner comments #904
## 5.1.13 27 January 2020
### Bug fixes:
......@@ -330,6 +343,25 @@ Features:
* Declaration of save methods on OWLOntology
* OWLAPI 5 uses Java 8
## 4.5.16 18 April 2020
### Bug fixes:
* Fix XSD datatypes are erroneously quoted in OBO writer #918
* Fix referencingAxioms(OWLPrimitive) misses nested literals #912
* Fix Empty line in META-INF/services/ files causes exceptions #924
## 4.5.15 28 January 2020
### Bug fixes:
* Fix OWLEntityRenamer and anonymous individuals #892
* Fix Builtin annotation properties lost during parsing #895
* Deal with OWLAnnotationProperty entities in OWLEntityURIConverter class #896
## 4.5.14 19 October 2019
### Bug fixes:
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.13</version>
<version>5.1.14</version>
</parent>
<dependencies>
<dependency>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.13</version>
<version>5.1.14</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.13</version>
<version>5.1.14</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.13"));
assertTrue(info.getVersion().startsWith("5.1.14"));
}
}
......@@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.13</version>
<version>5.1.14</version>
</parent>
<dependencies>
<dependency>
......
......@@ -16,7 +16,7 @@
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<packaging>pom</packaging>
<version>5.1.13</version>
<version>5.1.14</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.13</version>
<version>5.1.14</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.13</version>
<version>5.1.14</version>
</parent>
<dependencies>
<dependency>
......
......@@ -88,7 +88,7 @@ public final class AtomicDecomposition implements HasAxioms {
/**
* Returns the {@link Atom}s this {@link Atom} depends on. In the literature, this
* {@link Atom} <= returned atoms.
* {@link Atom} &lt;= returned atoms.
*
* @return The {@link Atom}s this {@link Atom} depends on
*/
......@@ -98,7 +98,7 @@ public final class AtomicDecomposition implements HasAxioms {
/**
* Returns the {@link Atom}s that depend on this {@link Atom}. In the literature, returned
* atoms <= this {@link Atom}.
* atoms = this {@link Atom}.
*
* @return The {@link Atom}s that depend on this {@link Atom}
*/
......@@ -111,7 +111,7 @@ public final class AtomicDecomposition implements HasAxioms {
*
* @param atom The {@link Atom} to check if this {@link Atom} depends on it. Cannot be null.
* @return If this {@link Atom} depends on the given {@link Atom}
* @throws NullPointerException If the given {@link Atom} was <code>null</code>
* @throws NullPointerException If the given {@link Atom} was {@code null}
*/
public boolean dependsOn(Atom atom) {
return dependencies.contains(Objects.requireNonNull(atom));
......@@ -122,7 +122,7 @@ public final class AtomicDecomposition implements HasAxioms {
*
* @param atom The {@link Atom} to check if it depends on this {@link Atom}. Cannot be null.
* @return If the given {@link Atom} depends on the this {@link Atom}
* @throws NullPointerException If the given {@link Atom} was <code>null</code>
* @throws NullPointerException If the given {@link Atom} was {@code null}
*/
public boolean isDependencyOf(Atom atom) {
return dependents.contains(Objects.requireNonNull(atom));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment