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/19 08:32:49 UTC

[camel-kafka-connector] 09/12: Point to 3.6.0 Repositories

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 eac367931bc6a385914ef86054cf3d625ce1cecd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 09:07:23 2020 +0200

    Point to 3.6.0 Repositories
---
 pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6df6913..22911cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,17 @@
                 <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>
@@ -129,6 +140,17 @@
                 <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>