Author: ngn
Date: Mon Nov 10 15:20:56 2008
New Revision: 712870
URL: http://svn.apache.org/viewvc?rev=712870&view=rev
Log:
Make sure the version is correct for OSGi exported packages
Modified:
mina/ftpserver/trunk/ftplet-api/pom.xml
Modified: mina/ftpserver/trunk/ftplet-api/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/trunk/ftplet-api/pom.xml?rev=712870&r1=712869&r2=712870&view=diff
==============================================================================
--- mina/ftpserver/trunk/ftplet-api/pom.xml (original)
+++ mina/ftpserver/trunk/ftplet-api/pom.xml Mon Nov 10 15:20:56 2008
@@ -52,7 +52,7 @@
<instructions>
<Bundle-SymbolicName>
${artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache
Software Foundation</Bundle-Vendor>
- <Export-Package>
org.apache.ftpserver.ftplet</Export-Package>
+ <Export-Package>
org.apache.ftpserver.ftplet;version=${pom.version}</Export-Package>
</instructions>
</configuration>
</plugin>