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 2018/12/18 13:18:52 UTC

[camel] branch sandbox/camel-3.x updated (9c87c9a -> 3d32204)

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

acosentino pushed a change to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9c87c9a  Camel-Iota: Fixed CS
     new f5ec317  Upgrade Owasp Maven Plugin to version 4.0.1
     new d8fbe77  Upgrade QPid JMS client to version 0.39.0
     new 3d32204  Upgrade Proton J to version 0.31.0

The 3 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:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[camel] 03/03: Upgrade Proton J to version 0.31.0

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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3d32204fe8214b14e9c94e640c39b2b317ed4ee4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 13:28:12 2018 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 85be0ac..cc35229 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -576,7 +576,7 @@
     <protonpack-version>1.8</protonpack-version>
     <pubnub-version>4.21.0</pubnub-version>
     <qpid-broker-version>7.0.6</qpid-broker-version>
-    <qpid-proton-j-version>0.30.0</qpid-proton-j-version>
+    <qpid-proton-j-version>0.31.0</qpid-proton-j-version>
     <qpid-jms-client-version>0.39.0</qpid-jms-client-version>
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>
     <quartz-version>1.8.6</quartz-version>


[camel] 02/03: Upgrade QPid JMS client to version 0.39.0

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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d8fbe77c559315828acd88127d7f54efdae79e86
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 13:27:55 2018 +0100

    Upgrade QPid JMS client to version 0.39.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index da9dd16..85be0ac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -577,7 +577,7 @@
     <pubnub-version>4.21.0</pubnub-version>
     <qpid-broker-version>7.0.6</qpid-broker-version>
     <qpid-proton-j-version>0.30.0</qpid-proton-j-version>
-    <qpid-jms-client-version>0.38.0</qpid-jms-client-version>
+    <qpid-jms-client-version>0.39.0</qpid-jms-client-version>
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>
     <quartz-version>1.8.6</quartz-version>
     <quartz-version-range>[1.8,2)</quartz-version-range>


[camel] 01/03: Upgrade Owasp Maven Plugin to version 4.0.1

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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f5ec317e047748291787111b2cee45784b1539cc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 11:51:15 2018 +0100

    Upgrade Owasp Maven Plugin to version 4.0.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6fd10c9..da9dd16 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -481,7 +481,7 @@
     <maven-bundle-plugin-version>3.5.1</maven-bundle-plugin-version>
     <maven-checkstyle-plugin-version>3.0.0</maven-checkstyle-plugin-version>
     <maven-checkstyle-version>7.6.1</maven-checkstyle-version>
-    <maven-owasp-plugin-version>4.0.0</maven-owasp-plugin-version>
+    <maven-owasp-plugin-version>4.0.1</maven-owasp-plugin-version>
     <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
     <maven-jar-plugin-version>3.0.2</maven-jar-plugin-version>
     <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>