Skip to content

Commit

Permalink
refactor name of server project to checker
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-higgins committed Jan 1, 2024
1 parent 2e50d9b commit c82a375
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions server/pom.xml → checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>csv-compiler-server</artifactId>
<artifactId>csv-compiler-checker</artifactId>

<name>csv-compiler :: compiler-server</name>
<name>csv-compiler :: compiler-checker</name>
<description>Server process for processing csv files from a command line interface</description>

<properties>
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.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<module>parent-pom</module>
<module>annotation-processor</module>
<module>runtime</module>
<module>server</module>
<module>checker</module>
<!-- <module>example</module>-->
<!-- <module>jmh</module>-->
</modules>
Expand Down

0 comments on commit c82a375

Please sign in to comment.