Author: gzurowski Date: Tue Oct 7 17:48:47 2025 New Revision: 79854 Log: Apache Camel 4.15.0 released artifacts.
Added: release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip (contents, props changed) release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip.asc release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip.sha512 release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom.asc release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom.sha512 Added: release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip.asc Tue Oct 7 17:48:47 2025 (r79854) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmjf7D8ACgkQnVvv+llC +wEn52Q/7BgLl26y1CD7U7XbP4syhPKHooPSdYOrm7pSxY+pizzP0/la5LGDhUgqH +ZiWslkhMepzJTL+DFnYxX3ioAoZ+ymDpROP/NkgVzT/xzJU27AiafJMxMGYHuhtq +I3PXLZsilM4uVXWaRufgNHiAtaZ7edeaLom4v/CRJuynhCaHrkybFyaMb/FWFran +37+OWGxA9Q5rA9eIdrfxA2ZWE+eA4Mc+NQVw0VDUNhZu1ypk84Me5CJZCb7eC8Lr +THevqiArSWkgjdJTtzf20V66yB65lYBvoVO2iY4nbSnh9P/pEhqcw9+PUVNvN4QB +uvNpwaf3uR07ikwZN6VUTXgrDElFiTCO4PxDfOuwmRj1cRFk53Q1zrLAlJiVSaaY +3v0a8w6Qi73g2TUKGez3rNsQ8Baqnt9dmnHU/pJpC3A4hRmEN+Fe1OMX9PrIUCCh +K4hbEEEkukKTBwCPbf4Ux/zYqI+qNwDrTghyrkOoZPSZ6BDST9p8WjuHccLrRrbo +UlVOw2pOgmVFkJ4qCjOBxlE/Nb8Rt96Q8rW78exvcLTtkTIt1X8s/F3cgyfjybkM +nyp2QHJS1qLMGQcqxOjcZUMOUn0cgyOXkNEgVVEpLa1lLpRDiw+xF8QWsLI3GBzj +Pd3oXpuzS+M3eAwCqr1kBIYIVbxatb8zg7RaABWd8rnhOafprK0= +=E+R/ +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.15.0/apache-camel-4.15.0-src.zip.sha512 Tue Oct 7 17:48:47 2025 (r79854) @@ -0,0 +1 @@ +36f11a3486cd1b3c5c50cd96b726febd29e171c73946ba916a3b8ab253b20533426d98750d03f78a8e6c1c9fa742ae8e4db35539943a4f298a12ba3d63998f0a apache-camel-4.15.0-src.zip Added: release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom Tue Oct 7 17:48:47 2025 (r79854) @@ -0,0 +1,262 @@ +<?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.15.0</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.15.0</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.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.15.0</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.15.0</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom.asc Tue Oct 7 17:48:47 2025 (r79854) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmjf7D4ACgkQnVvv+llC +wEnAMxAAnIhuFw8sdpJLL7cu6H0r9zHztNBi42clzqt6QvP/IoyAj9oicA6u9MR9 +XiQrZAyUVwO85vGXaow22tYKM2SLkUps7qTKKPQqVUWNEtyhClYqi3RP0ZcAPkJG +cl10WZI8IwvrEYM+FfitTpSEAQ+NHvV6pTQ6Amsp9DTUXpDLrk1wWduPdH7orze0 +rplTQnR1TuJlfJvz47r4PUtVbUekcBGhebhKGkLQHA14jYe8Dt007NRPxM2h+k3N +seI4xqlW3AlYt0ytjj8C2gbDgm+nzFjzF6oicOna75nWqwWKDXLVFpyFS189hGK5 +tPtNVhzBJnX/ZzpYvupPaObp3zFZQLOUQAQvuPl8j12vxDZcZLJb7oQxjjVnk3+D +p2UM+r+BqJ58ec54xMXPOP5B6G85RJ0j1SJa1eyCWaJXHtVRhj7mYH0Pk+AzBG4B +KlA2/4NpbcDkhqA3sNVlRcq/7Uf3Gnj+ofdlahhbb1qjnlngSZUOFq4CvJhOOW43 +grPE4CBR1eNlVDiHbN6BuECZaQyRAenjzKVQVpOFzoERRvLCOwxPSl8z2gxHeDpc +TUnl/jzEh7vgyDoSXC43CAAFSXCrvJ+9POnzj01vwMmCrNHdzGkCIIyq2F98FSle +iXwCkNUtuV1MrsBXeczeZcoQjnJOPk6kj4VjCIj+BOfSthShyS4= +=wZv4 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.15.0/apache-camel-4.15.0.pom.sha512 Tue Oct 7 17:48:47 2025 (r79854) @@ -0,0 +1 @@ +f28c8cd112ac4980725ef6306e4d93f8d65491e37592b7d674b6ba4dda9b61e6943c9e4ffbc85e469ec1cdbf13cacea8703fdb13ba5e08398134956855e8b0b7 apache-camel-4.15.0.pom
