You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/05/24 09:11:17 UTC

svn commit: r947551 - /camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml

Author: ningjiang
Date: Mon May 24 07:11:16 2010
New Revision: 947551

URL: http://svn.apache.org/viewvc?rev=947551&view=rev
Log:
Specified camel-maven-plugin version in camel-example-loadbalancing-mina pom.xml

Modified:
    camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml

Modified: camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml?rev=947551&r1=947550&r2=947551&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml (original)
+++ camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml Mon May 24 07:11:16 2010
@@ -94,6 +94,7 @@
 	    <plugin>
 	        <groupId>org.apache.camel</groupId>
 	        <artifactId>camel-maven-plugin</artifactId>
+                <version>${project.version}</version>
 	    </plugin>
       
 	    <!-- Allows the example to be run via 'mvn compile exec:java' -->