You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2023/06/30 07:30:57 UTC

[camel-quarkus] 02/03: Add Camel 4.0.0-RC1 staging repository

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

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

commit c5dfefa0ed0b5bf61a199c01850fba21ac742890
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Fri Jun 30 08:53:49 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 617e4551ad..77d3466741 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,6 +285,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-1583/</url>
+            <name>Apache Camel 4.0.0-RC1 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>
@@ -298,6 +320,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-1583/</url>
+            <name>Apache Camel 4.0.0-RC1 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>