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 2023/07/25 13:34:36 UTC

[camel-quarkus] 02/02: Add Camel 4.0.0-RC2 staging repository

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

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

commit 3ebaeaaf91fdab6313efac5dc8cb18e2afbe8834
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Tue Jul 25 15:33:35 2023 +0200

    Add Camel 4.0.0-RC2 staging repository
---
 pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/pom.xml b/pom.xml
index 398c777f66..adfdf496bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,6 +289,28 @@
     </issueManagement>
 
     <repositories>
+        <repository>
+            <id>central</id>
+            <name>Maven Central Repo</name>
+            <url>https://repo.maven.apache.org/maven2</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+        <repository>
+            <id>apache.staging.camel</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1594/</url>
+            <name>Apache Camel 4.0.0-RC2 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>
@@ -302,6 +324,28 @@
         </repository>
     </repositories>
     <pluginRepositories>
+        <pluginRepository>
+            <id>central</id>
+            <name>Maven Central Repo</name>
+            <url>https://repo.maven.apache.org/maven2</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </pluginRepository>
+        <pluginRepository>
+            <id>apache.staging.camel</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1594/</url>
+            <name>Apache Camel 4.0.0-RC2 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>