Author: gzurowski Date: Mon Aug 17 05:49:51 2026 New Revision: 86805 Log: Apache Camel 4.18.4 released artifacts.
Added: release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip (contents, props changed) release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip.asc release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip.sha512 release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom.asc release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom.sha512 Added: release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip.asc Mon Aug 17 05:49:51 2026 (r86805) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmp53ocACgkQnVvv+llC +wEkDWQ//d7gfOxb8/O1BPF7anogtWdezHth/u5fVV0/I29lLFsTE20vnfWdtccsk +XmQ80uhQJed7JtVQ5MvKDbHui4T88K1KHoTZOAa0o/2O558oZ6d7n/sJ1Ygnp5pI +vylCZtjm0qWIBI38ATHfxT3fAhFeamG3F5JF5SMY1cmiWiMisHWTcsLXywL9VGj0 +eVzpo2il4khcQ8+0LKPuYJfB5OSGhlg/R/IEuPEgALGXYn3eLE9FxIBci3GTPG26 +kgwn2ut3mJxzKyCPTixOL6RxA1dqk3C+nXnSdtA4+8+VTcXtWTN60xVePWq3e9oL +XvpkQzoeLPpFeO1kY/bL1P+LLlQhZhjB8WFULwNSsw9sQrFRBKaI0Z/7pCZWe5CJ +6UW5jxJDwdNZmp6oM2v3PeHEjxizH7Hcznbf4sOF1MEzpOZxQN+2EDhW5e3C3WCp +cAME0JneoruJsQ7Gz0ibMadTv2V0mGPPlbtCkR5bYZwtcCbzb/UwH8kLLZhugYIk +4jM4IOi9a1H+OgQ0PWUfLMyO3VqE0YHZcW6VzsBahyR5DsVJHe8M4WGLssbHYrhc +PdhGS8D4T2a7NpNdNxbehZ/xS4Ie1ijftY7hQsR2RSsThpxlJL5H0/bDftAfdykY +ghGp4N5L60VSuyw8Kx/qcpQkha26OT5cpDKxcKg5D1ox4aplegQ= +=ZpCF +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.18.4/apache-camel-4.18.4-src.zip.sha512 Mon Aug 17 05:49:51 2026 (r86805) @@ -0,0 +1 @@ +01e064848f6b6e1245c10e813cee7e27b86c8a26ca03dc35a90486103800777596165d871c7a518bd89f8643bf3451cadacd2fc34589a950788fe19e2c525866 apache-camel-4.18.4-src.zip Added: release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom Mon Aug 17 05:49:51 2026 (r86805) @@ -0,0 +1,262 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.camel</groupId> + <artifactId>camel-parent</artifactId> + <version>4.18.4</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.18.4</version> + <packaging>pom</packaging> + <name>Camel :: Assembly</name> + <description>Apache Camel Assembly</description> + <licenses> + <license> + <name>Apache-2.0</name> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <properties> + <createSourcesJar>false</createSourcesJar> + <maven.test.skip>true</maven.test.skip> + <tarLongFileMode>gnu</tarLongFileMode> + <enforcer.phase>none</enforcer.phase> + <remoteresources.skip>true</remoteresources.skip> + </properties> + <dependencies> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-api</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.18.4</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.18.4</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom.asc Mon Aug 17 05:49:51 2026 (r86805) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmp53oYACgkQnVvv+llC +wEkOdxAAjbHwe4al2LyaMgyFxTrzP7g19F4aLyBkJC0YX3oSK2Pkpt4fxgLOT067 +0svqbvn2ygdpiKmzPynbsL0+kkxenLsmyJ2XkaiqEzlKTXK8KXHEBMqVuz5XiheC +SFQuvy3JqgsmN5uEs0W+vvWHVbCEpehfmlEWN97ooqNIfxxG5Nm93mZlb1p1Z0u/ +Q/AczA4AJD6Nsbuzub4DpEjz7/lSU/NfffA76IchhT2xZcs9n1BAbA4YIRO3wZzJ +dh1d/U2HBqAtQ8QKAvX8TUZzxj6Yw0/c6J8JuMCF7eA0TzENTagbgDCBxrFG1qpc +yF1dqPHh1CsziAaJHdvZj8wccqLEfb8C81owEMkmI1eZZ1oKUCBUL6RHuOZWY7L+ +nsgx56NELAvQ4++7S991/lf6+tDk1u4KVIGZRnSmO/9BX/HrziBHzu3MgWgGzTSh +96gL1y3FyLh0vjo9+GVRru0JJekC8jOjMixH97K3FAA+1SFveKwjdnQjdaIcW+uO +3IEtntApQOhq4Wu/xeq6nhyB5OhzFwkd0IwCEUFkqfgbgYQYqWV8lEXCN9SbrNT4 +qk+vYrAlxgWsS5bOw7crBlhfZC9e5Stjd6t8QEP8jGrkQIcEfSFtUNW+t/75udsh +hlpV2lKXg+T3bWVxnQxtnY5tHgo115cnQZ9pJ6fZhK7nmy0kBww= +=gOXO +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.18.4/apache-camel-4.18.4.pom.sha512 Mon Aug 17 05:49:51 2026 (r86805) @@ -0,0 +1 @@ +5fb3bacb9ace8a17a16c226367960cd054cc30ff22a250a14afa8ef3fd85047a300337c20cd9a9dc82e30d72a29a776159798e0bd6a8e7478b16149fc83e6079 apache-camel-4.18.4.pom
