Recently several pom.xml files under features/trunk/examples were
updated to use the property ${servicemix.version} for the <version> of
the <parent>. For example, features/trunk/examples/cxf-osgi/pom.xml.
This is causing problems when an artifact is picked up in another pom
(outside servicemix), via a dependency, even though a parent pom does
define a servicemix.version property. Using properties to define parent
or artifact versions will also cause problems with some release tools.
I've attached a patch that will clean this up.
Would someone review this patch and apply it?
-Mike