You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2010/11/20 14:54:15 UTC

svn commit: r1037209 - /tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml

Author: apetrelli
Date: Sat Nov 20 13:54:15 2010
New Revision: 1037209

URL: http://svn.apache.org/viewvc?rev=1037209&view=rev
Log:
Corrected a velocity-tools dependency.

Modified:
    tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml

Modified: tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml?rev=1037209&r1=1037208&r2=1037209&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml (original)
+++ tiles/sandbox/trunk/tiles3/tiles-velocity/pom.xml Sat Nov 20 13:54:15 2010
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity-tools</artifactId>
-      <version>2.0-20090514.211946-1</version>
+      <version>2.0</version>
       <exclusions>
         <exclusion>
           <artifactId>struts-taglib</artifactId>