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 2022/10/11 08:09:23 UTC

[camel-kamelets] branch activemq-http-5.17.2 created (now f9ac6fe9)

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

acosentino pushed a change to branch activemq-http-5.17.2
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at f9ac6fe9 Upgrade ActiveMQ Http to version 5.17.2

This branch includes the following new commits:

     new 94fb8b4f Upgrade ActiveMQ Http to version 5.17.2
     new f9ac6fe9 Upgrade ActiveMQ Http to version 5.17.2

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.



[camel-kamelets] 02/02: Upgrade ActiveMQ Http to version 5.17.2

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

acosentino pushed a commit to branch activemq-http-5.17.2
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit f9ac6fe93c9cfeb9c79d538429b076e6b1ab5d42
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 11 10:08:54 2022 +0200

    Upgrade ActiveMQ Http to version 5.17.2
---
 kamelets/jms-apache-activemq-sink.kamelet.yaml                          | 2 +-
 kamelets/jms-apache-activemq-source.kamelet.yaml                        | 2 +-
 .../src/main/resources/kamelets/jms-apache-activemq-sink.kamelet.yaml   | 2 +-
 .../src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelets/jms-apache-activemq-sink.kamelet.yaml b/kamelets/jms-apache-activemq-sink.kamelet.yaml
index ad4e3e9d..6fc09171 100644
--- a/kamelets/jms-apache-activemq-sink.kamelet.yaml
+++ b/kamelets/jms-apache-activemq-sink.kamelet.yaml
@@ -72,7 +72,7 @@ spec:
   dependencies:
   - "camel:kamelet"
   - "camel:activemq"
-  - "mvn:org.apache.activemq:activemq-http:5.17.1"
+  - "mvn:org.apache.activemq:activemq-http:5.17.2"
   template:
     beans:
       - name: sinkConnectionFactoryBean-local
diff --git a/kamelets/jms-apache-activemq-source.kamelet.yaml b/kamelets/jms-apache-activemq-source.kamelet.yaml
index b2ea5174..7d42a351 100644
--- a/kamelets/jms-apache-activemq-source.kamelet.yaml
+++ b/kamelets/jms-apache-activemq-source.kamelet.yaml
@@ -72,7 +72,7 @@ spec:
   dependencies:
   - "camel:activemq"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:activemq-http:5.17.1"
+  - "mvn:org.apache.activemq:activemq-http:5.17.2"
   template:
     beans:
       - name: activemq-source-local
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-sink.kamelet.yaml
index ad4e3e9d..6fc09171 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-sink.kamelet.yaml
@@ -72,7 +72,7 @@ spec:
   dependencies:
   - "camel:kamelet"
   - "camel:activemq"
-  - "mvn:org.apache.activemq:activemq-http:5.17.1"
+  - "mvn:org.apache.activemq:activemq-http:5.17.2"
   template:
     beans:
       - name: sinkConnectionFactoryBean-local
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml
index b2ea5174..7d42a351 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml
@@ -72,7 +72,7 @@ spec:
   dependencies:
   - "camel:activemq"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:activemq-http:5.17.1"
+  - "mvn:org.apache.activemq:activemq-http:5.17.2"
   template:
     beans:
       - name: activemq-source-local


[camel-kamelets] 01/02: Upgrade ActiveMQ Http to version 5.17.2

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

acosentino pushed a commit to branch activemq-http-5.17.2
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 94fb8b4f0d2f15b4b3261bb56794cdfa49fc7c39
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 11 10:06:37 2022 +0200

    Upgrade ActiveMQ Http to version 5.17.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dba8617c..b224c163 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
         <version.org.apache.activemq.artemis-jms-client-all>2.26.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.5.0</version.org.postgresql.postgresql>
-        <version.org.apache.activemq.activemq-http>5.17.1</version.org.apache.activemq.activemq-http>
+        <version.org.apache.activemq.activemq-http>5.17.2</version.org.apache.activemq.activemq-http>
     </properties>
 
     <developers>