Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Apr 15, 2019
1 parent 6cf1e1b commit 6fe0708
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/bcrypt-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bcrypt-parent</artifactId>
<groupId>at.favre.lib</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<classifier>optimized</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/bcrypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bcrypt-parent</artifactId>
<groupId>at.favre.lib</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/benchmark-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bcrypt-parent</artifactId>
<groupId>at.favre.lib</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<classifier>optimized</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt-parent</artifactId>
<packaging>pom</packaging>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>

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

0 comments on commit 6fe0708

Please sign in to comment.