Skip to content

Commit

Permalink
fix: spelling error in module
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafflgav committed Nov 29, 2023
1 parent e94e4b2 commit 4e015a4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.0</version>
</parent>

<artifactId>application-employee-application</artifactId>
<artifactId>applicant-employee-application</artifactId>

<properties>
<maven.compiler.source>19</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion process-driven-approach-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0.0</version>
<name>Process-driven-approach Showcase</name>
<modules>
<module>application-employee-application</module>
<module>applicant-employee-application</module>
<module>payroll-service-contract-application</module>
<module>hr-system-service-contract-application</module>
</modules>
Expand Down

0 comments on commit 4e015a4

Please sign in to comment.