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 2023/03/09 09:43:59 UTC

[camel-kamelets] branch aws-redshift-up created (now 60351fc9)

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

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


      at 60351fc9 Upgrade Redshift-jdbc42 to version 2.1.0.12

This branch includes the following new commits:

     new 080376ca Upgrade Redshift-jdbc42 to version 2.1.0.12
     new 60351fc9 Upgrade Redshift-jdbc42 to version 2.1.0.12

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 Redshift-jdbc42 to version 2.1.0.12

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

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

commit 60351fc9aa07f768a9b7ae770a28a1c310011696
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 10:43:35 2023 +0100

    Upgrade Redshift-jdbc42 to version 2.1.0.12
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/aws-redshift-sink.kamelet.yaml                                 | 2 +-
 kamelets/aws-redshift-source.kamelet.yaml                               | 2 +-
 .../src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml          | 2 +-
 .../src/main/resources/kamelets/aws-redshift-source.kamelet.yaml        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelets/aws-redshift-sink.kamelet.yaml b/kamelets/aws-redshift-sink.kamelet.yaml
index b131f58d..a1e22215 100644
--- a/kamelets/aws-redshift-sink.kamelet.yaml
+++ b/kamelets/aws-redshift-sink.kamelet.yaml
@@ -88,7 +88,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.12"
   - "mvn:org.apache.commons:commons-dbcp2:2.9.0"
   template:
     beans:
diff --git a/kamelets/aws-redshift-source.kamelet.yaml b/kamelets/aws-redshift-source.kamelet.yaml
index c83338c2..3be9fa3f 100644
--- a/kamelets/aws-redshift-source.kamelet.yaml
+++ b/kamelets/aws-redshift-source.kamelet.yaml
@@ -90,7 +90,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.12"
   - "mvn:org.apache.commons:commons-dbcp2:2.9.0"
   template:
     beans:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml
index b131f58d..a1e22215 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml
@@ -88,7 +88,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.12"
   - "mvn:org.apache.commons:commons-dbcp2:2.9.0"
   template:
     beans:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml
index c83338c2..3be9fa3f 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml
@@ -90,7 +90,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.12"
   - "mvn:org.apache.commons:commons-dbcp2:2.9.0"
   template:
     beans:


[camel-kamelets] 01/02: Upgrade Redshift-jdbc42 to version 2.1.0.12

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

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

commit 080376ca2601e9093b9669b11156cde30a8427be
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 10:40:19 2023 +0100

    Upgrade Redshift-jdbc42 to version 2.1.0.12
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a8c791aa..e8c3cef2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->
         <!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->
         <version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
-        <version.com.amazon.redshift.redshift-jdbc42>2.1.0.10</version.com.amazon.redshift.redshift-jdbc42>
+        <version.com.amazon.redshift.redshift-jdbc42>2.1.0.12</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.27.1</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.5.4</version.org.postgresql.postgresql>