Author: gnodet
Date: Mon Dec 15 05:25:22 2008
New Revision: 726693
URL: http://svn.apache.org/viewvc?rev=726693&view=rev
Log:
DIRMINA-644: OSGi exported packages should contain the mina version
Modified:
mina/trunk/pom.xml
Modified: mina/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=726693&r1=726692&r2=726693&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Mon Dec 15 05:25:22 2008
@@ -416,7 +416,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${symbolicName}</Bundle-SymbolicName>
- <Export-Package>${exportedPackage}.*</Export-Package>
+
<Export-Package>${exportedPackage}.*;version=${pom.version}</Export-Package>
</instructions>
</configuration>
</plugin>