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

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

commit 35593057080f3a5be63607a1ce5756a46fb2f065
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Mon Mar 25 08:57:16 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index 42856c140b..a99a1be1c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,6 +336,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-1689/</url>
+            <name>Apache Camel 3.19.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>

Reply via email to