You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/11/20 19:55:59 UTC

svn commit: r719323 - /activemq/camel/trunk/pom.xml

Author: janstey
Date: Thu Nov 20 10:55:59 2008
New Revision: 719323

URL: http://svn.apache.org/viewvc?rev=719323&view=rev
Log:
Change to released version of buildtools. For some reason Maven would not use the locally built 2.0-SNAPSHOT version - it needed a deployed version...

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=719323&r1=719322&r2=719323&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Nov 20 10:55:59 2008
@@ -1031,7 +1031,7 @@
       		<dependency>
       			<groupId>org.apache.camel</groupId>
       			<artifactId>camel-buildtools</artifactId>
-      			<version>${project.version}</version>
+      			<version>1.5.0</version>
       		</dependency>
       	</dependencies>
       	<executions>