From a7b2199201fb826f3954110ca6665e5033509a14 Mon Sep 17 00:00:00 2001 From: Radek Felcman Date: Fri, 9 Aug 2024 09:08:29 +0200 Subject: [PATCH] Maven build - OSGi Bundle-Version fix (#2230) (#2231) Signed-off-by: Radek Felcman (cherry picked from commit efbce400392c65c9440641ceae74889e157173fd) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94dc0ccdc6..ad6b61d43a 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ SNAPSHOT yyyyMMddHHmm v${maven.build.timestamp} - ${project.version}.${build.qualifier} + ${release.version}.${build.qualifier} test-report-settings/surefire-report.properties test-reports test-summary @@ -1658,6 +1658,7 @@ <_noextraheaders>true <_noimportjava>true ${project.groupId}:${project.artifactId} + ${bundle.version}