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 2021/01/04 07:19:13 UTC

[camel] branch master updated (f749969 -> 1bf1bf6)

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 f749969  Camel-Sjms: fixed missing license
     new d8864e2  Upgrade Corda RPC to version 4.7
     new 1bf1bf6  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 1bf1bf66256c267f1ac8a5e5bc6f1a98cc6cb99b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 4 08:16:27 2021 +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 f8f99b6..176baa6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -151,7 +151,7 @@
     <compiler.fork>true</compiler.fork>
     <compress-lzf-version>1.0.4</compress-lzf-version>
     <consul-client-version>1.4.2</consul-client-version>
-    <corda-version>4.6</corda-version>
+    <corda-version>4.7</corda-version>
     <couchbase-client-version>3.1.0</couchbase-client-version>
     <curator-version>4.3.0</curator-version>
     <cxf-codegen-plugin-version>3.4.1</cxf-codegen-plugin-version>


[camel] 01/02: Upgrade Corda RPC to version 4.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 d8864e2181ce35136b72e23199d18adc2edd5d75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 4 08:06:51 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5260367..49673e8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -134,7 +134,7 @@
         <compress-lzf-version>1.0.4</compress-lzf-version>
         <consul-client-version>1.4.2</consul-client-version>
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
-        <corda-version>4.6</corda-version>
+        <corda-version>4.7</corda-version>
         <couchbase-client-version>3.1.0</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.4.1</cxf-version>