From 29391127e752ce457f766f9009f23bca1e411bf0 Mon Sep 17 00:00:00 2001 From: Nicholas Baker Date: Thu, 5 Dec 2013 09:51:32 -0500 Subject: [PATCH] Changes to POM to make the artifact an OSGI bundle. Upped version to 0.0.2-SNAPSHOT due to the change. --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 67e0045..1802315 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,8 @@ org.olap4j olap4j-xmlaserver - 0.0.1-SNAPSHOT - jar + 0.0.2-SNAPSHOT + bundle olap4j-xmlaserver @@ -130,6 +130,15 @@ + + org.apache.felix + maven-bundle-plugin + true + + + + +