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
commit 316264f125a3a1fbe1bbd297fdb76fb8e0262845 Author: Luca Burgazzoli <[email protected]> AuthorDate: Tue Nov 2 07:28:15 2021 +0100 chore: remove staging repo --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 4739e11..dc796a6 100644 --- a/pom.xml +++ b/pom.xml @@ -382,6 +382,7 @@ </modules> <repositories> + <!-- <repository> <id>camel.quarkus.staging</id> <url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url> @@ -393,6 +394,7 @@ <enabled>true</enabled> </releases> </repository> + --> <repository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url> @@ -407,6 +409,7 @@ </repositories> <pluginRepositories> + <!-- <pluginRepository> <id>camel.quarkus.staging</id> <url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url> @@ -418,6 +421,7 @@ <enabled>true</enabled> </releases> </pluginRepository> + --> <pluginRepository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url>
