Author: gzurowski Date: Sat Nov 1 19:42:57 2025 New Revision: 80421 Log: Apache Camel 4.14.2 released artifacts.
Added: release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip (contents, props changed) release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip.asc release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip.sha512 release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom.asc release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom.sha512 Added: release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip.asc Sat Nov 1 19:42:57 2025 (r80421) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmkA+5MACgkQnVvv+llC +wEn0lg/+Mlv/BFBb8V3oT5W8b175TeFTfOzmzewnY5gXzmkAb5Q1upENlXpqXjRS +3t0wHFN4u3nfEy4LvXiPIcP0Kx0m+0WmtBWHFb0F32FfZSSl1JvwuTBefJskFybJ +aqFXz4My9iZ2pfDzCzXidD6rkiKmKzLA6X+fqVl0gqq/Fy4aXiUQV0RNd7DBsFB8 +ABDoh9Vv/gmCzT0DSO6xsi48Cv+TPzyWP2pdVZ4tIg7+pUhVieIBWRnSLzSHRqDz +GDP5t5j8g+ALdJ+QoTJCPJVl7diIWiVX6cOjYvldscLY2rNiuvoct1VaaBYEScnK ++LQ5wvbWGEx9WL+SbeNHfp45/4z9NTdmIqc+E4A3l/Hhjj9QIbT7i2AWkeJFEPpS +zqvI7kgP/4quJxh+eU6sgGrD9sT0P1JLxBo/Zgt37X+wA8fKcehLvBJenBc1UjAi +rCqDOSYT4+Q+NsdaQdhQTER/eKvYTZwxBaq8t4jdhePqzdU0khaWFPsPsFMVFZ9R +wOTaFOWNxXJMDCql/KbUzGIePgwhsnRikolJKXDBAo2zHT9SiFuOq80E2cWk5alw +waRP1hph675Zpr+oltdxmnaL2+RlvOQQu7Jw85rPa4BGc5qoZxzdzgSiykTVzOo8 +NitRiUSIOJop4NQBdobvlNLoFKMjCBprGECeeoLfnH44hL02eYM= +=Eu1p +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.2/apache-camel-4.14.2-src.zip.sha512 Sat Nov 1 19:42:57 2025 (r80421) @@ -0,0 +1 @@ +003d4fd47f03916a665db6167f58a27913b570168bf87916985f580236a0692208b841b64324fec529f7c1ba1f916fb02f3a4b48fbf31ed0732f801b54f5e666 apache-camel-4.14.2-src.zip Added: release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom Sat Nov 1 19:42:57 2025 (r80421) @@ -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.2</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.14.2</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.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.14.2</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.14.2</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom.asc Sat Nov 1 19:42:57 2025 (r80421) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmkA+5IACgkQnVvv+llC +wEk4fw//aLcE72RumpbRA7/KUJgnIPEaDyLCfbMqG1g+t+HDh7JMm2W4YKIjnLqz +yp9bvysTqmuuZglWIcD+XxttQPVZQ6nwSgygeKd5OI8aCysEc6AUolFprX7PUXE6 +vUAT7FZmYAUdv95CGIV7SX2wQM1uaXN/LUgAQJHt4AKYJN2ByVh45Ie0kXJxwQXg +EEKuMhsS5LEHhxEsc8gpYDNbQLH1F888mvhfG0mm+dYzfv3KssBmJ1PQaman8NWP +FHJ92e3+Ba9BA+svlXQNYbYB6L8WHNjbMkOJdpohedPqdxPOTTidQ2s5/Kv7NPMx +Yj5GD/6f4YhdagEgUU6LLNC02HWRn5JVbQSgiECIi8Wc3QBGHBltjS8pvT/d6R22 +rLvOMQr9jNUH+23JckxoHkqc/S3/x4UwPawSVac/ZomtJUGZjI3EnpRu02vsTTvz +MsiAF1t40HpnXfKfPlh1PT+Q3ymLa9n5+LmAFzdTqK8Ku76Xqm4Jq6rbiWLCHDnh +s7kIdJmN5uPIjIMkIRex1T9wR9iCcUbyr6nQLimauywi/NaOvjDWiBpfKN22dxxa +QjXNoyZHYi3UU1FZ1mRz9l5J+X+XV5S4+L0737PeluY/uuCH+g7U5wygQ//rjk5U +PDSgiLvtycWgk4EiqMOG20XWAkdzllgFhM3MeGjY7ZDtXq8pu6A= +=uipc +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.2/apache-camel-4.14.2.pom.sha512 Sat Nov 1 19:42:57 2025 (r80421) @@ -0,0 +1 @@ +8f883a8997aae10177bfab5247ef0d519fa4ccab1e18f8c7fcb4da8528b1c3a97c69d2614659b3fecce593d7bdd8815802e56e69f0c5a120da528c05d8ce0ac7 apache-camel-4.14.2.pom
