You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/01/05 14:43:30 UTC

svn commit: r1429285 - /camel/trunk/parent/pom.xml

Author: davsclaus
Date: Sat Jan  5 13:43:29 2013
New Revision: 1429285

URL: http://svn.apache.org/viewvc?rev=1429285&view=rev
Log:
Fixed pom.xml to use the scala maven plugin defined as version

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1429285&r1=1429284&r2=1429285&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sat Jan  5 13:43:29 2013
@@ -1889,7 +1889,7 @@
         <plugin>
           <groupId>net.alchim31.maven</groupId>
           <artifactId>scala-maven-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>${scala-maven-plugin-version}</version>
           <configuration>
             <args>
               <arg>-deprecation</arg>