Skip to content

Commit

Permalink
prepare new patch release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed May 8, 2019
1 parent 017787c commit 90b2d54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Change log
----------------------

Version 3.2-SNAPSHOT
Version 3.1.1
-------------

CHANGED:

- update of dependency jobject-clone version to 3.1
- update of dependency jobject-clone version to 3.1.2
- update of dependency randomizer-core version to 5.8.2

Version 3.1
-------------
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</jobj-contract-verifier.version>
<jobj-contract-verifier.version>3.1.1</jobj-contract-verifier.version>
...
</properties>
...
Expand Down
6 changes: 3 additions & 3 deletions 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.1.1</version>

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

Expand All @@ -21,13 +21,13 @@

<properties>
<!-- JOBJECT-CLONE versions -->
<jobject-clone.version>3.1</jobject-clone.version>
<jobject-clone.version>3.1.2</jobject-clone.version>
<!-- TEST-OBJECTS version -->
<test-objects.version>5.0.1</test-objects.version>
<!-- EXTERNAL LIBRARIES versions -->
<commons-beanutils.version>1.9.3</commons-beanutils.version>
<!-- RANDOMIZER-CORE version -->
<randomizer-core.version>5.8</randomizer-core.version>
<randomizer-core.version>5.8.2</randomizer-core.version>
</properties>

<licenses>
Expand Down

0 comments on commit 90b2d54

Please sign in to comment.