Skip to content

Commit

Permalink
Fix release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Apr 26, 2021
1 parent b10211c commit 53a577c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>org.snomed.otf</groupId>
<artifactId>snomed-owl-toolkit</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<properties>
<java.version>1.8</java.version>
<owlapi.version>4.1.3</owlapi.version>
<elk-owlapi.version>0.4.3</elk-owlapi.version>
<slf4j.version>1.7.25</slf4j.version>
<snomed.boot.version>3.0.0-SNAPSHOT</snomed.boot.version>
<snomed.boot.version>3.0.0</snomed.boot.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 53a577c

Please sign in to comment.