You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2014/06/24 18:26:38 UTC

git commit: upgrade Hibernate 4.2.12.Final to 4.2.13.Final

Repository: camel
Updated Branches:
  refs/heads/master 35236a10c -> 17d293219


upgrade Hibernate 4.2.12.Final to 4.2.13.Final


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/17d29321
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/17d29321
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/17d29321

Branch: refs/heads/master
Commit: 17d293219ef9ad3e13773296ab5113ef1468a130
Parents: 35236a1
Author: cmueller <cm...@apache.org>
Authored: Tue Jun 24 18:26:16 2014 +0200
Committer: cmueller <cm...@apache.org>
Committed: Tue Jun 24 18:26:30 2014 +0200

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/17d29321/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 036561d..fe8e202 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -181,7 +181,8 @@
     <hbase-version>0.94.10</hbase-version>
     <hbase-bundle-version>0.94.6_1</hbase-bundle-version>
     <hibernate-validator-version>5.0.3.Final</hibernate-validator-version>
-    <hibernate-version>4.2.12.Final</hibernate-version>
+    <!-- Spring 3.2.x and 4.0.x still stick to JPA 2.0. Hibernate 4.3.x upgraded to JPA 2.1. -->
+    <hibernate-version>4.2.13.Final</hibernate-version>
     <hsqldb-version>2.3.2</hsqldb-version>
     <httpunit-version>1.7</httpunit-version>
     <httpcore4-version>4.3.2</httpcore4-version>