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 2020/12/15 15:28:43 UTC

[camel-kafka-connector] branch camel-master updated (adbda2f -> ea22c43)

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

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


    from adbda2f  Fixed the timeout issues on Couchbase Sink test with URL
     new d93a651  Added Staging repositories and update to Camel 3.7.0 to be ready
     new ea22c43  Added repositories for staging where needed

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:
 parent/pom.xml | 22 +++++++++++++++++++++-
 pom.xml        | 22 +++++++++++++++++++++-
 2 files changed, 42 insertions(+), 2 deletions(-)


[camel-kafka-connector] 01/02: Added Staging repositories and update to Camel 3.7.0 to be ready

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

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

commit d93a651854e1f8de2266b86cbb5f18078a8c4432
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 15 15:02:48 2020 +0100

    Added Staging repositories and update to Camel 3.7.0 to be ready
---
 parent/pom.xml | 22 +++++++++++++++++++++-
 pom.xml        |  2 +-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1699380..d12b27c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <kafka.version>2.6.0</kafka.version>
-        <camel.version>3.7.0-SNAPSHOT</camel.version>
+        <camel.version>3.7.0</camel.version>
         <apicurio.registry.version>1.3.1.Final</apicurio.registry.version>
         <resteasy.version>4.5.6.Final</resteasy.version>
         <version.java>1.8</version.java>
@@ -77,6 +77,16 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
+        <repository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </repository>
     </repositories>
     <pluginRepositories>
         <pluginRepository>
@@ -89,6 +99,16 @@
                 <enabled>false</enabled>
             </releases>
         </pluginRepository>
+        <pluginRepository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </pluginRepository>
     </pluginRepositories>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 8d17c87..d7db215 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.7.0-SNAPSHOT</version>
+        <version>3.7.0</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>


[camel-kafka-connector] 02/02: Added repositories for staging where needed

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

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

commit ea22c43419ab6a6df9681290976d2e777abfb754
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 15 15:04:17 2020 +0100

    Added repositories for staging where needed
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index d7db215..1be0a59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,16 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
+        <repository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </repository>
     </repositories>
 
     <pluginRepositories>
@@ -129,6 +139,16 @@
                 <enabled>false</enabled>
             </releases>
         </pluginRepository>
+        <pluginRepository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </pluginRepository>
     </pluginRepositories>
 
     <build>