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 9361fb29558f5e93c136345cc13ae94f7440022c
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 | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/pom.xml b/pom.xml
index 714bc307d4..00b85ffa51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,6 +344,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-1769/</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 +379,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-1769/</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