Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lcbarcellos committed Jun 23, 2020
2 parents d921540 + ff1ee8d commit 4c0d429
Show file tree
Hide file tree
Showing 33 changed files with 1,224 additions and 519 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>br.ufes.inf.nemo</groupId>
<artifactId>ufo-protege-plugin</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>bundle</packaging>

<name>UFO Protégé Plugin</name>
Expand Down Expand Up @@ -171,6 +171,11 @@
<artifactId>owlapi-osgidistribution</artifactId>
<version>4.5.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>
</plugin>
<plugin>
Expand Down
Loading

0 comments on commit 4c0d429

Please sign in to comment.