This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch release/2.0.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 3d44f5f107584a997ffe273c68e5781da27f8943 Author: Peter Palaga <[email protected]> AuthorDate: Fri Jun 25 12:44:18 2021 +0200 Remove Camel 3.11.0 staging repository This reverts commit db657633f70fd5f66dc959bc33237656977657fc. --- pom.xml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/pom.xml b/pom.xml index 05e6662..8800c8e 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>
