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/14 13:11:17 UTC

[camel] branch master updated (a99bb62 -> a42d4a5)

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 a99bb62  Switch from Gitter to Zulip (#4222)
     new 2de887e  Upgrade Junit Jupiter to version 5.7.0
     new a42d4a5  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] 01/02: Upgrade Junit Jupiter to version 5.7.0

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 2de887ec27727dc14a21ad912fa1ff73ece9caf8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 14 14:33:50 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8afe7ff..813c6f1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -357,7 +357,7 @@
         <jt400-version>10.4</jt400-version>
         <junit-toolbox-version>2.3</junit-toolbox-version>
         <junit-version>4.13</junit-version>
-        <junit-jupiter-version>5.6.2</junit-jupiter-version>
+        <junit-jupiter-version>5.7.0</junit-jupiter-version>
         <jxmpp-version>0.6.4</jxmpp-version>
         <jython-version>2.5.3</jython-version>
         <jython-standalone-version>2.5.3</jython-standalone-version>


[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 a42d4a5018671169fcf0ca1f22408ca1ace88c4a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 14 15:10:41 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 5548ecea..8c83e71 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -372,7 +372,7 @@
     <jsoup-version>1.13.1</jsoup-version>
     <jt400-version>10.4</jt400-version>
     <jta-api-1.2-version>1.2</jta-api-1.2-version>
-    <junit-jupiter-version>5.6.2</junit-jupiter-version>
+    <junit-jupiter-version>5.7.0</junit-jupiter-version>
     <junit-toolbox-version>2.3</junit-toolbox-version>
     <junit-version>4.13</junit-version>
     <jxmpp-version>0.6.4</jxmpp-version>