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/12/15 12:07:34 UTC

[camel-kamelets] branch redshift-up created (now 4957f005)

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

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


      at 4957f005 Upgrade Redshift Jdbc42 to version 2.1.0.10

This branch includes the following new commits:

     new 76f6de3e Upgrade Redshift Jdbc42 to version 2.1.0.10
     new 4957f005 Upgrade Redshift Jdbc42 to version 2.1.0.10

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.10

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

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

commit 4957f005210aec0fa1a6df81220c34b6909c2f6d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 15 13:07:20 2022 +0100

    Upgrade Redshift Jdbc42 to version 2.1.0.10
    
    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 f7ff5de9..dc5b0579 100644
--- a/kamelets/aws-redshift-sink.kamelet.yaml
+++ b/kamelets/aws-redshift-sink.kamelet.yaml
@@ -87,7 +87,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.9"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
   - "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 cf00555e..ce1a7a40 100644
--- a/kamelets/aws-redshift-source.kamelet.yaml
+++ b/kamelets/aws-redshift-source.kamelet.yaml
@@ -89,7 +89,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.9"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
   - "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 f7ff5de9..dc5b0579 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
@@ -87,7 +87,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.9"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
   - "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 cf00555e..ce1a7a40 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
@@ -89,7 +89,7 @@ spec:
   - "camel:jackson"
   - "camel:kamelet"
   - "camel:sql"
-  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.9"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.10"
   - "mvn:org.apache.commons:commons-dbcp2:2.9.0"
   template:
     beans:


[camel-kamelets] 01/02: Upgrade Redshift Jdbc42 to version 2.1.0.10

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

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

commit 76f6de3ea9974bafd95580b3d5a29ce6889e7419
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 15 13:05:32 2022 +0100

    Upgrade Redshift Jdbc42 to version 2.1.0.10
    
    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 75633be9..0dc62bb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,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.9</version.com.amazon.redshift.redshift-jdbc42>
+        <version.com.amazon.redshift.redshift-jdbc42>2.1.0.10</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.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.5.1</version.org.postgresql.postgresql>