Skip to content

Commit

Permalink
update of dependency randomizer-core version to 5.8.3
Browse files Browse the repository at this point in the history
- update of dependency test-objects version to 5.2
  • Loading branch information
astrapi69 committed May 9, 2019
1 parent 90b2d54 commit 89a3471
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## Change log
----------------------

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

CHANGED:

- update of dependency randomizer-core version to 5.8.3
- update of dependency test-objects version to 5.2

Version 3.1.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.1</jobj-contract-verifier.version>
<jobj-contract-verifier.version>3.1.2</jobj-contract-verifier.version>
...
</properties>
...
Expand Down
28 changes: 4 additions & 24 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.1.1</version>
<version>3.1.2</version>

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

Expand All @@ -23,11 +23,9 @@
<!-- JOBJECT-CLONE versions -->
<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>
<test-objects.version>5.2</test-objects.version>
<!-- RANDOMIZER-CORE version -->
<randomizer-core.version>5.8.2</randomizer-core.version>
<randomizer-core.version>5.8.3</randomizer-core.version>
</properties>

<licenses>
Expand Down Expand Up @@ -63,19 +61,6 @@
<artifactId>jobject-clone</artifactId>
<version>${jobject-clone.version}</version>
</dependency>

<!-- COMMONS-BEANUTILS DEPENDENCY -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<version>${commons-beanutils.version}</version>
</dependency>
<!-- TEST-OBJECTS DEPENDENCY -->
<dependency>
<groupId>de.alpharogroup</groupId>
Expand Down Expand Up @@ -109,12 +94,7 @@
<groupId>de.alpharogroup</groupId>
<artifactId>randomizer-core</artifactId>
</dependency>

<!-- <dependency> -->
<!-- <groupId>commons-beanutils</groupId> -->
<!-- <artifactId>commons-beanutils</artifactId> -->
<!-- </dependency> -->
<!-- UNIT-TEST DEPENDENCIES -->
<!-- TEST-SCOPE DEPENDENCIES -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>test-objects</artifactId>
Expand Down

0 comments on commit 89a3471

Please sign in to comment.