Author: gzurowski Date: Sat Jul 13 06:15:56 2024 New Revision: 70274 Log: Apache Camel 4.7.0 released artifacts.
Added: release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip (with props) release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.asc release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.sha512 release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.asc release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.sha512 Added: release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.asc ============================================================================== --- release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.asc (added) +++ release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.asc Sat Jul 13 06:15:56 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmaNHIIACgkQnVvv+llC +wEmE+A//cyfjxX1B5IUCB09blVDDQCWKrHkLsL4Sd2rBZgULn/npFPj4n2zCP0Cx +wD0iCVbYm/6GWA3t/dtY6/Zn4ydYosOTgBki5C8SHmnArEedSjnGHTUJ+roPWTjs +6bjY5+YP6DzDqzwgOLb6FCSfxkR/EGyoSXTOjrQDMtncc+jF1ZxLPklerEVaSBYf +kBtuBKe1bmDx20M++1EUTVu7vWFzKPxZa8Av63CG9+t1ONRC6yZa/dQfNKFtfX/t +/Sa1Q8O0xmVsWBRveA0LyJDIbbZT/ctkLxed6lLOo4SiPzprseEDQsZimeEPTGe7 +wCA+SoTZjNpNCLtafQnMbAKgh+X9Auypb11345NcYS3lzubErM/XZKksmsIchY36 ++6SJLxU4gSaua4fRSFx4f2sqQravHJM24F4gq2/b0dBL1W58EpxGDBVlfKCEBl1D +oQiE0VsVqLr7JOAON8YpIeK7/Fd8Qs1A1i1cU2Icu3q/I6x6+yen2ENigldnlX/H +hgB+JX8PyvwcX8rEj3Y9M1ZmkYW7LRBlzglJ4AEMX5/PdWYvX+Qn2ri+V3o+H+Xy +eVlxwc5ogN/3cX9eFbOKNfdrs0GvaWKq1HRnGZ0SAQAuGyN4Zv5AuUH1RwFmHD9P +KoDRA1So7WGYhj2m0DNnkJk/j09j+gJwvpYlGei2nZcWr8EYYGs= +=jwHo +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.sha512 (added) +++ release/camel/apache-camel/4.7.0/apache-camel-4.7.0-src.zip.sha512 Sat Jul 13 06:15:56 2024 @@ -0,0 +1 @@ +fe31159856836ba844b8eabf77dd63aaf0f7590410f95b3f51f2ab31aaa4b9baa1b1c344a91848653386ccc3e5807843826f265a4c1a7b7913555dd184c89044 apache-camel-4.7.0-src.zip Added: release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom ============================================================================== --- release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom (added) +++ release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom Sat Jul 13 06:15:56 2024 @@ -0,0 +1,255 @@ +<?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.7.0</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.7.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> + <remoteresources.skip>true</remoteresources.skip> + </properties> + <dependencies> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-api</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.7.0</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.7.0</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.asc ============================================================================== --- release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.asc (added) +++ release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.asc Sat Jul 13 06:15:56 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmaNHIIACgkQnVvv+llC +wEkPgg/8DeGeXMEEHUnasrJ0r+xBQh0et0kXhdi7B3y4rgS52hxThYane3TgSljq +r4gwrrmI044tLTfqFig3eUeZqCrGDLEvND1Mc3bRck8xFzcu5Nb3NZ78ivbPvfiN +ws1+SoEuqABqZRAJsd+9YnEhfiVFZs1y6EDipTapnpN7xO2GXgHeP1xl3d4EPCm+ +Vrz/nOkvn8VgPJn32ZU+S+dushx+A9Qqz9WhJSu3fWYYQDGUDORaXm7+m2bhAATQ +WmF2z8dqzDf6DbIw6i2D6Rw+xJxpn0nrAXE8D9aLfyGJtcmRlrOLHunSH5mlWIQ1 +h5nzeHvSVw0giHVw23OUyLV102FG186y2MBgwqy2Zogg4iExwjc7b6tC4dlZ0oWd +7wsZRWDLZNNfeM/BroS6T2haMn8LIuLNLzMuCDTGMKKaBTqx0+jWll9heIu4u+zJ +ipnWCkPMat5BkFkzS4yEIHdegk7oqTtAbOEldHoEbmQ5m2y/ub7J2q7W5teScMpu +hnUVekv6aAvcK+lrpHQrAN2pZcar9qecScmPxmUZrOPuSKVdP1sIRX3LG6fXHJhv +tzd5/zta6JLBbj6gRIG/pav1vTX33WfqqtdglFPm8d7Z+Gp3wpq/rxjmFUbBVabE +rnd9YlaoFThk6bs4YzE89wIjdg5/l6EHIfNavl6E3kKPhTLVPCg= +=lmy/ +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.sha512 ============================================================================== --- release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.sha512 (added) +++ release/camel/apache-camel/4.7.0/apache-camel-4.7.0.pom.sha512 Sat Jul 13 06:15:56 2024 @@ -0,0 +1 @@ +f940af88fbfee7c9bd2477a8a42b4ed644e04f5b13c22be0eec58dac745b29a07b0166a0389de5254b91af651395540710140274f1149c66d4996405bf97d7aa apache-camel-4.7.0.pom