This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-4.15.0-upgrade in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 6151e3a0163ff9dbc4d686e0d5b440ef2325d8f8 Author: Jiri Ondrusek <[email protected]> AuthorDate: Mon Oct 6 08:33:45 2025 +0200 Add Camel 4.15.0 staging repository --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index d6f535b182..3262e1b59d 100644 --- a/pom.xml +++ b/pom.xml @@ -359,6 +359,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-1891/</url> + <name>Apache Camel 4.15.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> @@ -372,6 +394,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-1891/</url> + <name>Apache Camel 4.15.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>
