Skip to content

Commit 76b31a2

Browse files
committed
Fix maven setup
1 parent 66821a5 commit 76b31a2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

modules/bcrypt-cli/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<artifactId>bcrypt-parent</artifactId>
99
<groupId>at.favre.lib</groupId>
1010
<version>0.5.0</version>
11+
<relativePath>../../</relativePath>
1112
</parent>
1213

1314
<artifactId>bcrypt-cli</artifactId>

modules/bcrypt/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<artifactId>bcrypt-parent</artifactId>
99
<groupId>at.favre.lib</groupId>
1010
<version>0.5.0</version>
11+
<relativePath>../../</relativePath>
1112
</parent>
1213

1314
<artifactId>bcrypt</artifactId>

0 commit comments

Comments
 (0)