Author: cmueller Date: Sun Feb 13 16:02:53 2011 New Revision: 1070255 URL: http://svn.apache.org/viewvc?rev=1070255&view=rev Log: fixed the wrong version number reference from camel-buildtools
Modified: camel/trunk/pom.xml Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1070255&r1=1070254&r2=1070255&view=diff ============================================================================== --- camel/trunk/pom.xml (original) +++ camel/trunk/pom.xml Sun Feb 13 16:02:53 2011 @@ -595,7 +595,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-buildtools</artifactId> - <version>${camel-buildtools.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>ant-contrib</groupId>