Skip to content

Commit

Permalink
Releasing version 24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated release committed Apr 13, 2024
1 parent 17da69b commit deb78d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>project</artifactId>
<version>23.1.0-SNAPSHOT</version>
<version>24.4.0</version>
</parent>
<artifactId>sphynx-cli</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>project</artifactId>
<groupId>com.manorrock.sphynx</groupId>
<version>23.1.0-SNAPSHOT</version>
<version>24.4.0</version>
</parent>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>desktop</artifactId>
<version>23.1.0-SNAPSHOT</version>
<version>24.4.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<artifactId>project</artifactId>

<version>23.1.0-SNAPSHOT</version>
<version>24.4.0</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>project</artifactId>
<version>23.1.0-SNAPSHOT</version>
<version>24.4.0</version>
</parent>
<artifactId>sphynx-webapp</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit deb78d4

Please sign in to comment.