You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/05/08 20:14:22 UTC

svn commit: r1335672 - /camel/trunk/examples/camel-example-ssh/pom.xml

Author: dkulp
Date: Tue May  8 18:14:22 2012
New Revision: 1335672

URL: http://svn.apache.org/viewvc?rev=1335672&view=rev
Log:
Fix warning with maven 3

Modified:
    camel/trunk/examples/camel-example-ssh/pom.xml

Modified: camel/trunk/examples/camel-example-ssh/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-ssh/pom.xml?rev=1335672&r1=1335671&r2=1335672&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-ssh/pom.xml (original)
+++ camel/trunk/examples/camel-example-ssh/pom.xml Tue May  8 18:14:22 2012
@@ -113,6 +113,7 @@
       <plugin>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-maven-plugin</artifactId>
+        <version>${project.version}</version>
       </plugin>
     </plugins>