From 26a33909d71709de81a05b5fd42f9be5ac002ca7 Mon Sep 17 00:00:00 2001 From: Scott Lewis Date: Thu, 5 Mar 2026 12:48:29 -0800 Subject: [PATCH] Fix for missing classes in maven-jar-plugin. --- annotation/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/annotation/pom.xml b/annotation/pom.xml index 307d5d5b..5d679f76 100644 --- a/annotation/pom.xml +++ b/annotation/pom.xml @@ -43,7 +43,7 @@ Bundle-Name: Bundle ${project.groupId} : ${project.artifactId} Bundle-SymbolicName: ${bnd-bundle-name} Export-Package: ${bnd-bundle-name}.* - Bundle-Version: ${version} + Bundle-Version: ${project.version} -noimportjava: true; -nouses: true; ]]> @@ -57,9 +57,6 @@ ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - META-INF/* -