You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/26 08:37:49 UTC

[camel] branch master updated (7fd6730 -> 89d92a7)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7fd6730  Regen website docs and catalog
     new 95ebae8  Upgrade Mustache to version 0.9.7
     new 89d92a7  Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 89d92a77372e0c0340bda303d011729eb8eafe41
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 26 09:32:24 2020 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9c14d4e..258510e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -439,7 +439,7 @@
     <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
     <mongo-java-driver-version>4.1.0</mongo-java-driver-version>
     <msv-version>2013.6.1</msv-version>
-    <mustache-java-version>0.9.6</mustache-java-version>
+    <mustache-java-version>0.9.7</mustache-java-version>
     <mvel-version>2.4.10.Final</mvel-version>
     <mybatis-version>3.5.6</mybatis-version>
     <narayana-version>5.10.6.Final</narayana-version>


[camel] 01/02: Upgrade Mustache to version 0.9.7

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 95ebae82b07175a3f3cee4576f503b82ae552be4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 26 09:27:27 2020 +0100

    Upgrade Mustache to version 0.9.7
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ccfee86..9180392 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -425,7 +425,7 @@
         <mongo-java-driver-version>4.1.0</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msv-version>2013.6.1</msv-version>
-        <mustache-java-version>0.9.6</mustache-java-version>
+        <mustache-java-version>0.9.7</mustache-java-version>
         <mvel-version>2.4.10.Final</mvel-version>
         <mybatis-version>3.5.6</mybatis-version>
         <narayana-version>5.10.6.Final</narayana-version>