Author: gzurowski Date: Mon Oct 2 14:26:23 2023 New Revision: 64294 Log: Apache Camel 3.20.7 released artifacts.
Added: release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip (with props) release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.asc release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.sha512 release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom.asc release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom.sha512 Added: release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.asc ============================================================================== --- release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.asc (added) +++ release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.asc Mon Oct 2 14:26:23 2023 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmUS8CUACgkQnVvv+llC +wEno+A//bHkKRx+VDfxVakW8b845mKs/ighvIAZ/vGL9hnS5kueoRxZwdOc3UCUm +AvE2olQ7HPMvhAeZWs/LKB2+KB0G5hXduWfw3qd/P7E1aQb1vx9pfwXV4seaAwta +mGel128TOW3FZQ/TTiOxoALhS40asoD5ed0eP+67zGRaP9EqCusu3e/ancGKGDVZ +BumWLaL2CczlIyoZXuGgOgN43owUwkd3LpvhTTfyPthAFHGiCH7LnqQWQ/Bh8DCQ +eZYpTk+LSqKXLhMtnygha9xD5/NfE31L+79owSbDKG+8iD0ij4OQYPF0lMwZ1A3z +fnoaX6yAiyMAbcw12mTGLeSjxtMVj9PGbBe3LqFcoCFMVRuyTGPl6oGm/U57o4+Z +DGk/4lJ95z3pPSfFenE7j7y+zBvvsfMAIX/X3NoZ9Z1c6c+CMjhQTJGVS0mVPxgc +CqBNgIRHJtUEUjupzS6FX5xbmhGyqRCVY/S1OwcNp+FyxkIyd4AEFouodz+8z/j8 +T9ANhruIudKdSMRQro24tMInnxDbeVCbM1YKAB57+zeV+IdVgcytPAtfel49sIqs +9zOYN6DVli8FAf5OFN/Cel9D2JuaelOje+7E/Wm5d8IgS6vxSMtZCIQif+rb38gJ +LWZ56OkB/IeeasD4w1yCMoTQPr3dOOIyUTCx8DYs3AZfkx4sCYg= +=l543 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.sha512 (added) +++ release/camel/apache-camel/3.20.7/apache-camel-3.20.7-src.zip.sha512 Mon Oct 2 14:26:23 2023 @@ -0,0 +1 @@ +37005f0273d03b040b7a7071b6302bbbbb36154fa42f0426e4bd70b90469fd746c2389ae7034c9df9bc21b5f5e31cf35d2fb1f3a307a81b05c1f8e6343fb92e1 apache-camel-3.20.7-src.zip Added: release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom ============================================================================== --- release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom (added) +++ release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom Mon Oct 2 14:26:23 2023 @@ -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.20.7</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>3.20.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.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>3.20.7</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>3.20.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>3.20.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.20.7/apache-camel-3.20.7.pom.asc ============================================================================== --- release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom.asc (added) +++ release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom.asc Mon Oct 2 14:26:23 2023 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmUS8CQACgkQnVvv+llC +wEkFXg//fcot34Pil8x4/V80rfGGjo9fKpSE8IjmRBTABag73uMMW5rtD0Jhd0GU +ZYmYD+ossPf0MTpvGDoYXAGTF9mQ2ZkUrHVne7WDRp7/qSr6sK+ajPqh8Qn6FEI0 +ibwRbATwnWbsg166ujU30HEE6YrWVZzLX6+2ZD21ZnN8X1ojQhe58IPOHY2rG/US +RmEVNaEoLGbW+5WBmqxy9iLQ/SI3alleW9RinZvcrsFTlR019QxTmHZOIRK25AO0 +t+g2smR6fRBVzYYaEu8qQXE65D31DnlH1QGgiX3gX8Qujkim1G+CtKL5RhUKruUJ +l6tttVd205aNZ7unhbOxKLNZ5fTqSmWaCWeT5/e0Lk3FBniuZ0EWH6UtiaVfjzpT +PU7ojXpomEz3pWeNDc0fSvFNO9bf767iCGCdA/Z7Yu2TFBb/H2XC5j6bFa8EycAG +mx0OhXRv3uInamJym+jVw6P+w3CtqvsKw/1ujXgeodE0s0NZmslLl+FF2A9qDOCb +eVt2jPGvjz2/1owEy6ThA8cbkCDy96pKj+gfD/CePyD0uU5y6FPEaE9/c07bGD5P +fxErMKZM53RPxrE7Z/+TaENUUrbfhaXiz8rgf4UFRxeb7jr0rWk2bwgKK2ovBpnr +ru6lrz/7TFeNNvEYW5D+hon2lBUo6at7nWII71qZCNTMvvKx/H8= +=I3Fx +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom.sha512 ============================================================================== --- release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom.sha512 (added) +++ release/camel/apache-camel/3.20.7/apache-camel-3.20.7.pom.sha512 Mon Oct 2 14:26:23 2023 @@ -0,0 +1 @@ +79fc7d4706990f7a0db533b58069c141318561196729796e7f83d0101474cf8db7a8dee4e73d8666f2013a32145bf703c7a665fe005358f02c781ac3055d329b apache-camel-3.20.7.pom