Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 72136 invoked from network); 15 Nov 2007 20:21:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2007 20:21:32 -0000 Received: (qmail 45378 invoked by uid 500); 15 Nov 2007 20:21:18 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 45344 invoked by uid 500); 15 Nov 2007 20:21:18 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 45335 invoked by uid 99); 15 Nov 2007 20:21:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 12:21:18 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 20:21:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E4F5E1A9838; Thu, 15 Nov 2007 12:21:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r595430 - in /struts/struts2/trunk: apps/portlet/pom.xml apps/showcase/pom.xml assembly/pom.xml core/pom.xml plugins/dojo/pom.xml plugins/portlet/pom.xml plugins/sitemesh/pom.xml Date: Thu, 15 Nov 2007 20:21:00 -0000 To: commits@struts.apache.org From: apetrelli@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071115202106.E4F5E1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: apetrelli Date: Thu Nov 15 12:20:59 2007 New Revision: 595430 URL: http://svn.apache.org/viewvc?rev=595430&view=rev Log: WW-2327 Fixed Velocity related Maven references. Modified: struts/struts2/trunk/apps/portlet/pom.xml struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/core/pom.xml struts/struts2/trunk/plugins/dojo/pom.xml struts/struts2/trunk/plugins/portlet/pom.xml struts/struts2/trunk/plugins/sitemesh/pom.xml Modified: struts/struts2/trunk/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=595430&r1=595429&r2=595430&view=diff ============================================================================== --- struts/struts2/trunk/apps/portlet/pom.xml (original) +++ struts/struts2/trunk/apps/portlet/pom.xml Thu Nov 15 12:20:59 2007 @@ -115,13 +115,13 @@ ${pom.version} - velocity + org.apache.velocity velocity 1.5 - velocity-tools + org.apache.velocity velocity-tools 1.3 Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=595430&r1=595429&r2=595430&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Thu Nov 15 12:20:59 2007 @@ -118,13 +118,13 @@ - velocity + org.apache.velocity velocity 1.5 - velocity-tools + org.apache.velocity velocity-tools 1.3 Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=595430&r1=595429&r2=595430&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Thu Nov 15 12:20:59 2007 @@ -256,14 +256,14 @@ - velocity + org.apache.velocity velocity 1.5 provided - velocity-tools + org.apache.velocity velocity-tools 1.3 provided Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=595430&r1=595429&r2=595430&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Thu Nov 15 12:20:59 2007 @@ -296,14 +296,14 @@ - velocity + org.apache.velocity velocity 1.5 true - velocity-tools + org.apache.velocity velocity-tools 1.3 true Modified: struts/struts2/trunk/plugins/dojo/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=595430&r1=595429&r2=595430&view=diff ============================================================================== --- struts/struts2/trunk/plugins/dojo/pom.xml (original) +++ struts/struts2/trunk/plugins/dojo/pom.xml Thu Nov 15 12:20:59 2007 @@ -145,7 +145,7 @@ - velocity + org.apache.velocity velocity 1.5 true Modified: struts/struts2/trunk/plugins/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=595430&r1=595429&r2=595430&view=diff ============================================================================== --- struts/struts2/trunk/plugins/portlet/pom.xml (original) +++ struts/struts2/trunk/plugins/portlet/pom.xml Thu Nov 15 12:20:59 2007 @@ -57,14 +57,14 @@ - velocity + org.apache.velocity velocity 1.5 true - velocity-tools + org.apache.velocity velocity-tools 1.3 true Modified: struts/struts2/trunk/plugins/sitemesh/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/sitemesh/pom.xml?rev=595430&r1=595429&r2=595430&view=diff ============================================================================== --- struts/struts2/trunk/plugins/sitemesh/pom.xml (original) +++ struts/struts2/trunk/plugins/sitemesh/pom.xml Thu Nov 15 12:20:59 2007 @@ -48,14 +48,14 @@ - velocity + org.apache.velocity velocity 1.5 true - velocity-tools + org.apache.velocity velocity-tools 1.3 true