You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/11/22 11:07:58 UTC

[camel-k-runtime] branch main updated: chore: remove staging maven repo

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

lburgazzoli 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 709f7b5  chore: remove staging maven repo
709f7b5 is described below

commit 709f7b5f6b5bb44cde4e0270fbed1f74d5e34e86
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Mon Nov 22 10:09:56 2021 +0100

    chore: remove staging maven repo
---
 pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index c8e63e6..a37b500 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,17 +396,6 @@
         </repository>
         -->
         <repository>
-            <id>camel.quarkus.staging</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url>
-            <name>Apache Snapshot 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>
@@ -434,17 +423,6 @@
         </pluginRepository>
         -->
         <pluginRepository>
-            <id>camel.quarkus.staging</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url>
-            <name>Apache Snapshot 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>