You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/09/02 11:56:27 UTC

[camel-quarkus] 12/13: Add Camel 3.5.0 staging repo temporarily

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

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

commit d043ed7c39c31f1abfbffeb28ef5f1d7b70f9aea
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Sep 2 09:09:52 2020 +0200

    Add Camel 3.5.0 staging repo temporarily
---
 pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/pom.xml b/pom.xml
index f49bd71..8ddc921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,6 +206,17 @@
 
     <repositories>
         <repository>
+            <id>camel.next.staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1243/</url>
+            <name>Camel 3.5.0 Staging Repo</name>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+        <repository>
             <id>apache.snapshots</id>
             <url>https://repository.apache.org/snapshots/</url>
             <name>Apache Snapshot Repo</name>
@@ -219,6 +230,17 @@
     </repositories>
     <pluginRepositories>
         <pluginRepository>
+            <id>camel.next.staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1243/</url>
+            <name>Camel 3.5.0 Staging Repo</name>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </pluginRepository>
+        <pluginRepository>
             <id>apache.snapshots</id>
             <url>https://repository.apache.org/snapshots/</url>
             <snapshots>