You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/07 21:56:51 UTC

svn commit: r1335223 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Author: olamy
Date: Mon May  7 19:56:51 2012
New Revision: 1335223

URL: http://svn.apache.org/viewvc?rev=1335223&view=rev
Log:
[MRRESOURCES-60] use velocity 1.7

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=1335223&r1=1335222&r2=1335223&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Mon May  7 19:56:51 2012
@@ -153,7 +153,7 @@ under the License.
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
-      <version>1.6.4</version>
+      <version>1.7</version>
     </dependency>
 
     <!-- test -->