Skip to content

Commit

Permalink
ont-api: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Aug 20, 2024
1 parent aefcaba commit d47beb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.github.owlcs</groupId>
<artifactId>ontapi</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>ONT-API is an RDF-centric library to work with OWL</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import com.github.owlcs.owlapi.OWLManager;
import com.github.owlcs.owlapi.tests.api.baseclasses.TestBase;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormat;
import org.semanticweb.owlapi.formats.RDFXMLDocumentFormat;
Expand Down Expand Up @@ -107,6 +108,8 @@ public void testShouldRoundTripXMLLiteral() throws Exception {
* @throws Exception
*/
@Test
@Disabled("temporary disabled, see https://github.com/apache/jena/issues/2619")
// TODO: temporary disabled, see https://github.com/apache/jena/issues/2619
public void testShouldFailOnMalformedXMLLiteral() throws Exception {
String literal = "<ncicp:ComplexDefinition>" +
"<ncicp:def-definition>" +
Expand Down

0 comments on commit d47beb3

Please sign in to comment.