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/10/09 07:18:33 UTC

[camel-quarkus] branch camel-4.1.0-upgrade created (now 9c0d54a123)

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

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


      at 9c0d54a123 Add Camel 4.1.0 staging repository

This branch includes the following new commits:

     new 9c0d54a123 Add Camel 4.1.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.1.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.1.0-upgrade
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 9c0d54a12317a1818664e0c1b3ff4efdb8d18679
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Mon Oct 9 08:46:57 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 7f082fba9a..20452534b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,6 +329,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-1624/</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>
@@ -342,6 +364,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-1624/</url>
+            <name>Apache Camel 4.1.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>