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/03 07:07:55 UTC

[camel] branch master updated (5acb3ad -> 640a4a9)

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 5acb3ad  Sync Properties
     new 4367da9  Upgrade Jgroups to version 4.2.5.Final
     new 640a4a9  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 640a4a91048aceacb47e97af0125cd7e4a335158
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 3 09:05:30 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 b9bfd0c..594a63f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -344,7 +344,7 @@
     <jgroups-raft-leveldbjni-version>1.8</jgroups-raft-leveldbjni-version>
     <jgroups-raft-mapdb-version>1.0.8</jgroups-raft-mapdb-version>
     <jgroups-raft-version>0.5.2.Final</jgroups-raft-version>
-    <jgroups-version>4.2.4.Final</jgroups-version>
+    <jgroups-version>4.2.5.Final</jgroups-version>
     <jing-version>20030619</jing-version>
     <jira-guava-version>26.0-jre</jira-guava-version>
     <jira-rest-client-api-version>5.2.1</jira-rest-client-api-version>


[camel] 01/02: Upgrade Jgroups to version 4.2.5.Final

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 4367da9659d581cc7297a50f65a6e172f648cf78
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 3 09:02:35 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 929eba2..5ba9ad7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -325,7 +325,7 @@
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.4.1</jettison-version>
         <jgit-version>5.8.1.202007141445-r</jgit-version>
-        <jgroups-version>4.2.4.Final</jgroups-version>
+        <jgroups-version>4.2.5.Final</jgroups-version>
         <jgroups-raft-version>0.5.2.Final</jgroups-raft-version>
         <jgroups-raft-leveldbjni-version>1.8</jgroups-raft-leveldbjni-version>
         <jgroups-raft-mapdb-version>1.0.8</jgroups-raft-mapdb-version>