Skip to content

Commit

Permalink
Release 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ikmdevops committed Oct 9, 2024
1 parent a9fde72 commit 147f9f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>

<artifactId>owlapi-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apibinding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>

<artifactId>owlapi-apibinding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>

<artifactId>owlapi-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>

<artifactId>owlapi-parsers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.ikm.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
<packaging>pom</packaging>

<name>OWLAPI</name>
Expand Down

0 comments on commit 147f9f1

Please sign in to comment.