Hi
I have just committed the camel-core/pom.xml to use a new syntax for
jdk 1.5 detection in the activation.
This change should be compliant with maven 2.2 syntax which is using this now.
As we are still using maven 2.0.9 and maybe others are on maven 2.1.x
then keep an eye on this to see if the commit works as expected.
<activation>
<jdk>[1.5,)</jdk>
</activation>
It used to be just like
<jdk>1.5</jdk>
--
Claus Ibsen
Apache Camel Committer
Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus