Skip to content

Commit

Permalink
Releasing version 24.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated release committed Aug 13, 2024
1 parent 8b568b3 commit ee1e139
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.8.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.8.0</version>
</parent>
<artifactId>desktop</artifactId>
<version>24.5.0-SNAPSHOT</version>
<version>24.8.0</version>
<name>Manorrock Sphynx - Desktop</name>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>project</artifactId>
<version>24.5.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<artifactId>sphynx-docker</artifactId>
<name>Manorrock Sphynx - Docker</name>
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.8.0</version>
<packaging>pom</packaging>
<name>Manorrock Sphynx - Project</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion rest/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.8.0</version>
</parent>
<artifactId>sphynx-rest</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.8.0</version>
</parent>
<artifactId>sphynx-shared</artifactId>
<name>Manorrock Sphynx - Shared</name>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>project</artifactId>
<groupId>com.manorrock.sphynx</groupId>
<version>24.5.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>sphynx-ui</artifactId>
Expand Down

0 comments on commit ee1e139

Please sign in to comment.