Author: gzurowski Date: Thu Sep 8 18:07:34 2022 New Revision: 56748 Log: Apache Camel 3.18.2 released artifacts.
Added: release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip (with props) release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.asc release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.sha512 release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom.asc release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom.sha512 Added: release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.asc ============================================================================== --- release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.asc (added) +++ release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.asc Thu Sep 8 18:07:34 2022 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmMVq18ACgkQnVvv+llC +wEmXDw//amOBReyv0p2l+NYlbHF9pjU4146pficqTz8H+pCD3ec1Jq9SxfAYzMA3 +ayM1DxdJQNjmqk0emfwG6NtGnagnErsrOgHji7MlBxeLxauaPilKHk3s7RMpKFSW +qowDiIxfYBtBtG+Grgj612Qsvy8cFDBdgWz6/3OYL6rubVO5ItPUXn1xKUKVmWGY +UTDGfLUwH4sgRDqs3ldjxk2kEp2uG5HTgKhuh8agT6ER5Fs5R+m58eEpP/hZWcCP +XGFmNJUYeV1Xsqbty4IvMitW/OzyfnxsMsHgosTmEqMcintHYRhReBE//ESduBeh +gWRhR78y94cjUdbtqjVl2ZB/GSSfqo+rtTKrzoi87QM1QD8jq75cYXpQXtpCggeP +1HSQfWERdr2cSoUQKe3/8uWcifb2wf+vHbMHpf9qonqmKxAWi2p1Xhb4d2vfkvzw +uSwbmCSF8aBaKyghupPqaonuY/QcPY5o8XrIKLQXzmRzfAL3+pYyS/xjmiDWX6Qt +Sn2vR6wbJSj8cyrlU65BeRJ1h+pPlyBLdtjhcpthMcEd+rvYqcDqkDx7gTi8djrW +/l+CPN1rfH+SlPejFke734bUjcMHfJU5ZlDTO3SX/LE4xmEn/rb2SqKY/6pMKuur +KZgeUCiSaMcaxCczw/xwMGGPr83YHKZQtvtIJWJ+2zi6zZglbyA= +=6L5+ +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.sha512 (added) +++ release/camel/apache-camel/3.18.2/apache-camel-3.18.2-src.zip.sha512 Thu Sep 8 18:07:34 2022 @@ -0,0 +1 @@ +4d9c26fc7da745cd2c5b0ded9461d040ffa77d76e207eb237742b205a808f42be0679f8927a2253171cafde914e4815bf2225be832e3ff75c2de66bf571b4895 apache-camel-3.18.2-src.zip Added: release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom ============================================================================== --- release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom (added) +++ release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom Thu Sep 8 18:07:34 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.18.2</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>3.18.2</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.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>3.18.2</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>3.18.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>3.18.2</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.18.2/apache-camel-3.18.2.pom.asc ============================================================================== --- release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom.asc (added) +++ release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom.asc Thu Sep 8 18:07:34 2022 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmMVq14ACgkQnVvv+llC +wElpww//Uu2/apVkUHNsnoEHfB1qldJ6K8wa06gAiXBBvi36rUAwPr74Ys9T7VZ/ +YDvwHIG5gMnJ/ERDPpIQwo8sYklygmLsfxFJGrCQ20bDlEISahvL3V5IVpRMVgTF +yxKO3jtUXxBwg+Raln6wGPYJKLjGVxsKl/aVGSj5i2N/vdrra+3KLY72hNyLwqFd +sMjFn8LXnoLT2vesx2hLYFdrNAzm6Bug9oGBCbRvnXtPKY48f/0hquLHYvdTp6Qn +NhS6XsUAY8NG0dUOmuz0dsi66c6FKmKqsd9QInix1UOgDdSra7+O2Wi7KnFD+thG +YXZc5L+ZsWGBmFbsoluCSBBz3Z5IoRZTRbLxvazukBKwuKnHamdFz9NikX03gIdK +IHC+wgQCR2xwdkvNqdIKGUuUw+8r6OWiBQoWrnK1dhnAqX3V7mo0dkEX1zIW1bJT +TTtTTrrL38nZI1XkxJgP+wlL2Y4+KsKpxp2s+LhJCdPaTIDa7fAjCOM1v93HzD21 +o5C7JaZ13NOtA9PAPF5DotiU3q5WNB/yKWWu5NYC1MvdIeKfsmXfOaqSuaeudMX1 +e8DnpvQHuhlIaIZ9Zb+x7AyivJSu+T5jCn1AE1przeKJJDjJlDFCBMviYo+l3jAz +e0xlMwDnnwHQxPZrdMvkau2MIAqpDNwxBragd7Ws+FT+0wZYz0c= +=v76E +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom.sha512 ============================================================================== --- release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom.sha512 (added) +++ release/camel/apache-camel/3.18.2/apache-camel-3.18.2.pom.sha512 Thu Sep 8 18:07:34 2022 @@ -0,0 +1 @@ +ed3c9197dae6f0c9c2048d795cd694008eddf4656cafcb32061cc15a5ffdb8e68fe61db6e64352aa9bebde1e80dd1adbf43337189082337dd33f3c521a0f83e7 apache-camel-3.18.2.pom