This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e5ae7a4346ef16192860a8fc8b04ef20263eeade Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Jun 23 21:16:21 2021 +0200 Add Camel 3.11.0 staging repository --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index b9c0814..886166a 100644 --- a/pom.xml +++ b/pom.xml @@ -249,6 +249,28 @@ <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> @@ -262,6 +284,28 @@ </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>