Skip to content

Commit b14762e

Browse files
author
Heiko Dietze
committed
release v0.1.3 with OWL-API 4.2.5
1 parent 15084ac commit b14762e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.geneontology</groupId>
44
<artifactId>expression-materializing-reasoner</artifactId>
5-
<version>0.1.2</version>
5+
<version>0.1.3</version>
66
<name>ExpressionMaterializingReasoner</name>
77

88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10-
<owlapi.version>4.1.4</owlapi.version>
10+
<owlapi.version>4.2.5</owlapi.version>
1111
</properties>
1212

1313
<build>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>junit</groupId>
7878
<artifactId>junit</artifactId>
79-
<version>4.11</version>
79+
<version>4.12</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.slf4j</groupId>
9696
<artifactId>slf4j-log4j12</artifactId>
97-
<version>1.7.7</version>
97+
<version>1.7.10</version>
9898
<scope>test</scope>
9999
</dependency>
100100
</dependencies>

0 commit comments

Comments
 (0)