Skip to content

Commit

Permalink
prepare new release 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Sep 29, 2018
1 parent 57c62f9 commit bbbd184
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Change log
----------------------

Version 5.5-SNAPSHOT
Version 5.5
-------------

ADDED:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can first define the version properties:
<properties>
...
<!-- MYSTIC-CRYPT versions -->
<mystic-crypt.version>5.4</mystic-crypt.version>
<mystic-crypt.version>5.5</mystic-crypt.version>
<crypt-api.version>${mystic-crypt.version}</crypt-api.version>
<crypt-core.version>${mystic-crypt.version}</crypt-core.version>
<crypt-data.version>${mystic-crypt.version}</crypt-data.version>
Expand Down
2 changes: 1 addition & 1 deletion crypt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>mystic-crypt</artifactId>
<version>5.5-SNAPSHOT</version>
<version>5.5</version>
</parent>

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

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

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

<artifactId>mystic-crypt</artifactId>
<version>5.5-SNAPSHOT</version>
<version>5.5</version>
<packaging>pom</packaging>
<inceptionYear>2015</inceptionYear>

Expand Down

0 comments on commit bbbd184

Please sign in to comment.