Hi See ticket https://issues.apache.org/jira/browse/CAMEL-5934
In our parent/pom.xml file we have many maven plugins which have hardcoded versions. I did a cleanup of this and added version properties, so we have the versions defined once, and its easier to see/upgrade later. Also some of the plugins are using older versions. So I have upgraded some of them. So if anything is suddenly not working as it used to be, then check out this commit log: http://svn.apache.org/viewvc?rev=1429481&view=rev And maybe we have a maven plugin that has an issue. For example the archetype plugins is on 2.0. But upgrading to 2.2, causes problem building the camel archetype tooling. We had also an issue at ActiveMQ with the 2.3.2 release plugin. So I have kept it at 2.2.1. Though there is a 2.4.0 release. So we should consider upgrading to that version. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
