Fix poms for release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@810377 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 7c09b5e..2a3a9e7 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -55,8 +55,8 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.osgi.service.command; version=1.0.0,
-                            org.osgi.service.threadio; version=1.0.0
+                            org.osgi.service.command; version=${project.version},
+                            org.osgi.service.threadio; version=${project.version}
                         </Export-Package>
                         <Import-Package>
                             org.osgi.service.log*; resolution:=optional,
@@ -69,6 +69,7 @@
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.runtime.Activator</Bundle-Activator>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
+                        <_removeheaders>Private-Package,Ignore-Package</_removeheaders>
                     </instructions>
                 </configuration>
             </plugin>