You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2022/12/19 10:19:09 UTC

[camel-quarkus] 01/01: Add Camel 3.20.0 staging repository

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

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

commit db799d2e2ec7bd18e5f8cf0fcd24e5af4202ffa1
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Mon Dec 19 11:11:34 2022 +0100

    Add Camel 3.20.0 staging repository
---
 pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1e52ec6905..4c6e0ff811 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,6 +285,17 @@
     </issueManagement>
 
     <repositories>
+        <repository>
+            <id>apache.staging.camel</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1473/</url>
+            <name>Apache Camel 3.20.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>
@@ -298,6 +309,17 @@
         </repository>
     </repositories>
     <pluginRepositories>
+        <pluginRepository>
+            <id>apache.staging.camel</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1506/</url>
+            <name>Apache Camel 3.20.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>