Fix OSGi headers

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1736007 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/jline/pom.xml b/gogo/jline/pom.xml
index 350a913..9876949 100644
--- a/gogo/jline/pom.xml
+++ b/gogo/jline/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo JLine Shell</name>
     <artifactId>org.apache.felix.gogo.jline</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <properties>
         <!-- Skip because of NPE -->
         <animal.sniffer.skip>true</animal.sniffer.skip>
@@ -69,19 +69,16 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>3.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
                         <Export-Package>
+                            *
                         </Export-Package>
                         <Import-Package>
-                            org.apache.felix.service.command; status="provisional",
                             *
                         </Import-Package>
-                        <Private-Package>
-			                org.apache.felix.gogo.shell,
-			                org.apache.felix.gogo.options
-			            </Private-Package>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.jline.Activator</Bundle-Activator>
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 1a407d4..4f06a64 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.16.3-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
     <properties>
         <!-- Skip because of NPE -->
         <animal.sniffer.skip>true</animal.sniffer.skip>