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

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

commit 29d6ec13c69f7634dd4df969cd4259b2a407cb63
Author: Jiri Ondrusek <ondrusek.j...@gmail.com>
AuthorDate: Mon Dec 2 08:37:17 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index 714bc307d4..3bb5ffe449 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,6 +344,17 @@
     </issueManagement>
 
     <repositories>
+        <repository>
+            <id>apache.staging.camel</id>
+            
<url>https://repository.apache.org/content/repositories/orgapachecamel-1767/</url>
+            <name>Apache Camel 4.9.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>
@@ -357,6 +368,17 @@
         </repository>
     </repositories>
     <pluginRepositories>
+        <pluginRepository>
+            <id>apache.staging.camel</id>
+            
<url>https://repository.apache.org/content/repositories/orgapachecamel-1767/</url>
+            <name>Apache Camel 4.9.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>

Reply via email to