Author: gzurowski Date: Mon Feb 8 09:01:31 2021 New Revision: 45880 Log: Apache Camel 3.7.2 released artifacts.
Added: release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip (with props) release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.asc release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.sha512 release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom.asc release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom.sha512 Added: release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.asc ============================================================================== --- release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.asc (added) +++ release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.asc Mon Feb 8 09:01:31 2021 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmAcFA0ACgkQnVvv+llC +wEm0xA/+NXd0jrVmhNxETPZ5V5+vAJ5/QMoHsUXf+eUi1//CXxkRQN39NJs/1PiK +1fj9oxhCdMp7immCeruju4JnBgdn54k9c+BUNzaQIwWjoG065v3JXwa68zoeEeL2 +5aCiymxPj27O8Z8+H9rRKrCn21v8kocfyB77q0c3Co590fomyQ+6KFD5dDn0qsn3 +R48f5rIy1KuRNsXXanyncfqOja7eW0QalzsWl1TnNZkEJ/tRThBvRCF1+lALaGWF +e8zZa2TV5eKZvB/3gIZ3sz/25An/WSE8DTmqAdGOmIcoKmMaqyq1id0yQwETHkoy +Efu6u5kasDiFXCE/ca5RRQZIHK09gUwaqWwQ/X+tUxWSpSk/QIUNjxiNnlYiF8xS +N0gxhtD/WjlG1sicirQZPqe/qeNe+fPzXfJrUr3SGuBNpv4MdGRxNN655PsHanKM +8T4QPQGZGuUpseMr9ofZ5u6U3/TJGPKjKaQZ3x09q6B5LQ4naNt/2X/UnBMoUBce +j0nxWMS9JzI72xXkXkJbbiTGUzfnaGfD8AOU6TK40ocP8iCG0+Y7H8K8+gqXrIDz +Vft+u4gi4088Kc9h+jsaSTmnF3plja+VPhW058OKYZpJKVNcdCJf117NakX7Gq0P +O878SWm78rSiIOb5lK1W+Z5K0US1jD4z2pQNfFyxBSZ0dml+WXc= +=cH7x +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.sha512 (added) +++ release/camel/apache-camel/3.7.2/apache-camel-3.7.2-src.zip.sha512 Mon Feb 8 09:01:31 2021 @@ -0,0 +1 @@ +965bd7aad9266fd8f1165c978c3e1f74f185b6737461553dd13060aad47419d0d2fe808575514b0a02ad977dac050d47ffd972549c2e78565c0d231e19c98a78 apache-camel-3.7.2-src.zip Added: release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom ============================================================================== --- release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom (added) +++ release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom Mon Feb 8 09:01:31 2021 @@ -0,0 +1,282 @@ +<?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.7.2</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>3.7.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> + <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.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>3.7.2</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>3.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>3.7.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.7.2/apache-camel-3.7.2.pom.asc ============================================================================== --- release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom.asc (added) +++ release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom.asc Mon Feb 8 09:01:31 2021 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmAcFAwACgkQnVvv+llC +wEl42g//fnzObMgiZkzVuFm1gKRbf6qqZ75R53jBBFBYVV+X8AUrdkqQRbar9gPU +HDZ6rK83DvQmtvzDUcL8zrNVGj+UQ9ad1pgyo4HHXte3mj47/Xo10jtSe6CLZn+A +jMSnVbkteKgTRQQUgnZidgnZ7kAPhqDfvxGmoTjP9Vo2JdXLgXFmn+l9aNePXN/h +w+g/JaTb0pGMS07AozICfA1elOb8GFGozTx+I1IBzezvSLp/Oo0ePqrFqqwVuXOy +kH3teUp5CQ2yIlug9JVTPlvmO+7mvybt6/h3f2d7iirEs3AS73drHAjOp7T0WdoP +PmYoy+n3wI9rtsZhZx+KHmgw9mSm3cVP0+i8PxXGIuLlbNsWP2qefvkWCtXb8IEa +6dIiCs5FuR/tVS6rLBwjBcWze28hrw4MhW0TU2GBGFCMrqLZHokCfsmGjEoOzo00 +3ehFbvjz5M0NkXjJOsBcDkuR8kOwCjp9TkjR62p5ztNtd5FH/G1AYVp4eQq+RYtW +nyHAcVvutzOk4tRdt5JA8ci1R0XlhNWX5Y0mytO5qXZyPYJqu5SX3M4R3JZfnCj9 +ejL/0eyZ7HxonOj5LLPMV1PYOl+C3MTF653eNPnTO9IbPiVqWfQcoHrjhgT6nnxQ +uEKiOCHT9lGOdElp+3ftxocWKX0Iqc+GykwQ6NtQcaiJ4ZnRoWM= +=7Kv5 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom.sha512 ============================================================================== --- release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom.sha512 (added) +++ release/camel/apache-camel/3.7.2/apache-camel-3.7.2.pom.sha512 Mon Feb 8 09:01:31 2021 @@ -0,0 +1 @@ +cb04d4b7513c064add0f5bf6fab0f3dbea4b51b1d9f2fbf8f927dc460a4bdc03548f2aa1508b01f33510e34209c1061c50a559d91c2d9143b680dc3aee423705 apache-camel-3.7.2.pom