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/09/24 06:44:58 UTC

[camel] branch master updated (d303446 -> 3df32e7)

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 d303446  Camel-AWS2-Eventbridge: Adding more tests with localstack and Testcontainers
     new 1ba4fe2  Upgrade Arangodb to version 6.7.5
     new 3df32e7  Sync Properties

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 Properties

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 3df32e792ad2f2a85d3e15b7afd9f5c9a1081ab3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 24 08:39:58 2020 +0200

    Sync Properties
---
 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 7a52b45..92c7e43 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -43,7 +43,7 @@
     <apache-gora-version>0.9</apache-gora-version>
     <apacheds-version>2.0.0.AM26</apacheds-version>
     <apicurio-version>1.0.16.Final</apicurio-version>
-    <arangodb-java-version>6.7.4</arangodb-java-version>
+    <arangodb-java-version>6.7.5</arangodb-java-version>
     <aries-blueprint-api-version>1.0.1</aries-blueprint-api-version>
     <aries-blueprint-cm-version>1.3.0</aries-blueprint-cm-version>
     <aries-blueprint-core-version>1.10.0</aries-blueprint-core-version>


[camel] 01/02: Upgrade Arangodb to version 6.7.5

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 1ba4fe2b3f9fb7b81ee3b5cc5be47b837c333e6b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 24 08:39:17 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0eb2712..a69f166 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,7 +51,7 @@
         <apache-any23-version>2.3</apache-any23-version>
         <apache-drill-version>1.18.0</apache-drill-version>
         <apache-gora-version>0.9</apache-gora-version>
-        <arangodb-java-version>6.7.4</arangodb-java-version>
+        <arangodb-java-version>6.7.5</arangodb-java-version>
         <aries-blueprint-api-version>1.0.1</aries-blueprint-api-version>
         <aries-blueprint-cm-version>1.3.0</aries-blueprint-cm-version>
         <aries-blueprint-core-version>1.10.0</aries-blueprint-core-version>