Author: gzurowski
Date: Tue Feb 17 15:55:36 2026
New Revision: 82582

Log:
Apache Camel 4.18.0 released artifacts.

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

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

Added: release/camel/apache-camel/4.18.0/apache-camel-4.18.0-src.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.18.0/apache-camel-4.18.0-src.zip.asc   Tue Feb 
17 15:55:36 2026        (r82582)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmmPQiYACgkQnVvv+llC
+wElc5Q//SOWIk1kYRsOlX4Mwxl8RGVHKzPG/0eEcbVj4kLiVsiTkuU/d9PYxdBlf
+aIOkbRXbEKtAMuyMsB7+eUZdI26eST/h2Q0LhBQTcxFEXuE9T64mcli2GRCntlXh
+CKobsmQAyDsTcM+284S7q7jTqglomA+4y/o+wF248rRIxle3jziYSrmeM5XRXR1I
+tfEd/y45joayNjuQk3M4c/OOCcYMBpXyQQ9W0LYqnRf/hZU0D1Ow6UO2l4m62zZc
+BuJIow9eQW9NxD2NzV9Yu483h0R+24nP1qqqI3tlkc1OksZd5JU6iBnuatO5A4Y2
+trK2wgNbb0Q6q/KnsX+n4hocmqP2Fsj0gMZWNPd4Yo2qtLypVc9rP5ZU73sdA8tJ
+925P+X2O5Fg0xzagRZ/LfYECb4nX+BuUU+oYknKMfj1wwibFHoIs4lodxgPGjrBL
+sFtsAzFStp47PTyZIcSHsxLTnQ+aoFvGrOL6EvM+MbbAaRIMVVb46EtSBbtNe8L4
+MUTi3faoZ9I0s5GCNDF6ZCuwsqkE8CEWgI3yQs6vTsWm4DzitGgu7u611m200odo
+zz/VqiWH83CTOuIdKMC/ciJB8q5BvUJfT8bChudaASUJXFxivUfQCaraMqr3lK8y
+Yw9STFdgEhuAlIb8FjTS+U4zIm5t+7PRYX1/1/t/8kketAZPbi8=
+=hEOJ
+-----END PGP SIGNATURE-----

Added: release/camel/apache-camel/4.18.0/apache-camel-4.18.0-src.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.18.0/apache-camel-4.18.0-src.zip.sha512        
Tue Feb 17 15:55:36 2026        (r82582)
@@ -0,0 +1 @@
+e6c9f2ad52fee0416397c866cea3a9a99945c1e2fc85db3b8b4706fd7e00483d47d4cfa23821fdaff73baef5437c96cc5c0245a34bab1911e1fa2acd08a7a978
  apache-camel-4.18.0-src.zip

Added: release/camel/apache-camel/4.18.0/apache-camel-4.18.0.pom
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.18.0/apache-camel-4.18.0.pom   Tue Feb 17 
15:55:36 2026        (r82582)
@@ -0,0 +1,262 @@
+<?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.18.0</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>apache-camel</artifactId>
+  <version>4.18.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.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-util</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-management-api</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-management</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-base</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-base-engine</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-support</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-engine</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-model</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-processor</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-reifier</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-languages</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-xml</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core-catalog</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-cloud</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-cluster</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-console</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-health</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-jaxp</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-jaxp-util</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-main</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-tooling-model</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-tooling-util</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-io</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-io-util</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-xml-jaxb</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-yaml-io</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-allcomponents</artifactId>
+      <version>4.18.0</version>
+      <type>pom</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-console</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-lucene</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-maven</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-catalog-suggest</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-route-parser</artifactId>
+      <version>4.18.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

Added: release/camel/apache-camel/4.18.0/apache-camel-4.18.0.pom.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.18.0/apache-camel-4.18.0.pom.asc       Tue Feb 
17 15:55:36 2026        (r82582)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmmPQiYACgkQnVvv+llC
+wEnv3A//Z9UDmPyWbGhlOB8BJQd0JGe4j5sOGtbAADaDuZsU3wI5pryY9jcZk1wh
+IKkdbLf7IoDtIDSkIg+lh2+bAAldGYXbSpKtmgCOoAcP3b5Bkx/ZsvxxXbHANju8
+e38QbJ5NUuVn5lYPt+QgyKoE1Gvj/35ZL7eFraN53dE4J+WREpnw+rqlaagigpnE
+m0hmEykQQ+nNINTlYUV7RXaAfYQqdvLi1/VahDw9BG/mQ+A/KY7gZHSFuivuvLuB
+D8gxY0Zbk7kiYmkHCIo/XQcQe0hnSLU+ZZf6t5iS6c8CJhVrtPa5ZaWSYfSn/yPD
+XyijpnPYLgNuUJTr/mmQoSsBvlK2IaIHpQSh0M+gmySzXtAWUp0klnDlyju2Fc5Y
+7Acgn+/JYlzV/y35xv0FoJdIQFfjUAw8kIF6lsUrRSK9SiZrzf/YI9LjUOGTfx53
+eyFVZ6UbJnpb78vSrQqxXVDZReWcUwqMO5Y4IM4idGDZ8lf507IJ//oAuiWIQjyA
+Gz3EXpUM64ukcSMWHBIZSfPyZ8ACNERQfXxoCTr1UafBY7ODsB4NpEKvCi9LyS4W
+dMWNaUEqTdwxTBPEtvmcoaqk+kV+LxOlOjetOe7rkqZMgHMGJbYzTkbRxzRETUZM
+Qbhn3rzk9dICICZmDpdBAAdVBANsaour2i2FAPIG9WztlmntKvY=
+=VX6k
+-----END PGP SIGNATURE-----

Added: release/camel/apache-camel/4.18.0/apache-camel-4.18.0.pom.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/camel/apache-camel/4.18.0/apache-camel-4.18.0.pom.sha512    Tue Feb 
17 15:55:36 2026        (r82582)
@@ -0,0 +1 @@
+f33b88ef67ea24240affda133490dcbd31282406a8d84fabb824bdb200c753891f4d821b001afa545e5d84faac40cc49aca63ceb21c5f7081dcad356f606b9bd
  apache-camel-4.18.0.pom

Reply via email to