Author: cbrisson
Date: Thu Aug 20 17:10:20 2015
New Revision: 1696818

URL: http://svn.apache.org/r1696818
Log:
fix missing cargo plugin version

Modified:
    
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml

Modified: 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml?rev=1696818&r1=1696817&r2=1696818&view=diff
==============================================================================
--- 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 (original)
+++ 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 Thu Aug 20 17:10:20 2015
@@ -36,6 +36,7 @@
             <plugin>
                 <groupId>org.codehaus.cargo</groupId>
                 <artifactId>cargo-maven2-plugin</artifactId>
+                <version>1.4.15</version>
                 <executions>
                     <execution>
                         <configuration>
@@ -114,4 +115,4 @@
                <version>2.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>


Reply via email to