Skip to content

Commit

Permalink
Move sub modules back to root dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jul 24, 2018
1 parent 16d8db8 commit 03f28d8
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion modules/bcrypt-cli/pom.xml → bcrypt-cli/pom.xml
Expand Up @@ -8,7 +8,6 @@
<artifactId>bcrypt-parent</artifactId>
<groupId>at.favre.lib</groupId>
<version>0.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>bcrypt-cli</artifactId>
Expand Down
1 change: 0 additions & 1 deletion modules/bcrypt/pom.xml → bcrypt/pom.xml
Expand Up @@ -8,7 +8,6 @@
<artifactId>bcrypt-parent</artifactId>
<groupId>at.favre.lib</groupId>
<version>0.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>bcrypt</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -16,8 +16,8 @@
<description>Parent Maven project for Bcrypt</description>

<modules>
<module>modules/bcrypt</module>
<module>modules/bcrypt-cli</module>
<module>bcrypt</module>
<module>bcrypt-cli</module>
</modules>

<properties>
Expand Down

0 comments on commit 03f28d8

Please sign in to comment.