On Friday 26 May 2006 20:55, Richard S. Hall wrote:
> >  2. Does the package version evolve at some other rate than the bundle?
> > And should one perhaps only use the first two digit groups for the
> > package version.
> >  
>
> I think it is worthwhile to have it be possible to use ${pom.version}
> for export package version, but it should clearly not be the default.
> Since packages can be included into any arbitrary bundle, there is no
> default relationship between the deployment unit version (i.e.,
> ${pom.version}) and the package version.

Of course. I meant that one could use the ${pom.version} or similar thing 
within <configuration> section, but that the dash is properly replaced in 
each such instance.

Also, whether it would make sense to have a reduced version as well, so that 
if ${pom.version} == "1.2.3", I could use "something" to end up with a

  Export-Package: org.hedhman.niclas.api; version=1.2

to allow smoother handling of graceful compatibility upgrades.


Cheers
Niclas

Reply via email to