This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch camel-4.22.0-upgrade in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 5874f365fb6b9b90f7bad7c42f47c0e88ae400cf Author: Jiri Ondrusek <[email protected]> AuthorDate: Mon Aug 10 07:29:15 2026 +0200 Add Camel 4.22.0 staging repository --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index 980459421a..54630b1d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -373,6 +373,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-2062/</url> + <name>Apache Camel 4.22.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> @@ -387,6 +409,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-2062/</url> + <name>Apache Camel 4.22.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>
