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

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

commit 9486a7050bbd5fc3e8790d57a057ce4d599b9673
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Mon Feb 16 08:35:57 2026 +0100

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

diff --git a/pom.xml b/pom.xml
index 63adc8d353..2f0069c5d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,6 +367,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-1999/</url>
+            <name>Apache Camel 4.18.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>
@@ -380,6 +402,29 @@
         </repository>
     </repositories>
     <pluginRepositories>
+        <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-1999/</url>
+                <name>Apache Camel 4.18.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