Hi,

I would like to ask about version resolving in repository element of feature 
file.
I am asking because of line 21 in 
https://github.com/apache/cxf/blob/cxf-3.2.1/osgi/karaf/features/src/main/resources/features.xml

<repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/[1.0.0.RC1,2)/xml/features</repository>

When I download karaf 4.1.3 and start it, then execute command: feature:list | 
grep pax-cdi
output show version 1.0.0.RC2

But after feature:repo-add cxf 3.2.0, then re-run feature:list | grep pax-cdi
it shows additional 1.0.0-SNAPSHOT

I suspect that karaf cannot resolve RCx version sufix

thanks, m.

Reply via email to