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/10/20 19:32:45 UTC

[camel-kafka-connector] branch 3.6.0 created (now b77c867)

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

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


      at b77c867  Removed Camel 3.6.0 staging repository

This branch includes the following new commits:

     new b77c867  Removed Camel 3.6.0 staging repository

The 1 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/01: Removed Camel 3.6.0 staging repository

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

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

commit b77c8677bb18fea397a52a7f75ccc698c018a5ae
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 21:32:22 2020 +0200

    Removed Camel 3.6.0 staging repository
---
 pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index cd30a13..d7b4591 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,17 +116,6 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
-        <repository>
-            <id>apache.staging.camel.3.6.0</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1254</url>
-            <name>apache.staging.camel.3.6.0</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
     </repositories>
 
     <pluginRepositories>
@@ -140,17 +129,6 @@
                 <enabled>false</enabled>
             </releases>
         </pluginRepository>
-        <pluginRepository>
-            <id>apache.staging.camel.3.6.0</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1254</url>
-            <name>apache.staging.camel-quarkus.3.6.0</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
     </pluginRepositories>
 
     <build>