Author: gzurowski
Date: Thu Sep 17 08:07:57 2026
New Revision: 87608

Log:
Apache Camel 4.22.1 released artifacts.

Added:
   release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip   (contents, 
props changed)
   release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip.asc
   release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip.sha512
   release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom
   release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom.asc
   release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom.sha512

Added: release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip
==============================================================================
Binary file. No diff available.

Added: release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip.asc   Thu Sep 
17 08:07:57 2026        (r87608)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmqmpNsACgkQnVvv+llC
+wElH0hAAqrsMn18TiUpDqjaJ2UgiEzbSyHTQrv3MzmOfMwQBLTxLn+tNJEwWVx5d
+A1uOd8ebyOxNn29tL6koMJCv0BBjwBOMZGfV245iHeyFW4s0l4woLFJvlzsqRLJh
+97GwPdtlam7dBlmmEnrYH2dQEdHi69jlMXPGe16KXc14JfFyOMIwgM1BwJyqK3g/
+B8r9axMrLwtyjaC3+PsoRYd6Wg+XvaS2MqJLGl4APXTMF1QtoAYcbIdWJXDuVh86
+dShwX4JcId/hj8Cu+DOa2Pib7xZmC1SdEGbrcxUNNSgrIM5bIGcbWY5lBHCLEKtF
+5R294Vz/vgnDPcBB63MTOvQObtBLDAHrq16sTFVNXbfgpD98lBFM4NQjqmYyLH4O
+5kKSwl7FAgm75Jz3fjilMPSIEEDKzrutptcw/Aj7HTDAAm/3SDNEZEGdpBzEz5yI
+WjWqz4h0elVKCPbrbDa8GJVLR40ejNzJaxEKeBJEFnR5rL7fMPbA3A4KOKhy5XMU
+Xb7cXhtViNI8MPiCjkWXqpjxQ8v0rMHpA8PfQ6vsPNNkdRmk4uESs/3nAJrCnx5H
+KmCDl6uZFYHSNqpcn+DLXqNRYzBWLu/s5pcy1Xrsepen6j7JdMmxEtF6ONCMakrS
+57VYMvTWRe0gysdNTc3XEjMtnOHhkFdXTZXUrrTg36aqUUV2qiE=
+=ZRwD
+-----END PGP SIGNATURE-----

Added: release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.22.1/apache-camel-4.22.1-src.zip.sha512        
Thu Sep 17 08:07:57 2026        (r87608)
@@ -0,0 +1 @@
+1059a60347c09b7d96f724e291d071a4df064aa71ad97bff9a8093f21f96fcc4f69e504f3d54e5df595b097f5e39ffcc589dae06389965d445a1af52ad32b5f6
  apache-camel-4.22.1-src.zip

Added: release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom   Thu Sep 17 
08:07:57 2026        (r87608)
@@ -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.22.1</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>apache-camel</artifactId>
+  <version>4.22.1</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.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-util</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-management-api</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-management</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-base</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-base-engine</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-support</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-engine</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-model</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-processor</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-reifier</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-languages</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-xml</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-catalog</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-cluster</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-console</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-health</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-jaxp</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-jaxp-util</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-main</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-tooling-model</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-tooling-util</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-io</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-io-util</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-jaxb</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-yaml-io</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-allcomponents</artifactId>
+      <version>4.22.1</version>
+      <type>pom</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-console</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-lucene</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-maven</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-suggest</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-route-parser</artifactId>
+      <version>4.22.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

Added: release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom.asc       Thu Sep 
17 08:07:57 2026        (r87608)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmqmpNsACgkQnVvv+llC
+wElLnA/9ERkZWLeYfrhVz8WOFUITkfXx59DXt2bWBDqWZ8njht2aAKtqrwYwNnCl
+atysZXmPzNNTUILg8KbKA+EizeGT02FubLIeJan0yeBsB+R16Qk+D12V+d5UmZmZ
+ZlbJpZjq90IzRE3DsMGbqNsl+zqtz8sWMEMPF3wlS8XkVulTM7WgaSjClVJ6iBES
+kpHRnho01oNZBToEi2XVA+oBVi0GoKdt5hpfhiTxd8AOUlbpeODi62jMJp0l/9gc
+kACGD0I/E2H/U48wyQkIFspjGxuUm7ibcaOC0dGTbaS3UKDF6duEgouxurW4Q4JY
+k6TADPaB8mnhNNDYk2KxQdSFwtYZY8J69hHs7ywkPwuMECCFvrwUuM7FGK8C4lXK
+JZPZ0F3G/lHLz4GIdQNFaapE9Mr2orcdPZGT8r1nC9bzlfQCZeLBVmoR8Ohvy4iQ
+YnBlrfejuHHQ3Y8V7PASZrc7T8/27gxw2poDzK3ARmMRaP/GbCiAi5vzP1g5rhtm
+eihL50s/0cyIAgTYBkX6FaObMQuCoUkcS1NbTS+MQBEmlJHgNF73FGsRxYT88PMN
+CDpCQNVK3vnr3akeC3yigZsD+vMSKTDH4LStvs9V0qeDIiG2NkO3TGa4foWMRvtQ
+Chb12cMz35D4JHWy7igcHoWiQvrpJvucknkNsXhXI8342R+y/0o=
+=yXSD
+-----END PGP SIGNATURE-----

Added: release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.22.1/apache-camel-4.22.1.pom.sha512    Thu Sep 
17 08:07:57 2026        (r87608)
@@ -0,0 +1 @@
+0f089f41617865e859ec9547bbf25746fe5210cc3ca5ed90a234c11141e2dbbba4b0cd5b0fe1494f3eb868dc84ff9938a79b71b398a7963923e7583d56b3cf7c
  apache-camel-4.22.1.pom

Reply via email to