This is for SMX4: https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk
I had updated to the latest source about an hour ago, before creating the changes for this patch. -Mike ________________________________ From: Ramnarine, Michael Sent: Thursday, July 24, 2008 5:03 PM To: [email protected] Cc: Dushin, Fred Subject: Problem with properties used in <parent> in several poms under features/trunk/examples 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
