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

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


The following commit(s) were added to refs/heads/main by this push:
     new e5ea0e8  Remove Camel 3.11 staging repository
e5ea0e8 is described below

commit e5ea0e85d524b68c492f96d63b6d45f930432bd5
Author: James Netherton <[email protected]>
AuthorDate: Mon Jun 28 11:10:30 2021 +0100

    Remove Camel 3.11 staging repository
---
 docs/pom.xml |  6 ------
 pom.xml      | 44 --------------------------------------------
 2 files changed, 50 deletions(-)

diff --git a/docs/pom.xml b/docs/pom.xml
index faea257..5840d5f 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -31,12 +31,6 @@
 
     <name>Camel Quarkus :: Documentation</name>
 
-    <properties>
-        <!-- Disable xref checks as long as there is no 3.11.x branch of Camel 
docs -->
-        <skip.installyarn>true</skip.installyarn>
-        <skip.yarn>true</skip.yarn>
-    </properties>
-
     <build>
         <plugins>
             <plugin>
diff --git a/pom.xml b/pom.xml
index 83f169e..e28158e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,28 +249,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-1336</url>
-            <name>Apache Camel 3.11.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>
@@ -284,28 +262,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-1336</url>
-            <name>Apache Camel 3.11.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