This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 1da08e2f2f Keep smooks-core and smooks-bom versions separate because 
they can be released separately
1da08e2f2f is described below

commit 1da08e2f2fe7cf237e8e802f58bd2ad4a0e48474
Author: Peter Palaga <[email protected]>
AuthorDate: Tue Nov 18 17:48:00 2025 +0100

    Keep smooks-core and smooks-bom versions separate because they can be 
released separately
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0799ce95ed..f173ad512e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
 
         <!-- Compile dependency versions (keep sorted alphabetically) -->
         <!-- Items annotated with @sync can be updated by running mvn 
cq:sync-versions -N -e -->
-        <aalto-xml.version>1.3.3</aalto-xml.version><!-- @sync 
org.smooks:smooks-core:${smooks-version} dep:com.fasterxml:aalto-xml -->
+        <aalto-xml.version>1.3.3</aalto-xml.version><!-- @sync 
org.smooks:smooks-core:${smooks.version} dep:com.fasterxml:aalto-xml -->
         
<amazon-kinesis-client.version>3.1.3</amazon-kinesis-client.version><!-- TODO: 
remove this https://github.com/apache/camel-quarkus/issues/7812 -->
         <antlr3.version>3.5.2</antlr3.version><!-- Spark, Stringtemplate and 
probably others -->
         
<audience-annotations.version>${yetus-audience-annotations-version}</audience-annotations.version>
@@ -158,7 +158,8 @@
         <reactor-netty.version>${reactor-netty-version}</reactor-netty.version>
         <retrofit.version>3.0.0</retrofit.version><!-- @sync 
org.kiwiproject:consul-client:${consul-client-version} prop:retrofit.version -->
         <rxjava3.version>3.1.8</rxjava3.version><!-- Used by 
amazon-kinesis-client and infinispan-client-hotrod-jakarta -->
-        <smooks.version>${smooks-version}</smooks.version>
+        <smooks-bom.version>${smooks-version}</smooks-bom.version>
+        <smooks.version>2.2.1</smooks.version><!-- @sync 
org.smooks:smooks-bom:${smooks-bom.version} prop:smooks.version -->
         <snakeyaml.version>2.5</snakeyaml.version><!-- @sync 
io.quarkus:quarkus-bom:${quarkus.version} dep:org.yaml:snakeyaml -->
         
<snakeyaml-engine.version>${snakeyaml-engine-version}</snakeyaml-engine.version><!--
 Resolve conflict between camel-snakeyaml & kubernetes-client -->
         <spring.version>${spring-version}</spring.version>

Reply via email to