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 14:11:08 UTC

[camel-kafka-connector] branch camel-master-3.7.0-staging created (now 6d3cc8c)

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

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


      at 6d3cc8c  Added repositories for staging where needed

This branch includes the following new commits:

     new 771c20b  Added Staging repositories and update to Camel 3.7.0 to be ready
     new 6d3cc8c  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.



[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-3.7.0-staging
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 771c20bf2175ff36c3349789ab67706a229c4222
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-3.7.0-staging
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 6d3cc8cb84df8ca14732706518344b4bba4cb026
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>