Author: gzurowski Date: Mon Oct 21 12:56:40 2024 New Revision: 72521 Log: Apache Camel 4.4.4 released artifacts.
Added: release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip (with props) release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.asc release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.sha512 release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.asc release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.sha512 Added: release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip ============================================================================== Binary file - no diff available. Propchange: release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.asc ============================================================================== --- release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.asc (added) +++ release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.asc Mon Oct 21 12:56:40 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmcPoegACgkQnVvv+llC +wEnSLA//bUjgTH/kg+ji13xH5rpNalOC42NB1ycxzDup7YHLEo1aCygChFGqHf91 +YitrU2XsUSWC6TWf7yjuWsDH7OgcOYAd+98f0XKSdwyKHcLBu9W5Xfl2UZwf1jOd +RdnCZG6i0ioQizhMUIkr4mXELnDW9NinBCIyl+e59imjTwqGY9kn/D5bCaKX/Sy+ +ece6cIPy3x5ZtmBbomVKyjGFO1Zg6XCoZ/av0t/c09feqGyc1Q4arX6J1i74zRQO +tM8o9AG0i1QB5/7JYsUJ9OXqMl3Ct7/DlzRr9RkwAZe2wzzbmifsaAoQeXt0IbPt +5FDug3WKGHY3yxj32IeKLEytfmR30jOSTlXGgaRmimHm1htVYmYI2g8YIRljvJOB +V/nGxcOpQYG1p9Jtj5dIXTZWH2sSr/X6btAWjZCIW1sTPbDqJS5G2Ft/cRi7YVYK +3ImE+O5mjRicKOehDtHoW09Mq6KXG+cwyRp284ATV+eAK3Y4FCv5pzM9ts6VIsz7 +Y3zHDvq+km7xBslZ/ZZwsmwBgbZoWyV7Tv/hl3yPyk7DALWicrnbcDN9aSs5y48k +jedxkamcPgb0v04lJRYY8HE6MtUmI6fWhIbLJMXV0uWrNWIPj4dYpEOSrQJSeLda +3SXLTmSx2raJID4mvPRoIg8oon0mfIyKXrdGnaMzK3SqTYiRV0Y= +=hP7a +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.sha512 ============================================================================== --- release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.sha512 (added) +++ release/camel/apache-camel/4.4.4/apache-camel-4.4.4-src.zip.sha512 Mon Oct 21 12:56:40 2024 @@ -0,0 +1 @@ +6b037a4904eb9b41634dcf13b6123c8118d9491a8a5553a21b55ce3063b9c91fca82419bf596c8797361e305e2bc809e2ff7a83dcfa020a3c19dbf83b6166c02 apache-camel-4.4.4-src.zip Added: release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom ============================================================================== --- release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom (added) +++ release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom Mon Oct 21 12:56:40 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.4.4</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.4.4</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.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.4.4</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.4.4</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.asc ============================================================================== --- release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.asc (added) +++ release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.asc Mon Oct 21 12:56:40 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmcPoecACgkQnVvv+llC +wEnujg/7BRB+wFC+iId0O8QoB4r4EDjxKFr45E0CsJxBBoFB13zABubkU+b4nh03 +2NKEpeBsux6KnCa9TeqzpOvBPkyYRLsiRSILFcTiA6CrN3UKAPq+z7U4id9TH0tf +7Kh0L+ETWHdTnRJb8empw0c0/j0hwuBV8EHaw5YxSY2gp4Ng6OMPIIIwD3LYTEw/ +J3UvmA0S7G3RAyav7Vi7vdrLRkWwmwV+W6RQ1VeM8SVgEAeIeEiLwsNkoNJF13c1 +8vc6ngXcptcGxi+2mS1m0XHeclo7Rg9b0DxQ7++EpF8ZJXlTFrfn4kNa+jOyR2xh +ABI5ypi/7oWREJ+0u+kDgzaSazbVQNXPjMMNgtG0yWUYcV8xnK1zeeqGsrOr5MyC +xZUFFVHzKMgUI8w2GHtMC7GJMBy0hE0v637VhzAUBvKzwGOgiGwPdOIvAPbd7eMW +W00YLNw2dUgy4EVuR3YwqnVrayqpFmg+0ybYFD9qSIxneZVlV4STFxPlCrAHNWE3 +8RqhquR43YWaDZZE9bTC4hHe1M/NXwxxnqsTQN+U05qHJltxten9su5x2zekFG1H +qkFPh2KznM5lPf84TqWNeFSfwNeH6/ulVp+erFjf4h2gxcBvVbfIiYJEhMWyYHKm +GFYuyzpyVW9ZahfdvzfwPkA/wnW9pdGpJcoIfwJskX6cqqnSV7s= +=VObx +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.sha512 ============================================================================== --- release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.sha512 (added) +++ release/camel/apache-camel/4.4.4/apache-camel-4.4.4.pom.sha512 Mon Oct 21 12:56:40 2024 @@ -0,0 +1 @@ +3320fec6e29b153987f672a25eb258cbf2fc149db01eea3aef52ecf816504819da33c83b730a3dafcdcc4167ecd4406749ce52e95c45bead05a77c66205da6f6 apache-camel-4.4.4.pom