This ensures that people loading the target platform will
receive the correct version of the plug-in. Currently developers
still have old cached versions of the old bundle with version
2.0.6 that the system unwantedly keeps loading while P2 should
be loading the correct file on the web. The only way to prevent
this is to bump the version qualifier stamp to force downloads.
refs #7114
<lucene.version>4.9.0</lucene.version>
<lucene.version.actual>4.9.0.b0003</lucene.version.actual>
<lucene.prefix>org.apache.lucene4</lucene.prefix>
+ <jdom.version>2.0.6</jdom.version>
+ <jdom.version.actual>2.0.6.b0001</jdom.version.actual>
</properties>
</instructions>
</artifact>
<artifact>
- <id>org.jdom:jdom2:2.0.6</id>
+ <id>org.jdom:jdom2:${jdom.version}</id>
<source>true</source>
<instructions>
<Bundle-SymbolicName>org.jdom2</Bundle-SymbolicName>
+ <Bundle-Version>${jdom.version.actual}</Bundle-Version>
+ <Export-Package>*;version="${jdom.version}"</Export-Package>
</instructions>
</artifact>
<artifact>