Skip to content

Commit

Permalink
New Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarinelli committed Aug 11, 2015
1 parent ad465a7 commit 66db87d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-v1.2.0
-BG-30: The getSelectQuery() method in PersistanceUtils class don't wbe3af73 BG-27: In study data don't order the study field list when the action type is UPDATE
-BG-17: In persistence class, the alias of the tables are duplicate in some case
-V1.1.0
-US-31: Clevcore-Engine migration to GitHub
-Initial commit
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.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>Clevcore Backend</name>

Expand All @@ -17,7 +17,7 @@
<junit.version>4.11</junit.version>
<mysql.connector.version>5.1.30</mysql.connector.version>

<clevcore.java.version>1.1.0</clevcore.java.version>
<clevcore.java.version>1.2.0</clevcore.java.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 66db87d

Please sign in to comment.