Skip to content

Commit

Permalink
prepare new release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Dec 1, 2018
1 parent 9323ee9 commit 9e86f87
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## Change log
----------------------

Version 2.3-SNAPSHOT
Version 2.3
-------------

CHANGED:

- evaluator classes delegate now to the corresponding checker class
- moved merge interfaces to own project jobject-merge-api

Version 2.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>
...
<!-- JOBJECT-EXTENSIONS versions -->
<jobject-extensions.version>2.2</jobject-extensions.version>
<jobject-extensions.version>2.3</jobject-extensions.version>
<jobject-clone.version>${jobject-extensions.version}</jobject-clone.version>
<jobject-compare.version>${jobject-extensions.version}</jobject-compare.version>
<jobject-copy.version>${jobject-extensions.version}</jobject-copy.version>
Expand Down
2 changes: 1 addition & 1 deletion jobject-clone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>

<artifactId>jobject-clone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobject-compare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>

<artifactId>jobject-compare</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobject-copy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>

<artifactId>jobject-copy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobject-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>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>

<artifactId>jobject-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobject-diff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>

<artifactId>jobject-diff</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobject-evaluate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>
<artifactId>jobject-evaluate</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jobject-merge-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>

<artifactId>jobject-merge-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobject-merge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</parent>

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

<artifactId>jobject-extensions</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<packaging>pom</packaging>

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

0 comments on commit 9e86f87

Please sign in to comment.