This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-4.7.0-upgrade in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 43e4b1a1e932d74262891204ffa6a3b6f58d6fb3 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Wed Jul 10 08:34:17 2024 +0200 Add Camel 4.7.0 staging repository --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index d56e3923aa..f084b78232 100644 --- a/pom.xml +++ b/pom.xml @@ -341,6 +341,28 @@ </issueManagement> <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-1732/</url> + <name>Apache Camel 3.19.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> @@ -354,6 +376,28 @@ </repository> </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-1732/</url> + <name>Apache Camel 3.19.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>