You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2011/02/13 17:02:54 UTC

svn commit: r1070255 - /camel/trunk/pom.xml

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>