Author: gzurowski Date: Wed Oct 1 17:25:59 2025 New Revision: 79699 Log: Apache Camel 4.14.1 released artifacts.
Added: release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip (contents, props changed) release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip.asc release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip.sha512 release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom.asc release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom.sha512 Added: release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip.asc Wed Oct 1 17:25:59 2025 (r79699) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmjWqp8ACgkQnVvv+llC +wEkfdxAAhi9pQuIEFXwX1xMP9i+hmJzza8j8NjnfZyFVfQ1V02bm2S3owX3/5jZy +moKwp7DYrwghSdL9X2gp3AEGUPPOBO38CT7Fya9bCJuQBmzFV74qKUO32QWQFNxS +uhwz3caGFeqzqE/6gqC2N8oawPBbNXvbKh6RSKikMaeITVVQqNtgM9gexKW8B3K5 +nFzZQ8qwY/clxooRMSgq4WZOrFwJF9QWej52cS3RfDG48nxhVyCefIqy3j63XXBS +fitl5/3iz8kpwxDv9cmyHi4WzsemQiKOdZKQEhtqybeL/fvbXWFMwju7mo5+teRO +EX7frh0phMu2aHalh1saZ8LjET5HAuOSzqLjhM6YffO3hA4c5+7dGQyId+u0OBcs +w4egyJ1TBQcUx7IFebeQC+UZUvbCGUmf5ljsskeQKsJnPIZEOTaZLjEu3FKydZzx +ULgJ38ZZZPaei0Ac8HMTlxYJEu6qlPRIP/ZY82fWB83cQGfE3SLv1QgJ03lbSvKF +FDbSMn2myMB/UOUD62zs6ncuDQsL+TmtL7eHKDqCLqO9Z0t4E8Mp6sAqFlChp8Nq +SToVDgVKQHPmdVqBnhpBTzOHMK5AE141dgvBKOC5PyNUB758UjXNxa+hS05hh3R0 +vr75SeEyj4b4AOyKsOLphbDgSMuKsG3GCblQZIWpasqiO2iYLko= +=RyNE +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.1/apache-camel-4.14.1-src.zip.sha512 Wed Oct 1 17:25:59 2025 (r79699) @@ -0,0 +1 @@ +32e3afe667abce6612c2aadb1192724b4765b5f9d68d9c22a0ad6a7bfd2e8fc7c987489464c8db174020389cf5c52ec8088528101900b46e3b73539e28537715 apache-camel-4.14.1-src.zip Added: release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom Wed Oct 1 17:25:59 2025 (r79699) @@ -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.14.1</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.14.1</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.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.14.1</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.14.1</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom.asc Wed Oct 1 17:25:59 2025 (r79699) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmjWqp8ACgkQnVvv+llC +wEkEoRAAgRN7E0Jt04tZVdc1yJ9z1GjDAE9lCq7MDegIXnJ0R6XzeBdT6xgtYkaz +NRa9VLnOWyECl3TcvWbBslcCo4AFA6fMB/LtYyaVOrW3OzrLx0RiQ/I5IpU4+HK+ +3ZqwNjpemEeX8It+8/sfVM9py6c3rQKcJGYW/adIJ93htN+QM9Z5qSvQ8jp6uHY3 +69rLMjzpR4K62McWGbtr+BCNvy724/p8MY+F4O2a1res5Yv0fkUmFUzVZs73TaSh +4mwoiJdSlg6U8aJSs+AytTnj5XGpyTt/ASWj7CdyOMGqblJFpCcHnA4NokUMksuy +XkHbIGgBxEl9A63G18Ei2+Q8dVmSfPiKxyJpG21kyDB52n9c1J4h2CPO1zDS/TAs +tz6e+GZBRRDxKElh92oJpZk9sx44N+S86zhPLQ9X5a4k6Ky2NNa0TzxWfJdsDRDH +QLJdeiI+tmkKYxCMdnDHA/NPXcfu6dSL24DuMpmLA+sXk0e5vEor93Y5i6Vvxwxf +SxAMJ5lj4oz6Jj3J32r9tpLgRC5FFQNWnFCV3Zbudx9BpkCmSOxWWyTu9Dj7hm/7 +Gk/+jUL/L5bkpEq/F6VE8FRUECpw862NTmyHf4BFh6Al/g56Ru7cQKfexUWOpbyA +PQOXjnooKaqJ+h92GTW4DSumpYBqpWNRncbFVR+a1JcH8o7jYqw= +=6Aj0 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.1/apache-camel-4.14.1.pom.sha512 Wed Oct 1 17:25:59 2025 (r79699) @@ -0,0 +1 @@ +55b6cca7b7521e42b1708d2a3c35d2db2ed47817b5a19505ef402846e8a2c8786f8bedbdde9d621b02aa33581f90ba88dbd342c353a727bd92e6d1b720c6813f apache-camel-4.14.1.pom
