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

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

commit 8d9ee0b39c708f66598edc0c6ad68bf02e1ac9b2
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Sep 30 14:06:41 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 17fe9fa..d045bf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,6 +280,28 @@
 
     <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-1359</url>
+            <name>Apache Camel 3.12.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>
             <name>Apache Snapshot Repo</name>
@@ -293,6 +315,28 @@
     </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-1359</url>
+            <name>Apache Camel 3.12.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>
             <snapshots>

Reply via email to