Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 96883 invoked from network); 17 Apr 2008 08:06:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 08:06:58 -0000 Received: (qmail 37805 invoked by uid 500); 17 Apr 2008 08:06:58 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 37764 invoked by uid 500); 17 Apr 2008 08:06:58 -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 37755 invoked by uid 99); 17 Apr 2008 08:06:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 01:06:58 -0700 X-ASF-Spam-Status: No, hits=-2000.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, 17 Apr 2008 08:06:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BACC91A9832; Thu, 17 Apr 2008 01:06:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r648993 - /struts/struts2/trunk/plugins/spring/pom.xml Date: Thu, 17 Apr 2008 08:06:36 -0000 To: commits@struts.apache.org From: mrdon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080417080636.BACC91A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mrdon Date: Thu Apr 17 01:06:33 2008 New Revision: 648993 URL: http://svn.apache.org/viewvc?rev=648993&view=rev Log: Cleaning up POM for spring plugin WW-2421 Modified: struts/struts2/trunk/plugins/spring/pom.xml Modified: struts/struts2/trunk/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/pom.xml?rev=648993&r1=648992&r2=648993&view=diff ============================================================================== --- struts/struts2/trunk/plugins/spring/pom.xml (original) +++ struts/struts2/trunk/plugins/spring/pom.xml Thu Apr 17 01:06:33 2008 @@ -39,36 +39,40 @@ scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/spring/ http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/spring/ + + + 2.5.3 + org.springframework spring-beans - 2.0.8 + ${spring.version} org.springframework spring-core - 2.0.8 + ${spring.version} org.springframework spring-context - 2.0.8 + ${spring.version} org.springframework spring-web - 2.0.8 + ${spring.version} org.springframework spring-mock - 2.0.8 + ${spring.version} test @@ -81,4 +85,5 @@ +