You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/14 11:49:36 UTC

[camel-k-runtime] branch main updated: Removed staging repositories for Camel-quarkus 2.8.0-M1

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new f8382d6  Removed staging repositories for Camel-quarkus 2.8.0-M1
f8382d6 is described below

commit f8382d66f0fd72ef663bfcdee3a9024bc6989a19
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 14 11:52:19 2022 +0100

    Removed staging repositories for Camel-quarkus 2.8.0-M1
---
 pom.xml | 49 -------------------------------------------------
 1 file changed, 49 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6b4fca4..d00ab76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -378,55 +378,6 @@
         <module>distribution</module>
     </modules>
 
-    <repositories>
-        <repository>
-            <id>apache.snapshots</id>
-            <url>https://repository.apache.org/snapshots/</url>
-            <name>Apache Snapshot Repo</name>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-        <repository>
-            <id>apache.staging.quarkus</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1416/</url>
-            <name>Apache Staging Repo</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>https://repository.apache.org/snapshots/</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-        <pluginRepository>
-            <id>apache.staging.quarkus</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1416/</url>
-            <name>Apache Staging Repo</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-
     <dependencyManagement>
         <dependencies>
             <dependency>