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

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

commit 2f4e4e4d8aa399a869c335a6c4dc2b9b66c6c41a
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Tue Feb 13 09:38:59 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index e155a0a3cc..a321afb4d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,6 +337,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-1679/</url>
+            <name>Apache Camel 4.4.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>
@@ -350,6 +372,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-1679/</url>
+            <name>Apache Camel 4.4.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