You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2016/03/21 17:54:27 UTC

svn commit: r1736007 - in /felix/trunk/gogo: jline/pom.xml runtime/pom.xml

Author: gnodet
Date: Mon Mar 21 16:54:27 2016
New Revision: 1736007

URL: http://svn.apache.org/viewvc?rev=1736007&view=rev
Log:
Fix OSGi headers

Modified:
    felix/trunk/gogo/jline/pom.xml
    felix/trunk/gogo/runtime/pom.xml

Modified: felix/trunk/gogo/jline/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/jline/pom.xml?rev=1736007&r1=1736006&r2=1736007&view=diff
==============================================================================
--- felix/trunk/gogo/jline/pom.xml (original)
+++ felix/trunk/gogo/jline/pom.xml Mon Mar 21 16:54:27 2016
@@ -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>

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=1736007&r1=1736006&r2=1736007&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Mon Mar 21 16:54:27 2016
@@ -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>