This is an automated email from the ASF dual-hosted git repository. lburgazzoli 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 ae3cae8 chore: remove staging repo ae3cae8 is described below commit ae3cae843d1a025ee7069a7e1024647255f19c8a Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Fri Oct 25 09:34:11 2019 +0200 chore: remove staging repo --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 6efe715..3dc3651 100644 --- a/pom.xml +++ b/pom.xml @@ -148,27 +148,27 @@ <repositories> <repository> - <id>camel.rc3.staging</id> - <url>https://repository.apache.org/content/repositories/orgapachecamel-1158/</url> - <name>Apache 3.0.0-RC3 Staging Repo</name> + <id>apache.snapshots</id> + <url>https://repository.apache.org/snapshots/</url> + <name>Apache Snapshot Repo</name> <snapshots> - <enabled>false</enabled> + <enabled>true</enabled> </snapshots> <releases> - <enabled>true</enabled> + <enabled>false</enabled> </releases> </repository> </repositories> <pluginRepositories> <pluginRepository> - <id>camel.rc3.staging</id> - <url>https://repository.apache.org/content/repositories/orgapachecamel-1158/</url> + <id>apache.snapshots</id> + <url>https://repository.apache.org/snapshots/</url> <snapshots> - <enabled>false</enabled> + <enabled>true</enabled> </snapshots> <releases> - <enabled>true</enabled> + <enabled>false</enabled> </releases> </pluginRepository> </pluginRepositories>