This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.0.1 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f109e42de85db1a609086808c8f0d4b158e74fe0 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 20 13:00:07 2020 +0100 Removed the Apache repositories since now the situation should be ok in central --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index 9f0cc69..314c23d 100644 --- a/pom.xml +++ b/pom.xml @@ -161,17 +161,6 @@ <repositories> <repository> - <id>apache.releases</id> - <url>https://repository.apache.org/content/groups/public</url> - <name>Apache Releases 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> @@ -186,17 +175,6 @@ <pluginRepositories> <pluginRepository> - <id>apache.releases</id> - <url>https://repository.apache.org/content/groups/public</url> - <name>Apache Releases 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>
