The attachment didn't make it through email, so I've logged the following bug, and attached the patch there:
SM-1480 Problem with properties used in <parent> in several poms under features/trunk/examples https://issues.apache.org/activemq/browse/SM-1480 Again this is for SMX4 trunk. -Mike ________________________________ From: Ramnarine, Michael [mailto:[EMAIL PROTECTED] 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
