Author: gzurowski Date: Sat Dec 17 10:54:08 2022 New Revision: 58786 Log: Apache Camel 3.14.7 released artifacts.
Added: release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip (with props) release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.asc release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.sha512 release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom.asc release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom.sha512 Added: release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.asc ============================================================================== --- release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.asc (added) +++ release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.asc Sat Dec 17 10:54:08 2022 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmOYdTEACgkQnVvv+llC +wEkqdA/5AfkzPki/9zGdPILRSixXbkNcruwIo08PuKHc3i5LsgDSSdikFUlh536y +WpzEB4VyyusznIigOwskjxRhvda1OPtPpA9GIsbQndY61ECkc5xiyg/b+y2l7WYs +MSw4FlgdHVXngjXQ7Z8YKU0kOQz42NqEhEZT7nwAMz8ZAbEu+dKvHbM6OUuQ7oS6 +Yh3YrMqDOUSnoTRfrPDaIo0bEd6nwaCRoBigfL4gEtQTSXQUbe/DDgeYTlQh+a+i +d96vPmcHyewmJFg/9pOuBnTJ7AY4OEyO9CJc/+vfsrmxGYt9MwIFRK/2Qb3PYXqQ +IpQ5dLYeGLqwKyn8sBPbc76fJupeX1E5sVEZz3duQV2c0tBVisWqUi3FYpJcw3zL +glbWOJaX2nbq3kj7xv7S4Xl0CJ69J112pbGZhR+8bQhxaLGmy4dPQhkAjg1fru/B +2RExgPDoM6MRzVxW+lssoO4WSAhCFcYY5knR2GcSZpuNME6Ma/fKaVjJpFpDHSoL +nOc19eJdGJkLSX5qovqCI4+u7f9ifID10VLiycLqF1woNgEKNx7VSh5dGLHGm35g +yZ/n4Ta68n6ATJQE8UbG0TZ4Gy8OgYcJAE9hgi3Prhg62/cub7AoVZ5CBBofQF3U +zY6iADmqpVjhBHP7V52odO0EA/4cYD3iwYkumbtFCeZZgczFxuA= +=XkQ1 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.sha512 (added) +++ release/camel/apache-camel/3.14.7/apache-camel-3.14.7-src.zip.sha512 Sat Dec 17 10:54:08 2022 @@ -0,0 +1 @@ +2e776d06fad700ac23e20fff13eef8d02b013ca9063150f2b6b8bc53b747ca541608e289bff098837a275ed4d91eeaa024bf3c468d5478af72a34f1acc173e81 apache-camel-3.14.7-src.zip Added: release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom ============================================================================== --- release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom (added) +++ release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom Sat Dec 17 10:54:08 2022 @@ -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.7</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>3.14.7</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.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>3.14.7</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>3.14.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>3.14.7</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.7/apache-camel-3.14.7.pom.asc ============================================================================== --- release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom.asc (added) +++ release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom.asc Sat Dec 17 10:54:08 2022 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmOYdTAACgkQnVvv+llC +wElcuRAAnrj2EyZwCZ1O2C8NcfL/Jp7Lgp3pLPY9rMQ6wu/un1rV0Cs3exa9bWwh +VBEXRic760KE7sjA0iXpVTi41Kg16yVejORgS06QAvwzlbXtmgqciwmuUKUKFbeA +5AFYuwlahSGVPHW2kvBu7/DSju5WecSReIF4wgAAa57aIOKlaUgc6F1sIppMtosD +umE+KEctddQ39dfCujiOJzn0EAe54grAGwmHBCDvA0D/OrXQpZOKGKhuIFuqI9G8 +NDM0OIcmgDS9iy4wwIb9bJjPlmrW8X2j0qmNDHHK/aQoYast8VcnN2cqPr4T0PHk +UpO3C2VvITZQPOpvr2oDIuzOdCNl7tiy/gnHwCxvzl/pumcz5Cf2oWwksE/YiYnX +FhZ5LwimqRF2xutV2oO0PomTreu3ZaCJETk1bGLTdEKsbHQZeKmcnGuhFW64AP5J ++6Ta46kTyJftEHwR29atK6xuqXD8ZXkyNxOnxmuutCSqw6qLw2d91rmvDGTw1LQS +7d426VnkXXPjjIVWDXf+uX3ckYsltFaT4tvtBvsVhy97KCjk+OKMZQt2tTHd0Ty4 +FPEsbaz5GmwL7DZ6aGRF8dyoFPkmcw8/eHe9eWAmVrBo72HG6uPo7F5ryj68pu/m +bNh6Bdf8a7MiR/7rNpHrxqC/onPG1rdxC83PW0kmHltN/LDyZkg= +=P2lW +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom.sha512 ============================================================================== --- release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom.sha512 (added) +++ release/camel/apache-camel/3.14.7/apache-camel-3.14.7.pom.sha512 Sat Dec 17 10:54:08 2022 @@ -0,0 +1 @@ +7f00574d7977618d6677ff57479a4986cba5cc6e4b87ef75ad43f927504d13e6db719f3148fd0ac2fd5612642f9b83212f7f56267b302fd8d24c5ebc8fdc5b9f apache-camel-3.14.7.pom