Skip to content

Commit

Permalink
Updated OWL API dependencies to 3.5.4 the latest I could find in 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alaninmcr committed Apr 26, 2017
1 parent 65dff26 commit 20c33bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.sysmo-db</groupId>
<artifactId>rightfield</artifactId>
<version>0.22-SNAPSHOT</version>
<version>0.24-SNAPSHOT</version>
<packaging>jar</packaging>
<name>RightField</name>
<description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-api</artifactId>
<version>3.4.3</version>
<version>3.5.4</version>
</dependency>
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-apibinding</artifactId>
<version>3.4.3</version>
<version>3.5.4</version>
</dependency>
<dependency>
<groupId>org.sysmo-db</groupId>
Expand Down

0 comments on commit 20c33bf

Please sign in to comment.