Description
Now, a Spring feature "imports" the "spring" feature using the version:
<feature name="spring-orm" version="3.2.8.RELEASE" ...> <feature version="3.2.8.RELEASE">spring</feature> ... </feature>
To prepare the new "OSGi-like" feature resolver and be aligned with the Spring bundles import packages, it would be better to use a version range like "[3.2.8.RELEASE,3.3)".
The same policy applies for all Spring versions: [major.minor.micro, major.minor+1).