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/05/17 11:19:09 UTC

[camel-kamelets] branch 2.1.0.7-redshift created (now 95e08aa8)

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

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


      at 95e08aa8 Sync deps and regen

This branch includes the following new commits:

     new 87d75efd Upgrade Redshift JDBC to version 2.1.0.7
     new 95e08aa8 Sync deps and 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.



[camel-kamelets] 02/02: Sync deps and regen

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

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

commit 95e08aa8e4390f3b1b92e21908f0eb54bd259cb8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue May 17 13:18:45 2022 +0200

    Sync deps and regen
---
 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 3864de2f..48ac454f 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.5"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.7"
   - "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 86c7d112..04036a3a 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.5"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.7"
   - "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 3864de2f..48ac454f 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.5"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.7"
   - "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 86c7d112..04036a3a 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.5"
+  - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.7"
   - "mvn:org.apache.commons:commons-dbcp2:2.9.0"
   template:
     beans:


[camel-kamelets] 01/02: Upgrade Redshift JDBC to version 2.1.0.7

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

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

commit 87d75efd52877d8b112125bf9af1f4ec9c15bafb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue May 17 13:17:45 2022 +0200

    Upgrade Redshift JDBC to version 2.1.0.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 03fd82c8..94f9e8f0 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.5</version.com.amazon.redshift.redshift-jdbc42>
+        <version.com.amazon.redshift.redshift-jdbc42>2.1.0.7</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.20.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.3.4</version.org.postgresql.postgresql>