Skip to content

Commit

Permalink
release v0.1.3 with OWL-API 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Dietze committed May 24, 2016
1 parent 15084ac commit b14762e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geneontology</groupId>
<artifactId>expression-materializing-reasoner</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<name>ExpressionMaterializingReasoner</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<owlapi.version>4.1.4</owlapi.version>
<owlapi.version>4.2.5</owlapi.version>
</properties>

<build>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
<version>1.7.10</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b14762e

Please sign in to comment.