Author: gzurowski Date: Sun Mar 9 11:59:40 2025 New Revision: 75386 Log: Apache Camel 3.22.4 released artifacts.
Added: release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip (with props) release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.asc release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.sha512 release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom.asc release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom.sha512 Added: release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.asc ============================================================================== --- release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.asc (added) +++ release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.asc Sun Mar 9 11:59:40 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfJp+0ACgkQnVvv+llC +wEmggxAAq0+sT+qUADnsrZ4Jj7LY80t2v8yMaB6SEbtKAAO1hevV5NOxhfBrqWPS +DDeCIM0g78kHVwlQ09T6cr4oly7qiyCzKjt7ZkMoPafLLYEO80xWFLFgGARwqvcx +fGpzR172+7jHK8tZ/guEDUJ6eKbPj+aqZ+/yrfmAwcyn1CuellkvurnE3ALCTlVR +BGFNT+2wzKA5mJMu7QUxyJwjjAxOWs2VQcBbxelheifp1W+4F/n4VLWCFiEffkSW +0TQfTTj/1wL3BuRmROvl+Z9p1qkd/fhk80H3XIN7gC+yYTk9f1V5JO72EvbfYcTQ +0XLnXM1DBj3RAwdVRZYhSp+4uoFGrV9hFtvQazqQrOKz0WOBdeUC3SjYyvKHAu6l +gqbCM0LQtgR6a02XIY7+JoiDC77703j3p/CJWcWcUfwgfiT5YuL56Ou77Of+ePO+ +bnrEcuIsT433AT31f1Iwflws9sW4nicBmX4vWOFFzsIy31QRHpmeZo+t8baR8km4 +zEGd163wiCU+Nu8TkWFu4C8hi+9QXM+wi4geQvaFFZUDMHsUM23DA70vmLzdEWd2 +6G9U5Yx/l+O7qRcjybd3dwrk80Qjpm7kPyLla2238/FZC3ZWtqBXKpuRbqQQxmB3 +6bqtNQ9dv1bQ5xQptaYQmYCPJk+h5xGowcQpey2j3Mlt+3y8VoU= +=rAYF +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.sha512 (added) +++ release/camel/apache-camel/3.22.4/apache-camel-3.22.4-src.zip.sha512 Sun Mar 9 11:59:40 2025 @@ -0,0 +1 @@ +34b78273f95a243fd535d995b2ddb7e65336c0fab36579ec30ffa6428ce17f11b0ef683cfb38db6d4c734c1ee7dfa917345434b2e99cfc1a94e37bdfb079e38e apache-camel-3.22.4-src.zip Added: release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom ============================================================================== --- release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom (added) +++ release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom Sun Mar 9 11:59:40 2025 @@ -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.22.4</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>3.22.4</version> + <packaging>pom</packaging> + <name>Camel :: Assembly</name> + <description>Apache Camel Assembly</description> + <licenses> + <license> + <name>Apache-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.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-headersmap</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>3.22.4</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>3.22.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>3.22.4</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.22.4/apache-camel-3.22.4.pom.asc ============================================================================== --- release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom.asc (added) +++ release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom.asc Sun Mar 9 11:59:40 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfJp+wACgkQnVvv+llC +wElnmRAAiLEgO6Kyy4atzsKXhrRfzbGh+TUAKyMO1sHfRmNu9YCcm+J/ZkbQkxXm +4QJk9JneKPhFyYUTjyypJNOP4j2uMzygFMLfGGjtVXFKByA2NMsuGVSn50Hm+mvK +lKBobDSgNZUTI9BZ0s9tgjqXfjEX6bOSeFynSXifqCroLeoO6jeWpeU0HKwChF/5 +3ndhGUy5aewM5MqAq7QDAefxwXCeYMxa8DaC8Rl5SpMAZU0sGx7veQ3heBYpB+KN +9B8yCFkt4r3A9Ahsf/TQ3Gyo6riPuodp2OOUqeIs9GY17XdnOtbExUFhr0YVtUwx +M6yimlI5tMre7VzpNbTug9W6118TKciJRNdgI/aHctISVSJatYt87MHXrVbwmyD+ +hm9Pk4MDKxrsyMZ8rzeTNqr5jJw87vdqvOG/U2NWSO+U8TfzzXeTYRQcDQpsWGGf +P3aMOK3Kc6WbLDbkwI66lXVYJCNRaG0D1FjAJ1UbMuu42nXTlTI2JfTugM7VCjqa +8gN4n2EB6SPvmXof898Kf98EcfQrrBTzCDtulC0Ey23S1iCB0TCoI7d3VK5g1vwO +pQoeHBTgGcD8lnD4JNn9Qb72SREp1BVppHNnRZUESeEInd6EnI6Ur9ydlm2eRqcr +5ptT60LzQTsaW+1choLTmhSWBUc/4LjtP/STYPISfsmmb8J1cWk= +=eL1P +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom.sha512 ============================================================================== --- release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom.sha512 (added) +++ release/camel/apache-camel/3.22.4/apache-camel-3.22.4.pom.sha512 Sun Mar 9 11:59:40 2025 @@ -0,0 +1 @@ +e027f2d5a71ba621d6e527be52142cd1468bba71a29557f68c8eef680ce5eaf8c257104b5e7b71d1941463a23e0bfacf97a8c79e0022ce01cce04de0c432a446 apache-camel-3.22.4.pom