Author: dennisl
Date: Sun Jan  9 18:00:33 2011
New Revision: 1056989

URL: http://svn.apache.org/viewvc?rev=1056989&view=rev
Log:
[MRRESOURCES-48] Velocimacros included with #parse() are sometimes ignored
Submitted by: jieryn
Reviewed by: Dennis Lundberg

o Patch applied with modifications.  Thanks!

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=1056989&r1=1056988&r2=1056989&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Sun Jan  9 
18:00:33 2011
@@ -107,9 +107,9 @@ under the License.
       <version>1.0-alpha-9</version>
     </dependency>
     <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity-dep</artifactId>
-      <version>1.4</version>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.6.4</version>
     </dependency>
     <dependency>
         <groupId>org.apache.maven.shared</groupId>


Reply via email to