You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/03/26 22:26:07 UTC

svn commit: r1461321 - /karaf/trunk/webconsole/console/pom.xml

Author: jbonofre
Date: Tue Mar 26 21:26:07 2013
New Revision: 1461321

URL: http://svn.apache.org/r1461321
Log:
[KARAF-2228] Fix org.apache.felix.webconsole package export version

Modified:
    karaf/trunk/webconsole/console/pom.xml

Modified: karaf/trunk/webconsole/console/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/console/pom.xml?rev=1461321&r1=1461320&r2=1461321&view=diff
==============================================================================
--- karaf/trunk/webconsole/console/pom.xml (original)
+++ karaf/trunk/webconsole/console/pom.xml Tue Mar 26 21:26:07 2013
@@ -120,7 +120,7 @@
                             org.apache.felix.webconsole.internal.KarafOsgiManagerActivator
                         </Bundle-Activator>
                         <Export-Package>
-                            org.apache.felix.webconsole;version=${felix.webconsole.version}
+                            org.apache.felix.webconsole
                         </Export-Package>
                         <Private-Package>
                             !org.apache.felix.webconsole,