You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/03/27 12:00:50 UTC

svn commit: r641782 - /activemq/camel/trunk/apache-camel/pom.xml

Author: jstrachan
Date: Thu Mar 27 04:00:40 2008
New Revision: 641782

URL: http://svn.apache.org/viewvc?rev=641782&view=rev
Log:
added missing version to plugin to avoid build strangeness

Modified:
    activemq/camel/trunk/apache-camel/pom.xml

Modified: activemq/camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?rev=641782&r1=641781&r2=641782&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Thu Mar 27 04:00:40 2008
@@ -410,6 +410,7 @@
       <plugin>
         <groupId>org.apache.camel</groupId>
         <artifactId>maven-camel-converters</artifactId>
+        <version>${project.version}</version>
         <executions>
           <execution>
             <id>camel-converters</id>