You probably shouldn’t change this. The version range is wide, which allows 
people to use your bundle if they are running an older framework. It does not 
prevent you from using a higher version if you wish.

You should only change the import to use a higher version (e.g. 1.5) if your 
bundle *cannot* work with version 1.4 of the package. You do this by explicitly 
compiling against the lowest version of the library your bundle can work with.

Neil

> On 18 Nov 2014, at 02:04, Benson Margulies <ben...@basistech.com> wrote:
> 
> the maven-bundle-plugin decided to put the following into the
> manifest, even though I'm using a much newer version of OSGi. Should I
> just add an instruction to set a version I like better, or is there
> something more subtle I've missed that would clue it in?
> 
> org.osgi.framework;version="[1.4,2)"
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
> For additional commands, e-mail: users-h...@felix.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to