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

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


The following commit(s) were added to refs/heads/master by this push:
     new 496748a  Remove Camel 3.8.0 staging repository
496748a is described below

commit 496748aaa5940866642c710ba44a5efb888fce11
Author: James Netherton <[email protected]>
AuthorDate: Mon Feb 15 07:18:48 2021 +0000

    Remove Camel 3.8.0 staging repository
    
    This reverts commit d7850c93afbb531bebb1749ac8007b9ee67be214.
---
 pom.xml | 44 --------------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/pom.xml b/pom.xml
index 16bf736..0c9a9fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,28 +253,6 @@
 
     <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-1286</url>
-            <name>Apache Camel 3.8.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>
@@ -288,28 +266,6 @@
     </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-1286</url>
-            <name>Apache Camel 3.8.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