From 2a407d094c9bf8025e7a48822f75f65fd21c6475 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Wed, 19 Jul 2023 21:59:24 +0100 Subject: [PATCH] Add Implementation-Version to Manifests via pom.xml The /getStatus endpoints in the web UI were returning a null version since the build was switched to Maven. It is probably now possible to remove the individual manifest files but I have left them as they are for now so we can still build with cmake if we wish. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 8dc708ecc1c..371592153c6 100644 --- a/pom.xml +++ b/pom.xml @@ -232,6 +232,18 @@ maven-surefire-plugin 3.1.2 + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + ${project.version} + + + +