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 2024/02/13 08:41:11 UTC

(camel-quarkus) branch camel-4.4.0-upgrade created (now 2f4e4e4d8a)

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

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


      at 2f4e4e4d8a Add Camel 4.4.0 staging repository

This branch includes the following new commits:

     new 2f4e4e4d8a Add Camel 4.4.0 staging repository

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-quarkus) 01/01: Add Camel 4.4.0 staging repository

Posted by ji...@apache.org.
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 <on...@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>