You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2014/04/14 15:06:45 UTC

[1/2] git commit: [KARAF-2908] Upgrade to hibernate latest 4.2.x and 4.3.x versions

Repository: karaf
Updated Branches:
  refs/heads/master 6687f00ed -> fa2950ab7


[KARAF-2908] Upgrade to hibernate latest 4.2.x and 4.3.x versions

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

Branch: refs/heads/master
Commit: ef091a399315a8b3b93afc23e43be5b92e6f9fb2
Parents: 6687f00
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Mon Apr 14 14:51:16 2014 +0200
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Mon Apr 14 14:51:16 2014 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ef091a39/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 406c904..6e6ebc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,8 +211,8 @@
         <hibernate.annotations.version>3.4.0.GA</hibernate.annotations.version>
         <hibernate.ejb.version>3.4.0.GA</hibernate.ejb.version>
         <hibernate3.version>3.3.2.GA</hibernate3.version>
-        <hibernate42.version>4.2.7.Final</hibernate42.version>
-        <hibernate43.version>4.3.1.Final</hibernate43.version>
+        <hibernate42.version>4.2.9.Final</hibernate42.version>
+        <hibernate43.version>4.3.5.Final</hibernate43.version>
         <hibernate.validator.version>5.0.3.Final</hibernate.validator.version>
         <jansi.version>1.11</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>


[2/2] git commit: [KARAF-2909] Upgrade to felix gogo runtime 0.12.0

Posted by gn...@apache.org.
[KARAF-2909] Upgrade to felix gogo runtime 0.12.0

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

Branch: refs/heads/master
Commit: fa2950ab7917aa7e994bdddc144d72a55c46f6ae
Parents: ef091a3
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Mon Apr 14 14:51:38 2014 +0200
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Mon Apr 14 14:51:38 2014 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/fa2950ab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6e6ebc3..1f18ba1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
         <felix.fileinstall.version>3.2.8</felix.fileinstall.version>
         <felix.framework.version>4.4.0</felix.framework.version>
         <felix.framework.security.version>2.4.0</felix.framework.security.version>
-        <felix.gogo.version>0.10.0</felix.gogo.version>
+        <felix.gogo.version>0.12.0</felix.gogo.version>
         <felix.plugin.version>2.4.0</felix.plugin.version>
         <felix.utils.version>1.6.0</felix.utils.version>
         <felix.webconsole.version>4.2.0</felix.webconsole.version>