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 2014/10/28 07:35:55 UTC

[1/3] git commit: Added new mustache java version

Repository: camel
Updated Branches:
  refs/heads/master 19b3e58d9 -> cd204ac0a


Added new mustache java version


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

Branch: refs/heads/master
Commit: 8c546d0ef5a5f53f8b8db4f7b4adf6dc427d1316
Parents: 857f559
Author: ancosen <an...@gmail.com>
Authored: Sat Oct 18 15:25:44 2014 +0200
Committer: ancosen <an...@gmail.com>
Committed: Sat Oct 18 15:25:44 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/8c546d0e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f9c9701..e12e9b7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -324,8 +324,8 @@
     <mongo-java-driver-version>2.12.0</mongo-java-driver-version>
     <mqtt-client-version>1.10</mqtt-client-version>
     <msv-version>2013.6.1</msv-version>
-    <mustache-java-version>0.8.16</mustache-java-version>
-    <mustache-bundle-version>0.8.15_1/</mustache-bundle-version>
+    <mustache-java-version>0.8.17</mustache-java-version>
+    <mustache-bundle-version>0.8.16_1/</mustache-bundle-version>
     <mvel-version>2.2.1.Final</mvel-version>
     <mybatis-version>3.2.7</mybatis-version>
     <neethi-bundle-version>3.0.1</neethi-bundle-version>


[2/3] git commit: Fix typing error

Posted by da...@apache.org.
Fix typing error


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

Branch: refs/heads/master
Commit: 6a8b33e2298ff86dfe487693ef40711dfc568144
Parents: 8c546d0
Author: ancosen <an...@gmail.com>
Authored: Sat Oct 18 15:40:43 2014 +0200
Committer: ancosen <an...@gmail.com>
Committed: Sat Oct 18 15:40:43 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/6a8b33e2/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e12e9b7..19d504b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -325,7 +325,7 @@
     <mqtt-client-version>1.10</mqtt-client-version>
     <msv-version>2013.6.1</msv-version>
     <mustache-java-version>0.8.17</mustache-java-version>
-    <mustache-bundle-version>0.8.16_1/</mustache-bundle-version>
+    <mustache-bundle-version>0.8.16_1</mustache-bundle-version>
     <mvel-version>2.2.1.Final</mvel-version>
     <mybatis-version>3.2.7</mybatis-version>
     <neethi-bundle-version>3.0.1</neethi-bundle-version>


[3/3] git commit: Merge branch 'impr-new-mustache-version' of https://github.com/oscerd/camel

Posted by da...@apache.org.
Merge branch 'impr-new-mustache-version' of https://github.com/oscerd/camel


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

Branch: refs/heads/master
Commit: cd204ac0a382becf09ae117828db016d54550963
Parents: 19b3e58 6a8b33e
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Oct 28 07:34:43 2014 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Oct 28 07:34:43 2014 +0100

----------------------------------------------------------------------

----------------------------------------------------------------------