Skip to content

Commit

Permalink
ont-api: release 3.0.1 (+update some dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Jul 17, 2022
1 parent 7845119 commit 0407687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ONT-API (ver. 3.0.0)
# ONT-API (ver. 3.x.x)

## Summary

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

<groupId>com.github.owlcs</groupId>
<artifactId>ontapi</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
<description>ONT-API is a RDF-centric library to work with OWL</description>
<description>ONT-API is an RDF-centric library to work with OWL</description>
<url>https://github.com/owlcs/ont-api</url>

<properties>
Expand All @@ -35,7 +35,7 @@
<version.owlapi>5.1.20</version.owlapi>
<version.slf4j>1.7.36</version.slf4j>
<version.caffeine>3.1.1</version.caffeine>
<version.junit>5.8.2</version.junit>
<version.junit>5.9.0-RC1</version.junit>
</properties>

<licenses>
Expand Down Expand Up @@ -185,7 +185,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 0407687

Please sign in to comment.