You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/10/07 08:37:32 UTC

git commit: Downgrade to MyBatis 3.2.2 as 3.2.3 does not work in OSGi.

Updated Branches:
  refs/heads/master c0e4330c0 -> 05fc17f5c


Downgrade to MyBatis 3.2.2 as 3.2.3 does not work in OSGi.


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

Branch: refs/heads/master
Commit: 05fc17f5c776642090ed1ee3c7fc68d4da90c347
Parents: c0e4330
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Oct 7 08:33:32 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Oct 7 08:33:32 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/05fc17f5/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1f0171f..8cf360d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -300,7 +300,7 @@
     <mustache-java-version>0.8.13</mustache-java-version>
     <mustache-bundle-version>0.8.13_1/</mustache-bundle-version>
     <mvel-version>2.1.7.Final</mvel-version>
-    <mybatis-version>3.2.3</mybatis-version>
+    <mybatis-version>3.2.2</mybatis-version>
     <neethi-bundle-version>3.0.1</neethi-bundle-version>
     <netty3-version>3.7.0.Final</netty3-version>
     <netty-version>4.0.8.Final</netty-version>