Skip to content

Commit

Permalink
Releasing version 24.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated release committed Sep 13, 2024
1 parent efe41f6 commit 509eec6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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>24.5.0-SNAPSHOT</version>
<version>24.9.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 @@ -5,10 +5,10 @@
<parent>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>project</artifactId>
<version>24.5.0-SNAPSHOT</version>
<version>24.9.0</version>
</parent>
<artifactId>desktop</artifactId>
<version>24.5.0-SNAPSHOT</version>
<version>24.9.0</version>
<name>Manorrock Sphynx - Desktop</name>
<dependencies>
<dependency>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>project</artifactId>
<version>24.5.0-SNAPSHOT</version>
<version>24.9.0</version>
<packaging>pom</packaging>
<name>Manorrock Sphynx - Project</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion server/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>24.5.0-SNAPSHOT</version>
<version>24.9.0</version>
</parent>
<artifactId>sphynx-server</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>project</artifactId>
<version>24.5.0-SNAPSHOT</version>
<version>24.9.0</version>
</parent>
<artifactId>sphynx-shared</artifactId>
<name>Manorrock Sphynx - Shared</name>
Expand Down

0 comments on commit 509eec6

Please sign in to comment.