Skip to content

Commit

Permalink
Merge branch 'release/3.2.x' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed May 10, 2019
2 parents 6c57645 + 4b0be31 commit 6f4f32e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Version 3.2-SNAPSHOT
-------------

CHANGED:

- update of parent version to 5
- update of dependency randomizer-core version to 6.0.1

Version 3.1.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Than you can add the dependency to your dependencies:
<properties>
...
<!-- JOBJ-CONTRACT-VERIFIER version -->
<jobj-contract-verifier.version>3.1.2</jobj-contract-verifier.version>
<jobj-contract-verifier.version>3.2</jobj-contract-verifier.version>
...
</properties>
...
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>jobj-contract-verifier</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>

<name>${project.artifactId}</name>

Expand Down

0 comments on commit 6f4f32e

Please sign in to comment.