Author: gzurowski Date: Wed Sep 17 09:49:48 2025 New Revision: 79359 Log: Apache Camel 4.8.9 released artifacts.
Added: release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip (contents, props changed) release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip.asc release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip.sha512 release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom.asc release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom.sha512 Added: release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip.asc Wed Sep 17 09:49:48 2025 (r79359) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmjFupkACgkQnVvv+llC +wEkRfg//QiCQHr2hlplkCOAK2ALwqiIlbmEG8lr0uH/xOiZMj6Dd61uJaxYU7J+s +ipmv+QmQ9v9/e9azqqxhkBWuOTX3KhBrRIalBawhJ5qEnCqYmP/+wDVp/Nww7jXv +UOphrgKW4lYPonPTGsiLjgygxYLOw1idbFpbLpCY6yF/DCO9/eoxja5hWLLusiTM +lCoaACmNQ11dzJ+VWrftfzVMvNSvYrb9bEvWrHwKorl09IdAOe4KtYmwdf17KxIh +5yPQd+Ljjvjn4a7uJn1Yug7alfH6/DcLVEJ5n8GhLpzBtt6Lft+sSwFRfSoXRgSK +w62OBXh8h73o+VTLQft8mTYK1cx5sW9TxTnUmIIJClvesPpyJaHghmh07h2UpmVu +Xso0og6Mqen6Tnyfphye8wibS3h3nsxp9QPqafZi4EUGJsbsTQRWtKenID0Fs8+j +ofQmwABgDhd87y5PBqHoZMxuaWTN9U/WWvQ8dpuKfLBuD8U2rjqAFnR8veiCmdjk +AOZDJuZZnLLYjFC/84R3SksnmN5/FA7rBUlL10IQ9OGr/0Na2xBDcZG6/6VTl2PK +cSEvj3JkBk0yA8+YFw+ycknrt9TPXTE7dm9uUoiL2cb+dz39/RFsv0wsBTwc5L8x +lBbsy8tzNtp+IR30ev0x3ZP9o3LQ2hyN1cfx28M8As9/fk0I3h0= +=9LTK +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.8.9/apache-camel-4.8.9-src.zip.sha512 Wed Sep 17 09:49:48 2025 (r79359) @@ -0,0 +1 @@ +1c91b343dfd51f375c74931147213a427fc4ef84e241f6ca16311f1301bdb34d2cc092482777f70a4b4e05af41ad2527843b7f894efda34e5f5e35909055a3ac apache-camel-4.8.9-src.zip Added: release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom Wed Sep 17 09:49:48 2025 (r79359) @@ -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.8.9</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.8.9</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.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.8.9</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.8.9</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom.asc Wed Sep 17 09:49:48 2025 (r79359) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmjFupgACgkQnVvv+llC +wElCLxAAmxiIg/c87QSovt4S+FukH3quWlx+h4hDEHHZtLCW866pVekER3YQFtmk +s8hmpjs06fewDnzOOQ79mgdPN+ZKEA5VfJDEO19uzy7CUJqXQe5jBeJKqeW49xFT +4X892F1+a3qHSxR1ARk1CT9XJfZP9ZLjHzyhl5RHDkJ06ne5G7VfDWZQYCjBm2Fc +5EdnDnM5HmG95ez3VbG1OWKWND9lupI0vspOw1kCPWQY3VdraIHzycvi9mv6U0+R +DJMvHJqhoeVWVIrLsVAKlLh730me5LEoRLERQS0ZI13MiBfmhAOgKiIOUpuWnyNP +3wZVG1RNOtWak0wkA1GVXws0MOodJwfvgkFkqam6F9ELIR8MIaiNGSrziY+sxKyt +gzrkP3YeGz2WOMw11wpotXKNP+wus40BbLv2zFI0kGX8Tez1e9gJw6SopXmoA24p +06MzdVoIKYh0n/OWSslD/OlWZ2O28h3cwTbjAKD5/Dm8C8SDXrzfg/MkmlqfWMo9 +6PCZJHjBxbr8tKEhsU2P3ur+gfbAUQ9etPn+BBANYy532QlkBOhjR9xGchyRwh5H +U1YxV4shLmLMy7QaxhkOpsyRw4KjYDdm/BmW5S212OpLuUjSckIo5DTbn16RiSzW +ZC2bBXD5iAs7MTmR5ee6VtFeni6obTcV7yzgcNFFgt+pNjQ3cYg= +=tkO7 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.8.9/apache-camel-4.8.9.pom.sha512 Wed Sep 17 09:49:48 2025 (r79359) @@ -0,0 +1 @@ +cd1ba49eec9a277d8efbe00da808f4f5492ec608088b913c66a33cc44d3c6b9d12ddada647a5cf1e9aaa77e5fb66e136b341bcd39a0a86b076a90071465ff467 apache-camel-4.8.9.pom
