From 0e674d0a0f001aba848c87d9fa81ca2f8fb17c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Diego=20L=C3=B3pez?= Date: Wed, 1 Apr 2026 19:42:32 -0400 Subject: [PATCH 1/4] fix: maven ark-quarkus-jackson --- ark-quarkus-jackson/runtime/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ark-quarkus-jackson/runtime/pom.xml b/ark-quarkus-jackson/runtime/pom.xml index 2289c39..46ff459 100644 --- a/ark-quarkus-jackson/runtime/pom.xml +++ b/ark-quarkus-jackson/runtime/pom.xml @@ -11,6 +11,7 @@ ark-quarkus-jackson - Runtime Quarkus extension runtime for Ark HTTP client with Jackson https://github.com/juandiii/ark + Apache License, Version 2.0 @@ -18,7 +19,6 @@ repo - Juan Diego From c94d7d893df7aa9a9d7020a9ac9d3a51b82962c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Diego=20L=C3=B3pez?= Date: Wed, 1 Apr 2026 20:52:49 -0400 Subject: [PATCH 2/4] fix: maven --- ark-quarkus-jackson/pom.xml | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ark-quarkus-jackson/pom.xml b/ark-quarkus-jackson/pom.xml index 1f17f8f..7c9211c 100644 --- a/ark-quarkus-jackson/pom.xml +++ b/ark-quarkus-jackson/pom.xml @@ -18,7 +18,6 @@ - true true diff --git a/pom.xml b/pom.xml index af77a1d..f792af3 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ central true - ark,ark-quarkus-jackson-parent + ark-quarkus-jackson-parent From bda21c187d3ab59f3d247adb4b37c3780298eeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Diego=20L=C3=B3pez?= Date: Wed, 1 Apr 2026 20:57:04 -0400 Subject: [PATCH 3/4] fix: comment out --- ark-quarkus-jackson/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ark-quarkus-jackson/pom.xml b/ark-quarkus-jackson/pom.xml index 7c9211c..ef0d0e8 100644 --- a/ark-quarkus-jackson/pom.xml +++ b/ark-quarkus-jackson/pom.xml @@ -16,8 +16,4 @@ runtime deployment - - - true - From 0000ee5e72f68e78f8d346dc38209c5ab101f76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Diego=20L=C3=B3pez?= Date: Thu, 2 Apr 2026 00:27:10 -0400 Subject: [PATCH 4/4] fix: make ark-bom standalone to resolve literal versions in published POM --- ark-bom/pom.xml | 69 ++++++++++++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 26 deletions(-) diff --git a/ark-bom/pom.xml b/ark-bom/pom.xml index 3d10443..cf2585f 100644 --- a/ark-bom/pom.xml +++ b/ark-bom/pom.xml @@ -3,46 +3,63 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - - xyz.juandiii - ark - 1.0.4-SNAPSHOT - + xyz.juandiii ark-bom + 1.0.4-SNAPSHOT + pom ark-bom Bill of Materials for Ark dependency management - https://github.com/juandiii/ark + https://github.com/juandiii/ark - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + - - - Juan Diego - https://github.com/juandiii - - + + + Juan Diego + https://github.com/juandiii + + - - scm:git:git://github.com/juandiii/ark.git - scm:git:ssh://github.com:juandiii/ark.git - https://github.com/juandiii/ark - - pom + + scm:git:git://github.com/juandiii/ark.git + scm:git:ssh://github.com:juandiii/ark.git + https://github.com/juandiii/ark + org.codehaus.mojo flatten-maven-plugin + 1.6.0 bom + + resolve + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + @@ -146,4 +163,4 @@ - + \ No newline at end of file