From 6ec9f39f9289bf1497ba1fc966f71aec7c79d65a Mon Sep 17 00:00:00 2001 From: smillidge Date: Mon, 16 Mar 2020 19:18:39 +0000 Subject: [PATCH] Fix the manifest to include correct OSGI metadata Signed-off-by: smillidge --- osgi.bundle | 2 +- pom.xml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/osgi.bundle b/osgi.bundle index 7302386..ee5c2b0 100644 --- a/osgi.bundle +++ b/osgi.bundle @@ -17,4 +17,4 @@ -exportcontents: \ org.glassfish.enterprise.concurrent; \ org.glassfish.enterprise.concurrent.internal; \ - org.glassfish.enterprise.concurrent.spi; version=1.0 + org.glassfish.enterprise.concurrent.spi; version=2.0 diff --git a/pom.xml b/pom.xml index 6c382ff..4d1a28c 100755 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ org.apache.felix maven-bundle-plugin - 4.1.0 + 4.2.1 @@ -136,7 +136,12 @@ org.apache.maven.plugins maven-jar-plugin - 3.1.2 + 3.2.0 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + org.apache.maven.plugins @@ -176,7 +181,7 @@ - + org.apache.felix maven-bundle-plugin