From ab98391229df70f71d435aea523473bb1490e12a Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 4 Aug 2026 20:46:24 +0200 Subject: [PATCH] Depend on the released Doxia 1.12.0, not the snapshot The branch still asks for doxia 1.12.0-SNAPSHOT, which is long gone from the snapshot repository, so every build fails before it compiles: Could not find artifact org.apache.maven.doxia:doxia-sink-api:jar:1.12.0-SNAPSHOT 1.12.0 was released, so this is just dropping the -SNAPSHOT suffix. dependency:resolve succeeds afterwards and picks up doxia-sink-api, doxia-core and doxia-logging-api at 1.12.0. Co-Authored-By: Claude Opus 5 (1M context) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b9e6213..b0852bc 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 7 3.1.0 - 1.12.0-SNAPSHOT + 1.12.0 1.11.1 3.1.1 2022-08-06T21:52:45Z