Community
Participate
Working Groups
The following: org.eclipse.virgo.util.*;version="${org.eclipse.virgo.util:[=.=.=, +1.+1)}", should of course be: org.eclipse.virgo.util.*;version="${org.eclipse.virgo.util:[=.=.=, +1)}", The incorrect range gives results like [2.2.0, 3.3.0) and [3.0.0, 4.1.0). (I noticed this while working on the framework hooks branch, but the fix clearly needs to go into master.)
This was done as part of the work on Bug 336029, it was required to get an initial build through without breaking the build. Now the new versions have been rippled the changed templates in the kernel and also in web and apps have been put back to the correct ranges and pushed.