From a41e6e6c3ccb4111ecaeec85baf00b0f3830d727 Mon Sep 17 00:00:00 2001 From: Laurettta Date: Wed, 22 Jul 2026 14:13:41 +0100 Subject: [PATCH] [bugfix] Patch packageservice XAR to report existdb-compatible version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/evolvedbinary/elemental/issues/225 packageservice.xar was reporting the raw product version instead of the eXist-db compatible one. Build now unzips it, replaces packages:get-version() calls with packages:get-existdb-compatible-version(), and re-zips. Same pattern that was used for the dashboard patch. --- exist-distribution/pom.xml | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/exist-distribution/pom.xml b/exist-distribution/pom.xml index afb9456c5e..5fd75dd2f1 100644 --- a/exist-distribution/pom.xml +++ b/exist-distribution/pom.xml @@ -816,6 +816,50 @@ + + unzip-packageservice + process-resources + + run + + + + + + + + + + + + patch-packageservice + process-resources + + run + + + + + + + + + + zip-patched-packageservice + process-resources + + run + + + + + + + + + + + unzip-monex process-resources