Author: gzurowski Date: Sat Mar 8 16:51:55 2025 New Revision: 75366 Log: Apache Camel 4.8.5 released artifacts.
Added: release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip (with props) release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.asc release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.sha512 release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.asc release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.sha512 Added: release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.asc ============================================================================== --- release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.asc (added) +++ release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.asc Sat Mar 8 16:51:55 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfLGxAACgkQnVvv+llC +wEnXrxAAlxslrxUgH/0U6o7tLJ+mN1EzLQbUOqku/6MxpjGzbQ7zsw/D5tDeMSb2 +HRZeT0Nph1Hiva8OWDKuDlMft+rPLTcgc81975rRsJEF+bdYJ9DRpece3wYD55t1 +H8bX1+oOSyLYNyyG2mGCIi/aaDYgyD/hk0tnxfYsAIiS9oUqjLio/PuRnhV1A+1Y +kfb8CG3GaiofQJ/jRUOnXWejaWqwtOfGQZq+WYsKbEsqI0hFyW/WbiI83fuXk/Tr +sEEvK+bEZsjQV+KlJ99qQsRNRk954L8hX8q57gqsxP/EKib/TxPut8tZ5FCF4XEG +oYunA38H0Da10c6M+EMKLGvV0ABRSsaxyEbNAmPzsHioT+cPHZbvVeKjbo2U/noZ +t1/R9lqKS+JV1t3T+MK909dTwiuDpzQ2z2me1ANpNmmtcBpMUjYtBFZY7CPTr2+L +e0BzZoovGlWFW7iKAsxIEHAxG1/T/52xVNsKMPSmkeNq+CVQD+5sj3XDYJv4Igx1 +7RSIZu8VuV1h0yUA/zvNIocCPwlgi87fRibJb5iL/tEmnlkUS6lUuv42WhoHM9VH +N+Ai2s8t2rb1HHFbOyARFWDAbmrR2+4o1OhuqKtWHAsFa7bm5g2HC53bloNXn2P5 +GsRlf1kT1f0yS8E0HAvF0s24gOtf81L26SVX3FDbPTjq19pDsxw= +=J4O8 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.sha512 (added) +++ release/camel/apache-camel/4.8.5/apache-camel-4.8.5-src.zip.sha512 Sat Mar 8 16:51:55 2025 @@ -0,0 +1 @@ +d1a31a6788e2cf95d7ffa9dc2dbc407bc0c8a078d96481e938b3825df6a37892b0ce444dde23cdfb0cf6898efb75f61d3300cf7eeb82035fa57ded60af3bda0b apache-camel-4.8.5-src.zip Added: release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom ============================================================================== --- release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom (added) +++ release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom Sat Mar 8 16:51:55 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.8.5</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.8.5</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.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.8.5</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.8.5</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.asc ============================================================================== --- release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.asc (added) +++ release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.asc Sat Mar 8 16:51:55 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmfLGw8ACgkQnVvv+llC +wEmSaRAAjHm/qeZog2IsXKYYATeIwahWkv7E2XpxmPrx9Px5Xjd0YOUn4B57SlBA +tSrCQVewMzhvDvnJU97lMprn7g7kopCuuJil6c7QCDI94VgRyYl/2WxROPKrGqj7 +eIQXwLW88aUbuDUEzeiDUnzqT274QlJO8XuKorn68aUW/6z81SbNHeSWuVke6Se/ +Y11s0L7ykv1PZPkwTjDlJ+kNfYhs6dEB1ZryrvqmS35f2VroyFFX9GabdlZ+59uv +wWFXY/c9HD5sMGK5kw2NwyM8Gudotg1wk5xmJOKqCtgJew7PKBnpK8Cr1JCTQjhC +Aq6Tx/8nzXAOmWdam3WS+t2/fyKu5naUlEWCUI2nKXH7YlZ/p08ADPjw+QV7Eifd +13ah/dDmCpz5g/Dp0s3eXVxKPewRyc4D+qmRdZJmU/MZ9297GIj8EKLswD6cRcGg +/OGttpXKbvAW3FOhm9AgG52U/ljQYuYPkrR3BUIukC58DpA1daN9IyjfdGOg1FAj +alAWNjk5z91pZAqSY2c7CN5K7lPoqHiw8I3koKdva9f5UjrzJxRIBR3OTr3uHUoq +EHX+KxWB5K3wmjyc8i7FSlu6+6gpHHCInSWbepW01G7GLDgrk2l1bEGWH0FI/3/H +tw0HocODf0BoDjkk936LyqxVb+DTBCfa1JV/objANdoeSCTrEF0= +=gm5Q +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.sha512 ============================================================================== --- release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.sha512 (added) +++ release/camel/apache-camel/4.8.5/apache-camel-4.8.5.pom.sha512 Sat Mar 8 16:51:55 2025 @@ -0,0 +1 @@ +c198d898e9a8eea2a5525a57c692900f4c4acf2ed8343db0ebca07b1c789d5933ac23fe573f929fb9127cddbada67dc887b59c0546051232f7db31617199c01e apache-camel-4.8.5.pom