Author: gzurowski Date: Mon Jun 19 13:16:44 2023 New Revision: 62486 Log: Apache Camel 3.14.9 released artifacts.
Added: release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip (with props) release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.asc release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.sha512 release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.asc release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.sha512 Added: release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.asc ============================================================================== --- release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.asc (added) +++ release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.asc Mon Jun 19 13:16:44 2023 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmSIf0MACgkQnVvv+llC +wEk+MA/9FkRVP52RFgJGoNIkcHdlPbEfV4fOyypNoG0gxOmFBYsqZVcs1kmQtFzS +ieeu82kSE9OYEClGz9xECGFJOlRE5WcXYvfjuHqbTB7lcsrv9wazSI6HgezRp5OA +2Pxr5McqmygpoGHQ9ld7zAW/dSr+gE8Zt4LIkJLkVdPojraBKLURkZMPyTua06Cf +pKk1JPS//PVpp6qHmpjgnnV5LZOTyBxAoxjkA4HhDgkcsd7YEvbXGzaFrcYelR4k +kmz5Ykprsix5rsBBBpbzAWQSLsT577xe7Z4BowaPTfIXIvCPSMoPdGcIhNXSM7YN +ojw72eHRc6K/p7mIyPbgznPNIeD8mDRVttEa40Lgf7Gwy2lh+5cxGiMjVDEN2LRK +hH0i85MoxZvPfmESN0ulimmz9AuXDk4dSxaJVOmjJc9MahKew998uyivblCbxI4A +FUFcKWdm0hI3rjIzxnCg27wqMXJEKK3cjG3QU0eRg3o/IHI9Id0gNcUHX9O1a5aL +V3H9AJoVjBpCtDAoF+P+6maWFd6Sk3MSwPUcZmlOMVFx60TTpl5wusSWgkw/S6DE +s5NHKfwUPGP0NYIK4ik7/RNQqpucW/hcffy8bgdu7Iob1DRe4ulwgI7AAn+7WNVk ++uQyQmguUqPa1MXO2AOiLx6f/1fhKKKfG7nEUrEUdU3Z9zpt5cM= +=FUZ/ +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.sha512 (added) +++ release/camel/apache-camel/3.14.9/apache-camel-3.14.9-src.zip.sha512 Mon Jun 19 13:16:44 2023 @@ -0,0 +1 @@ +70024c71d5be6d7f4c1c2d88c0736dded944a5a0f01ed4debbb03cf7cab31b049b66a109c4d910607e6ea10d30614358bd2ba88dab028bf100f439c9253901e6 apache-camel-3.14.9-src.zip Added: release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom ============================================================================== --- release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom (added) +++ release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom Mon Jun 19 13:16:44 2023 @@ -0,0 +1,288 @@ +<?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>3.14.9</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>3.14.9</version> + <packaging>pom</packaging> + <name>Camel :: Assembly</name> + <description>Apache Camel Assembly</description> + <licenses> + <license> + <name>Apache License, Version 2.0</name> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <properties> + <tarLongFileMode>gnu</tarLongFileMode> + <maven.test.skip>true</maven.test.skip> + <remoteresources.skip>true</remoteresources.skip> + <createSourcesJar>false</createSourcesJar> + </properties> + <dependencies> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-api</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>3.14.9</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>3.14.9</version> + <scope>compile</scope> + </dependency> + </dependencies> + <build> + <plugins> + <plugin> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>${maven-remote-resources-plugin-version}</version> + <executions> + <execution> + <id>process-remote-resources</id> + <goals> + <goal>process</goal> + </goals> + <configuration> + <skip>true</skip> + <attachToTest>false</attachToTest> + <excludeTransitive>true</excludeTransitive> + <includeGroupIds>org.apache.camel</includeGroupIds> + <includeScope>compile</includeScope> + <resourceBundles> + <resourceBundle>org.apache.camel:*:${project.version}</resourceBundle> + </resourceBundles> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <version>${maven-assembly-plugin-version}</version> + <executions> + <execution> + <id>src</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>src/main/descriptors/src.xml</descriptor> + </descriptors> + <tarLongFileMode>${tarLongFileMode}</tarLongFileMode> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> Added: release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.asc ============================================================================== --- release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.asc (added) +++ release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.asc Mon Jun 19 13:16:44 2023 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmSIf0IACgkQnVvv+llC +wElSdg/+LMsL7qg/a1VBUwsFtr9tfeGuuQwRAnE+oQE+MMJ2pdb9p+8S8RjMnyoA +TwzZKCXGfUtQaqv1A2n9I+3LbOe7dW3wofUzc8GpOFQu2KaQa8uZTwskhL/iMsqW +e6Z1wZOvlflbUMNK/yAVteKNxKNFiTC8qTGpna6lz6BGd4CrdXvjbXlMbWRs/UvF +uC+gfXiaYT4MFDqNMFkzkPIwxBDblCeP5rbdNpsmS5cxZGz+AR4asv0T7icugYVh +V7/vsL6ls9DHTdaG7rWTNSA2wuUEwdy7icWZdXVopjgz8SV1oEmmSCGlvNmU8LFe +LW5TEzD4O3puenOmpABCc9G330TQ0bDxH7kJrlogOFwwsTvLc+9yb2jcTwnGaLIL +nMHjV9Edf0wVklnVlOKwZDB5mFmZIIPk6soLuRL3Q58GT8vZOrVnIokS/NUX6knY +z9fKnvTU9RMQBw4DpcjjfcQqp99WrvnhltfXKlFuB1wtpTJkkuDYxgjZEx2ktY/d +6407IAMSxOvm0OcbY7XrMyg3KwkTB3IJJvYddKxO786bhFtHqp9yGJXm2zi3eqEz +RWvxjkkdEH5QVXFUR2ccNo5pRP5h8ZnWdxZ5znHdRAFYmoCYD24WTHigqC9W8HLm +YNIUFicqT4+gqP4NmF4w+n87fXFkWJVhk/pRWW0MbtZGUGS/19M= +=8j8z +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.sha512 ============================================================================== --- release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.sha512 (added) +++ release/camel/apache-camel/3.14.9/apache-camel-3.14.9.pom.sha512 Mon Jun 19 13:16:44 2023 @@ -0,0 +1 @@ +574e3b01efd467ab8deff1cd24dcd461057d2b19debc6820cef1c9df526ff179f9ce8da616d524b8023020e7cc083b5a3fabfb025f5f22af9404a2830d777278 apache-camel-3.14.9.pom