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/08/29 06:36:19 UTC

[camel-kamelets] branch main updated (648916fa -> eb9b6df6)

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

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


    from 648916fa Regen
     new bdc4c00b Upgrade ActiveMQ Artemis to version 2.24.0
     new eb9b6df6 Regen

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:
 kamelets/jms-apache-artemis-sink.kamelet.yaml                           | 2 +-
 kamelets/jms-apache-artemis-source.kamelet.yaml                         | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml    | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml  | 2 +-
 pom.xml                                                                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


[camel-kamelets] 02/02: Regen

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

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

commit eb9b6df6ca33343aaef68eeecf4f21ce8cf6938d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 29 08:30:54 2022 +0200

    Regen
---
 kamelets/jms-apache-artemis-sink.kamelet.yaml                           | 2 +-
 kamelets/jms-apache-artemis-source.kamelet.yaml                         | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml    | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelets/jms-apache-artemis-sink.kamelet.yaml b/kamelets/jms-apache-artemis-sink.kamelet.yaml
index 773813ca..07c37083 100644
--- a/kamelets/jms-apache-artemis-sink.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-sink.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.24.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml b/kamelets/jms-apache-artemis-source.kamelet.yaml
index 0b071793..48ce4de5 100644
--- a/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -53,7 +53,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.24.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
index 773813ca..07c37083 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.24.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
index 0b071793..48ce4de5 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -53,7 +53,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.23.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.24.0"
   template:
     beans:
       - name: connectionFactoryBean


[camel-kamelets] 01/02: Upgrade ActiveMQ Artemis to version 2.24.0

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

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

commit bdc4c00bac272394efc5c68b80f7ab44590e2c00
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 29 08:30:16 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index a81eb0a6..ac2009da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
         <version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.9</version.com.amazon.redshift.redshift-jdbc42>
         <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.23.1</version.org.apache.activemq.artemis-jms-client-all>
+        <version.org.apache.activemq.artemis-jms-client-all>2.24.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.16.2</version.org.apache.activemq.activemq-http>
     </properties>