Skip to content

Commit

Permalink
prepare new release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Feb 21, 2018
1 parent 4ec3d5b commit cd6790d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Change log
----------------------

Version 5.1.0-SNAPSHOT
Version 5.1.0
-------------

ADDED:

- initial version
- moved all random relevant projects from mystic-crypt to this project

Notable links:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>randomizer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<packaging>pom</packaging>
<inceptionYear>2015</inceptionYear>

Expand Down
2 changes: 1 addition & 1 deletion randomizer-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>randomizer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>randomizer-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion randomizer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>randomizer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>randomizer-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion randomizer-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>randomizer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>randomizer-data</artifactId>
Expand Down

0 comments on commit cd6790d

Please sign in to comment.