You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/01/12 21:08:09 UTC

svn commit: r1432501 - /lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Sat Jan 12 20:08:09 2013
New Revision: 1432501

URL: http://svn.apache.org/viewvc?rev=1432501&view=rev
Log:
SOLR-3735: Maven configuration: upgrade velocity dependency from 1.6.4 to 1.7

Modified:
    lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template?rev=1432501&r1=1432500&r2=1432501&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template Sat Jan 12 20:08:09 2013
@@ -333,7 +333,7 @@
       <dependency>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity</artifactId>
-        <version>1.6.4</version>
+        <version>1.7</version>
       </dependency>
       <dependency>
         <groupId>org.apache.velocity</groupId>