Author: gzurowski Date: Tue Mar 4 16:44:48 2025 New Revision: 75266 Log: Apache Camel 4.10.1 released artifacts.
Added: release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip (with props) release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.asc release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.sha512 release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.asc release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.sha512 Added: release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.asc ============================================================================== --- release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.asc (added) +++ release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.asc Tue Mar 4 16:44:48 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfAywMACgkQnVvv+llC +wEkT7w/6AtAKgB5U288494G9LcRWOYINrS2jAc84Kgn2gMNh6dIgkdb/OdhhuvGr +jlXLAI44CSW3lCw9+m5PvyJCYTs3K2jc02zJOuMdGbmWUXKqU/vq9TRuXoipJYaH +XtGU/dxdCkCT8dUtKhsguAJoLNYXXAJSRBaPyuAdJmGCCA40fXgfZlczH/IilfyE +s9fWgUMHZB59T6yZRQwQWIyVuy/Njw0wACnklOMGEfvV3Bv3BeGdqSs4uLdrItou +WNR5t7c/Xw9obBIQvrMFNQhqBlQUVrtBP2tmZ/Zb6yUpoqCWPqU6GT4DTUkSBd41 +MMD6VBGcRizpbjI/5n4g88oP40mVLPDGODd6KCKuYtQukFRuEZQJiMZFMGCgbfwH +L9UnNH3IWMZVR4dBIqelZcFPrwD7JoKT3Tph0p1o2hw6E2gVc4I1359kg9et4ouM +mTfhJDUsSWaYR/TJ/t9RqZw6msnBfxuQeSASNgvuzhXE5QLyTc1eH9xiZrvBksWW +LfILdJPU1abDOE67oKVVjEIAaV2wi6qbymP5PZMIEFJoRMjrP0dhNyP8Q0M8pbMp +VCJaBr17y+NHlTdGelCbvGNwqocXQJUZS9k9XwirDd71gHstwTFG9/XOpnB5rgOx +dTYCdekWswcb02JeJAVEG9ut3w4a3/It2kcYDcXcWldvBjaoSuk= +=baCd +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.sha512 (added) +++ release/camel/apache-camel/4.10.1/apache-camel-4.10.1-src.zip.sha512 Tue Mar 4 16:44:48 2025 @@ -0,0 +1 @@ +295c2f1e0f0cf857de57cca54d32d63e655ea71be126ccb609e40c5d62173f7162fd1f0dffb60aa0e1e631bb78706df13f9d8e8aff0bc19740ead9635b145407 apache-camel-4.10.1-src.zip Added: release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom ============================================================================== --- release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom (added) +++ release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom Tue Mar 4 16:44:48 2025 @@ -0,0 +1,256 @@ +<?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>4.10.1</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.10.1</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> + <enforcer.phase>none</enforcer.phase> + <remoteresources.skip>true</remoteresources.skip> + </properties> + <dependencies> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-api</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.10.1</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.10.1</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.asc ============================================================================== --- release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.asc (added) +++ release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.asc Tue Mar 4 16:44:48 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfAywIACgkQnVvv+llC +wElGdQ/+OUlknH/Kn3qpodQz2rsaL9erPCJKUAHqCQMW3KC5F/4gtdmzB4LZDiXB +LbOrQtsm/4+MVP2OD4DlY+oigRJ69ZQhwoepRg48fNWADgkl1inJwBrTYhehYpkz +8ssNVQtS6q0YGdZATNprlS3Z050pQvI2oVS7wvp2miPUC/zEh8mhqpOx067DL0JO +q7MFm9p+kKbr5lljNSzQdgEGG5ha2s2J9ivaBpMbVFEh5GJyyCIhQp3Onugob1al +Mn9NMdvweoUE2EM2B1l/uAIEjEPZ01AuyhywbwOIa5O//3m38d4eIdlzyhYx8tLc +VC1PXFGsLaHk0HuPFTHk80Y5GsxxqC8s3USk19SEgsrm9eSvzFqkfuZuY/pMiidg +aD6JUfSqkoHc/UWeD5EwSTbro0XUduKuBHaojm0DTuZSre02NoLZM7P69mhQVvhH +ac/5Kdj3WZuVH3ng/CvgE8zAY3eHG66rWoj2z14mpKXPyFMGDevwVs/RB1hwJwAa +yw0z06NIUno3psuvnfadETWoftLCYwgg92CPTuz2wDUYJz3QsAwSYR032y3f/+h6 +BZ+tjAP5/wt6ofz7dDuCcwFrBhtTx/8p47lPBOBfh6Hm00whyJNvLWYOzdmLtRk8 +Gv2CbYfOqiE2GXvec7/eP9uwchxmpUsWKFP5zyaq7RpBTu4acC8= +=4g5F +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.sha512 ============================================================================== --- release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.sha512 (added) +++ release/camel/apache-camel/4.10.1/apache-camel-4.10.1.pom.sha512 Tue Mar 4 16:44:48 2025 @@ -0,0 +1 @@ +1faa5a1546c5cc2d22a7f598cb3d83ce3b37a8997a20d4fb9192d8a69e665e9399cf15d1ab95de9b3540e715a4748ba146462059bd3c5f481dc860fc7a61fe28 apache-camel-4.10.1.pom