You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2011/07/11 14:31:33 UTC

svn commit: r1145141 - in /velocity/tools/trunk/velocity-tools-generic: pom.xml pom.xml.engine-2.x

Author: cbrisson
Date: Mon Jul 11 12:31:33 2011
New Revision: 1145141

URL: http://svn.apache.org/viewvc?rev=1145141&view=rev
Log:
make tools trunk depend on engine 2.0.0-SNAPSHOT

Removed:
    velocity/tools/trunk/velocity-tools-generic/pom.xml.engine-2.x
Modified:
    velocity/tools/trunk/velocity-tools-generic/pom.xml

Modified: velocity/tools/trunk/velocity-tools-generic/pom.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-generic/pom.xml?rev=1145141&r1=1145140&r2=1145141&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-generic/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-generic/pom.xml Mon Jul 11 12:31:33 2011
@@ -13,7 +13,7 @@
   <dependencies>
   	<dependency>
                 <groupId>org.apache.velocity</groupId>
-  		<artifactId>velocity-engine-servlet-logger</artifactId>
+  		<artifactId>velocity-engine-core</artifactId>
   		<version>2.0.0-SNAPSHOT</version>
   	</dependency>
   	<dependency>