Ok, It can be done with the <_nodefaultversion/> instruction (thanks to Neil
Bartlett on felix-users).

The question is if we want to:
- release a new parent containing this
- add it to the projects we want to release till we have to update the
parent anyway
- set versions to our packages (with a packageinfo.java file) and add the
directive only to the ext.* modules

WDYT?

Reto


On Wed, Apr 10, 2013 at 6:33 PM, Reto Bachmann-Gmür <[email protected]> wrote:

> Hi
> I've just noticed that probably since updating the maven-bundle-plugin the
> export and import declarations in our bundles have version ranges.
>
> E.g.:
>
> Export-Package: org.apache.clerezza.rdf.enrichment;uses:="org.apache.cle
>  rezza.rdf.core,org.apache.clerezza.utils,org.apache.clerezza.rdf.core.i
>  mpl";version="0.2.0.SNAPSHOT"
> Import-Package: org.apache.clerezza.rdf.core;version="[0.13,1)",org.apac
>  he.clerezza.rdf.core.impl;version="[0.13,1)",org.apache.clerezza.utils;
>  version="[0.2,1)"
>
> While it used to be:
>
> Export-Package: org.apache.clerezza.rdf.enrichment;uses:="org.apache.c
>  lerezza.rdf.core,org.apache.clerezza.utils,org.apache.clerezza.rdf.co
>  re.impl"
> Import-Package: org.apache.clerezza.rdf.core,org.apache.clerezza.rdf.c
>  ore.impl,org.apache.clerezza.rdf.enrichment,org.apache.clerezza.utils
>
>
> This happened by accident and I check if and how this can be reverted.
>
> Cheers,
> Reto
>
>
>
>
>

Reply via email to