Skip to content

Commit

Permalink
prepare new major release 3
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Apr 16, 2019
1 parent 2475d2c commit 1d90530
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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 3-SNAPSHOT
Version 3
-------------

ADDED:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ Than you can add the dependency to your dependencies:

<properties>
...
<!-- JOBJ-COMPARE version -->
<jobj-contract-verifier.version>3.1</jobj-contract-verifier.version>
<!-- JOBJ-CONTRACT-VERIFIER version -->
<jobj-contract-verifier.version>3</jobj-contract-verifier.version>
...
</properties>
...
<dependencies>
...
<!-- JOBJ-COMPARE DEPENDENCY -->
<!-- JOBJ-CONTRACT-VERIFIER DEPENDENCY -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jobj-contract-verifier</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
</parent>

<artifactId>jobj-contract-verifier</artifactId>
<version>3-SNAPSHOT</version>
<version>3</version>

<properties>
<!-- JOBJECT-EXTENSIONS versions -->
<jobject-extensions.version>2.6.4</jobject-extensions.version>
<jobject-clone.version>${jobject-extensions.version}</jobject-clone.version>
<!-- JOBJECT-CLONE versions -->
<jobject-clone.version>2.6.4</jobject-clone.version>
<!-- TEST-OBJECTS version -->
<test-objects.version>5.0.1</test-objects.version>
<!-- EXTERNAL LIBRARIES versions -->
Expand Down

0 comments on commit 1d90530

Please sign in to comment.