Skip to content

Commit

Permalink
Fixes #340 - Rename rest to server
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Aug 21, 2024
1 parent c3292f7 commit 18c2a69
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<modules>
<module>cli</module>
<module>desktop</module>
<module>rest</module>
<module>shared</module>
<module>server</module>
</modules>
</project>
File renamed without changes.
4 changes: 2 additions & 2 deletions rest/pom.xml → server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<artifactId>project</artifactId>
<version>24.5.0-SNAPSHOT</version>
</parent>
<artifactId>sphynx-rest</artifactId>
<artifactId>sphynx-server</artifactId>
<packaging>war</packaging>
<name>Manorrock Sphynx - REST application</name>
<name>Manorrock Sphynx - Server</name>
<properties>
<!-- other -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 18c2a69

Please sign in to comment.