Author: gzurowski Date: Mon Mar 28 06:36:52 2022 New Revision: 53360 Log: Apache Camel 3.16.0 released artifacts.
Added: release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip (with props) release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.asc release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.sha512 release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom.asc release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom.sha512 Added: release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.asc ============================================================================== --- release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.asc (added) +++ release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.asc Mon Mar 28 06:36:52 2022 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmI538MACgkQnVvv+llC +wEl/GQ//aZFs7zRHH0SPTOsMY7jgJHaoftNlGWDa1znM8jQdqkI9tqwy3+WTo8h/ +dGz3GpeLZj3KU8FShUnTmNPAMAipbamR3VQAhacTgitbs+PVzCY9MGr3XgcRnkqC +k3UziHdU9ykhmMDY9+M8xjyAuXey1lL2KK3RzuCh5KUU4tRs5rcRYOdDhjcOzonB +F0/Ns6dquTvljdGKxhnmWOYO7cwhswXEirEJLl+qLQP70wisZTr8RtP3v8ojGGiR +nNebfir669YKU5E4GhxHmWjS5SH6H1fcM9hewfcq9L/DM2SscPl/srpcf74MrXPQ +T9cAugBIiy2RaZbWoUCPGaq9gOrjmtBgd+13K1swwS/CMBarFGhSEG+mkm0ZoM12 +TbPjS1Ta5Rto6b+2D+p6MADzna1UiaB2rcYY3i4jOYd9SyplKYhtZWqj6vk5KAMF +SWlSmGTtwAaC8OrEPjjvsdQs3uJkCQg0BxR8vn209Jqg35wbY2p9iCBewxPl00hC +rZgGWl2enEl9t+/KHNXBoZIE/gWeJ70SAlMwiigViAX8eOnQSGVUR/8k7yR+KKJ/ +rN/R9xdyYCPhFmgEuKakaP8yLUr/4GAunYH2krrbj0sFuGLlN8w4N9qoen+MQGGx +Y+V4+bUsJdHbR5Xo5L+TGNQc1HqOtoxEPLiznn3N7EUoMo/IsYg= +=Ur0d +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.sha512 (added) +++ release/camel/apache-camel/3.16.0/apache-camel-3.16.0-src.zip.sha512 Mon Mar 28 06:36:52 2022 @@ -0,0 +1 @@ +ec9057c21a2be66811e9776d438996439277cb938b2d34ae7db443de9198d28f0d12ea2562a5eb7788956a5ee2dde4270d5b04c4773a8970c3c7606614adc663 apache-camel-3.16.0-src.zip Added: release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom ============================================================================== --- release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom (added) +++ release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom Mon Mar 28 06:36:52 2022 @@ -0,0 +1,300 @@ +<?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.16.0</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>3.16.0</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> + <createSourcesJar>false</createSourcesJar> + <maven.test.skip>true</maven.test.skip> + <tarLongFileMode>gnu</tarLongFileMode> + <remoteresources.skip>true</remoteresources.skip> + </properties> + <dependencies> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-api</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>3.16.0</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>3.16.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>3.16.0</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.16.0/apache-camel-3.16.0.pom.asc ============================================================================== --- release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom.asc (added) +++ release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom.asc Mon Mar 28 06:36:52 2022 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmI538IACgkQnVvv+llC +wElUXQ//UGQxK+qr2O3kTdkWkFZdb46NcYnwSeWh3d+o/i0pH0IKioWgL/1efCrA +O/M8GPXZTxU6I8Cw0CpiQjzrXS8q6Q29+G860/zCwgtQUncjsvxyj5FQJj6ehCYO +KL6bBGJcAiPVs38FldHMS2//Ecctx+eCAOAFh22CbCt3G4jF0WL3gqDorHyGCpYB +7o86gWWBjlQE89zhzsn33KObcEtVAXjPN5Bkwx7dZdCAkhyx1BqrBm3GecrbsxNa +wKRuqrlg4NT+oQ14/9vqjzt/0zA+kJsgMN9zCuzKE6VboIFgkitp89t3K52shEmo +kWJACvljdzFT6+rzbK5zoJsY8zntvJpNnaO5DkID2Odk9f40C0sjqJOFg2np+4in ++8eexXOjVY5TsYmCiK3nIODmy/4d5JLtgHzV2L9YNn5ZpJRbLC+9TRwYnjx3ymL8 +Lau7usSaaokkpr3Tsq5Gkflv71kgTYKuVw/Ybb92VjijXItWBbQiK09BZ2x5VwIj +sSQMAaNdBqtVA52J0G9aR1Gt0bAmjTdRu8gQX5aWNhI2wOQpSykbQQpR4kyAbHL2 +qmulV7SXQpM/3aWS9sBM2dhcyHdIPmYatxhN38mIO6JBu0KcGQ53bI/+Cgf3WWOA +XL9pVj12U/JR5hxbxR/ix2epoo/H14EjXMhPcPNkV7P5jNFN0g4= +=UiRV +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom.sha512 ============================================================================== --- release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom.sha512 (added) +++ release/camel/apache-camel/3.16.0/apache-camel-3.16.0.pom.sha512 Mon Mar 28 06:36:52 2022 @@ -0,0 +1 @@ +b93e89aeb79ad3483923598e124c3e7b980e344f096d23bc712396a9c10a799ae38ac564aff6dda4c2ecfd8d1c70d6afe5b444d772398df972485b31c3b4b494 apache-camel-3.16.0.pom