This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.27.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit cfa0c3767337d9043fc5a7d856a66fa11d930b26 Author: James Netherton <[email protected]> AuthorDate: Wed Oct 29 13:53:28 2025 +0000 Add Camel 4.14.2 staging repository --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index 101c543d33..92f142e497 100644 --- a/pom.xml +++ b/pom.xml @@ -358,6 +358,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-1898/</url> + <name>Apache Camel 4.14.2 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> @@ -371,6 +393,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-1898/</url> + <name>Apache Camel 4.14.2 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>
