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/04/13 10:01:52 UTC

[camel-k-runtime] branch main updated: Remove staging repositories for Camel Quarkus 2.8.0

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 dcb6db19 Remove staging repositories for Camel Quarkus 2.8.0
dcb6db19 is described below

commit dcb6db191b03a0a4bc40e1ca4d5f770b36e7ad32
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 13 11:14:52 2022 +0200

    Remove staging repositories for Camel Quarkus 2.8.0
---
 pom.xml | 50 --------------------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc50316f..69b78536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -378,56 +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-1424/</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-1424/</url>
-            <name>Apache Staging Repo</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-
-
     <dependencyManagement>
         <dependencies>
             <dependency>