All,
A project I'm working with is using a very minimalist implementation of the maven bundle plugin that relies on the maven-bundle-plugin to use the default version of the bundle for <Bundle-Version>(whatever the pom.version property is set to). In this case, the version is 0.04-SNAPSHOT. In the Export-Package section of the MANIFEST.MF file, the number is resolved to "0.04.0.SNAPSHOT", which is the expected behavior. In the Import-Package section of the MANIFEST.MF file, all of the bundles packages are imported with version "0.4". This creates an unresolved constraint violation upon deployment. I have spoken with the project, and they will be using "0.4-SNAPSHOT" as thier pom.version. However, this is a workaround, and there still appears to be a bug in the plugin or in the BND library. v/r, Mike Van

