Skip to content

Commit

Permalink
Revert "Try to fix maven setup"
Browse files Browse the repository at this point in the history
This reverts commit 16d8db8.
  • Loading branch information
patrickfav committed Jul 24, 2018
1 parent 054e075 commit 4f291f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/bcrypt-cli/pom.xml
Expand Up @@ -7,8 +7,8 @@
<parent>
<artifactId>bcrypt-parent</artifactId>
<groupId>at.favre.lib</groupId>
<version>0.4.2</version>
<relativePath>../../pom.xml</relativePath>
<version>0.4.1</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>bcrypt-cli</artifactId>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.4.2</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
4 changes: 2 additions & 2 deletions modules/bcrypt/pom.xml
Expand Up @@ -7,8 +7,8 @@
<parent>
<artifactId>bcrypt-parent</artifactId>
<groupId>at.favre.lib</groupId>
<version>0.4.2</version>
<relativePath>../../pom.xml</relativePath>
<version>0.4.1</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>bcrypt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt-parent</artifactId>
<packaging>pom</packaging>
<version>0.4.2</version>
<version>0.4.1</version>

<url>https://github.com/patrickfav/bcrypt</url>
<inceptionYear>2018</inceptionYear>
Expand Down

0 comments on commit 4f291f4

Please sign in to comment.