Author: gnodet
Date: Tue Jun 15 10:59:41 2010
New Revision: 954810

URL: http://svn.apache.org/viewvc?rev=954810&view=rev
Log:
[webconsole] Make sure the version of the exported package is in sync with the 
project version

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=954810&r1=954809&r2=954810&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Tue Jun 15 10:59:41 2010
@@ -100,7 +100,7 @@
                             
org.apache.felix.webconsole.internal.OsgiManagerActivator
                         </Bundle-Activator>
                         <Export-Package>
-                            org.apache.felix.webconsole;version=3.0.0
+                            
org.apache.felix.webconsole;version=${project.version}
                         </Export-Package>
                         <Private-Package>
                             !org.apache.felix.webconsole,


Reply via email to