Skip to content

Commit

Permalink
New Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
20338921528 committed Jun 27, 2017
1 parent 4d175d4 commit 15d0f86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v1.5.0
- New Release v1.5.0
- Add sortList without ascendingOrder property
- Add method to clone entity only with id
- Change "dao" name by "persistence" name
- Optimize pom file

# v1.4.0
- New Release v1.4.0
- Add method setWildcardAll
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ar.com.clevcore</groupId>
<artifactId>clevcore-backend</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<name>Clevcore Backend</name>

Expand All @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Clevcore -->
<clevcore-java.version>1.4.0</clevcore-java.version>
<clevcore-java.version>1.5.0</clevcore-java.version>

<!-- Eclipselink -->
<eclipselink.version>2.6.3</eclipselink.version>
Expand Down

0 comments on commit 15d0f86

Please sign in to comment.