Author: gzurowski
Date: Mon Mar 31 07:26:06 2025
New Revision: 75906
Log:
Apache Camel 4.10.3 released artifacts.
Added:
release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip (with props)
release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.asc
release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.sha512
release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom
release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.asc
release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.sha512
Added: release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip
==============================================================================
Binary file - no diff available.
Propchange: release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.asc
==============================================================================
--- release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.asc (added)
+++ release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.asc Mon Mar
31 07:26:06 2025
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfjsTEACgkQnVvv+llC
+wElLuQ/9G59VRgmtWIV8nzhYtZkOw4/8n+FZeaLBtSDomB25V1YSG3erSg1lz+cJ
++H+8ly9H+GLUELLWHBuzlXV24fQSZ+AxnVsLHT4qNGZm/+JcbYa3waRJLYPwjBK2
+ddPteh/6e7ZpXdWZ0J1Q4vISDn7fPFysC+nsSjcCY28j6VAOZsGm8sj05C4iIlBp
+Iyipfyz/WXjyd5UATR45C+4ml+sh7KBstqXymoSVDz95waxQ98FhOjmINo8FIC/k
+npXlkeJwWURiI/Ylve09omMx//CcOsNvpdY0H2VRkHOBrluYptT8WHhq0qMeq4SU
+NfAmkyYhB8BchB0hqf35s2i/qzlof3+z9NrpgTIJSId8XXyjwvql1/8U81KjBHRA
+2tdyr20GNpS8n4JMYhME3Zhmt3BRakDrg0fJebcY9UQpNOcWY/xl7UOV1DlnUcie
+N+6NeO44eyrmv5vqceBKZonmzbE1xEWoyIbo3WQ5w6VR6Me17s/8dsRoJbo8X+Gq
+OmJdrfuX6X51Y1rNYJmweoHI6MxvXfH+LYIOUDM3jTzwObZoFbW3wsXKpxCUXY7m
+rJHnN8Ne+EcYLbhO4e5DRU4xpXqMRGq0tMQCsw84hjEPUm0fgoMgbBIL42ZAQ07r
+7OKmBoaYD8gzi42qexDXFQErG/aswui8OfMQSdp+F39FDoR+53s=
+=Ql2X
+-----END PGP SIGNATURE-----
Added: release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.sha512
==============================================================================
--- release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.sha512 (added)
+++ release/camel/apache-camel/4.10.3/apache-camel-4.10.3-src.zip.sha512 Mon
Mar 31 07:26:06 2025
@@ -0,0 +1 @@
+1be2279bda392d0384cf0e9544ae46a7c641276cd8cc55797807995e4ea1ee92ee3706789e518993c35b33fa0c6058f8f1337045f33ea5f651e1547c80078067
apache-camel-4.10.3-src.zip
Added: release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom
==============================================================================
--- release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom (added)
+++ release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom Mon Mar 31
07:26:06 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.3</version>
+ <relativePath>../parent</relativePath>
+ </parent>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>apache-camel</artifactId>
+ <version>4.10.3</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.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-util</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-management-api</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-management</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-base</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-base-engine</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-support</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core-engine</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core-model</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core-processor</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core-reifier</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core-languages</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core-xml</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core-catalog</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-cloud</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-cluster</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-console</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-health</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-xml-jaxp</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-xml-jaxp-util</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-main</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-tooling-model</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-tooling-util</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-xml-io</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-xml-io-util</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-xml-jaxb</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-yaml-io</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-allcomponents</artifactId>
+ <version>4.10.3</version>
+ <type>pom</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-catalog</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-catalog-console</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-catalog-lucene</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-catalog-maven</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-route-parser</artifactId>
+ <version>4.10.3</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
Added: release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.asc
==============================================================================
--- release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.asc (added)
+++ release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.asc Mon Mar 31
07:26:06 2025
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfjsTAACgkQnVvv+llC
+wEnYtQ/+Kd6Tch4wG0t9CoKo1V2Kfr+UY8jXOxnfygncOG19yuN39fHiNWIPA3+A
+SkzOvVtRts5KjiXE4f51xp+1d6Bwpy7cA+EXCw2YwEeJ6eBhHemZzkIwXUDOGP45
+yI8o+EcEf7hvpk1e3tPTGmv6Eb/2to9cW3iWlgLDOJp4NgGVhZ7h6MFLb/OMPzp+
+qbzQZYA2jA4qJkHUfenf891motxXw8QTis7pPF8ueqH7oQjh2DLYdHMH1gernhRe
+0AQ+rVjfRDDY0DsejqxaQ4rSsc+2otINC0lgBhGQm/LBBgTbRLtxeoGpCbGg0/i6
+oRcYnk2dSabBzzBUwXHcx+5Qf8eyFv8R6M2Wp7UWs20CUshvCqyOUZt+bjIYMaCE
+/rIVM/4ER/AGppsQX5LAGBXAfiDRSs/re+NgpjZJNeF1bkq8HrlXkHGI1RgUmzmU
+wFHfPwV5dWSLqXQNv7hVYOei4CVkYxjlp8bbGwLIpiLg24BTY69fFLHN9ooGEzdX
+U7R8morPOfiOd+A6V1tm/7OKuZgvNGT0aiRJLnYaolaJDHLJSrGktV7txrI2hjW7
+9sdL/6Q4oVzVvfz483gr4WRJhuTXT9u4vPLZWha5XO66TT6iR0TvSP/d67GlvbcE
+EKZNMM4WPED1ilYcY1My3KajNvXd5WoehYLdIEOnMO30g0dD8QY=
+=8JML
+-----END PGP SIGNATURE-----
Added: release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.sha512
==============================================================================
--- release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.sha512 (added)
+++ release/camel/apache-camel/4.10.3/apache-camel-4.10.3.pom.sha512 Mon Mar 31
07:26:06 2025
@@ -0,0 +1 @@
+9bf3edc74660659e26cedf5646741f5d0a3061c6b18b7836c1438b04ed7d0cd0666db876f3d20ea7d62b7aaeb28c9dcda9be950b666c3e78088a03596b0059e5
apache-camel-4.10.3.pom