Skip to content

Commit

Permalink
ontapi: release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Jan 25, 2025
1 parent 61aa3db commit b0a7a54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.github.owlcs</groupId>
<artifactId>ontapi</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>ONT-API is an RDF-centric library to work with OWL</description>
Expand Down Expand Up @@ -51,13 +51,13 @@
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin -->
<version.maven-source-plugin>3.3.1</version.maven-source-plugin>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
<version.maven-javadoc-plugin>3.10.1</version.maven-javadoc-plugin>
<version.maven-javadoc-plugin>3.11.2</version.maven-javadoc-plugin>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
<version.maven-jar-plugin>3.4.2</version.maven-jar-plugin>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<version.maven-compiler-plugin>3.13.0</version.maven-compiler-plugin>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin -->
<version.maven-surefire-plugin>3.5.1</version.maven-surefire-plugin>
<version.maven-surefire-plugin>3.5.2</version.maven-surefire-plugin>
</properties>

<licenses>
Expand Down

0 comments on commit b0a7a54

Please sign in to comment.