This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit a9ea1089364e61c2817f855cceed21971dbe69e0 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jun 15 07:23:47 2021 +0200 Removed staging repository for Camel-Quarkus 2.0.0-M2 --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index d329b1b..231a0b1 100644 --- a/pom.xml +++ b/pom.xml @@ -367,17 +367,6 @@ <repositories> <repository> - <id>apache.staging-camel-quarkus</id> - <url>https://repository.apache.org/content/repositories/orgapachecamel-1325</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> @@ -392,17 +381,6 @@ <pluginRepositories> <pluginRepository> - <id>apache.staging-camel-quarkus</id> - <url>https://repository.apache.org/content/repositories/orgapachecamel-1325</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>
