Author: gzurowski Date: Thu May 29 14:28:47 2025 New Revision: 77237 Log: Apache Camel 4.12.0 released artifacts.
Added: release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip (with props) release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.asc release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.sha512 release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.asc release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.sha512 Added: release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.asc ============================================================================== --- release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.asc (added) +++ release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.asc Thu May 29 14:28:47 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmgwwcwACgkQnVvv+llC +wElG4xAAi0idr7GbwZWtnuX8fbwfD+iuFLKe9y3BnCtbKFBR7F4GK8/SmKcEB3V8 +rLu3YOfGb/HFHpD3G6jAODK/TDOApgybTSQwqMc27qw2vaLVWy+G5aMATuP5irPo +PCd3wPa0oHRBIQygnVPJqtPv1LHugGau5eOlf99EgcLVynLjMv8Hpv1wCUUEYrrp +dqeEq91H9Gio2N7b+1b/JxlR+hijt/jF4PriqV4R/4tyK8mcWRjhXsL+aVYsLfta +DfXi2rzpazPX1B5cS1Rh3IDDK6cfH9o1mvskxjRSD9+hPl3rQeqLDb7v1yrVGBGb +lukgdkw+8oPSA5JBR7FUHypGehuNH/H+d0c0s6dx/fKOlDl2ifxZsbIuNPaKu1k4 +nJVeG4nvurap8clVu4eUvqt4vPS7wMfdgr9HsHVRwTKhylAWdLt3wOF2TtcmmEPz +LdqRjJxAysQDhIFiF7j/cBp7tl6Z6YPG5Ilfm+KpwRTb9FNlIrzOu0MjZ7sGmHUd +2At/jP99UvZmB2q/ruIzY2an86ypgm5goX8y4qT/6dk0NQteGzogS1Vzznr6fMRL ++OXxCscjY0awfyiSESWD0QCRpbxj2pPOX5WVNTK3W60JUDjs4WYpcfQECxPETfeQ ++Zddlgz1ceX5oL/8Qa9kgfiz6OOaLgNT/gtZ9EyVWz4P/jpf0i8= +=A/bd +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.sha512 (added) +++ release/camel/apache-camel/4.12.0/apache-camel-4.12.0-src.zip.sha512 Thu May 29 14:28:47 2025 @@ -0,0 +1 @@ +f879acf04569f79a97000da2c673e68e5acd8e3f1711c5c9469c10e9d4ef8e02e1b329144cccf2df192dba74f671d2566ca8ef6ebad013fe1194465ddd46b5e7 apache-camel-4.12.0-src.zip Added: release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom ============================================================================== --- release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom (added) +++ release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom Thu May 29 14:28:47 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.12.0</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.12.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.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.12.0</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.12.0</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.asc ============================================================================== --- release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.asc (added) +++ release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.asc Thu May 29 14:28:47 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmgwwcsACgkQnVvv+llC +wEn46w//ep6MKvKCKMc0y/dU02ZqoIaL17ziRnFKvj8+O/exESZrSVgSdIs8z9KT +GT1TlwAQ9KCbZeG30Z4wDJE8ob0/Ih9wtdRlPiJ1/z3WvKpBltRibqDSzXNXc3jf +Kt0hO0iQhTo0ef5l0Vf1ksRh5FD44B9g3pH4tSDTElXE+Z2+JqCkelXCgjzX7vb4 +zZgjGi/DsNVAxezV5MVE87aFxBhzU0CyYOlj0YBG39FhElP8rzmFXP+VgPT0sK7+ +2XZqOjlXXBq+sQX5gRwj0ukQATBeGFm71Emuwp7Qyzy+oVAvEHc/vZBN2En3r9r3 +IFkEiu2VewlqgyZpwOFeb3ahtS9118erSBiCFloGk6IPro5ix1+c4DCVSDg2bF6l +/s9C9RSBtiGobkTeIuu/Pap1u1ev7rrgbvzDAZuonkTNv+CCVQ0veXTSqRi6CA4D +wysFhZty+X0j2YJHuVwTk5+iJDAED/sSwIus3db9TYtdLH3ODuXFUK5P7NLPFInM +P+Z63lQ5R8kZ6nUOsxwtoCz03B4LP0EYF5vTwIF8hckNCnM/cwzBD7w6N+BiyAHS +QQ2FGLsPX+tX3Y+CDx+pGKIB0KphyOnJrlZEqQZkK7oxDyoScSCyAGWTrAf8kJR/ +lsYV1ekd+mpTJ+W06hL6+aFExW3srALdtCGNDyK31BinIOVQLiA= +=mvBh +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.sha512 ============================================================================== --- release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.sha512 (added) +++ release/camel/apache-camel/4.12.0/apache-camel-4.12.0.pom.sha512 Thu May 29 14:28:47 2025 @@ -0,0 +1 @@ +d2e5cdeb02def5d63e01b745f9f1fc03a09fb56648d6ae5796445f9aedb62c1a9adbbf3da5e9c0f88ffa1f2504fdc1056b0927891aea959293bf1127cbf9f654 apache-camel-4.12.0.pom