Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 13849 invoked from network); 21 Nov 2006 20:37:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 20:37:17 -0000 Received: (qmail 97307 invoked by uid 500); 21 Nov 2006 20:37:24 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 97273 invoked by uid 500); 21 Nov 2006 20:37:24 -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 97264 invoked by uid 99); 21 Nov 2006 20:37:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 12:37:24 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Tue, 21 Nov 2006 12:37:13 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 7C4DE1A9846; Tue, 21 Nov 2006 12:36:39 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r477875 - /struts/struts2/trunk/plugins/jfreechart/pom.xml Date: Tue, 21 Nov 2006 20:36:39 -0000 To: commits@struts.apache.org From: husted@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061121203639.7C4DE1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: husted Date: Tue Nov 21 12:36:38 2006 New Revision: 477875 URL: http://svn.apache.org/viewvc?view=rev&rev=477875 Log: WW-1483 Fix JFree dependencies, as suggested by Rahul Akolkar. Modified: struts/struts2/trunk/plugins/jfreechart/pom.xml Modified: struts/struts2/trunk/plugins/jfreechart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jfreechart/pom.xml?view=diff&rev=477875&r1=477874&r2=477875 ============================================================================== --- struts/struts2/trunk/plugins/jfreechart/pom.xml (original) +++ struts/struts2/trunk/plugins/jfreechart/pom.xml Tue Nov 21 12:36:38 2006 @@ -88,7 +88,7 @@ jfree jcommon - [1.0.0,) + 1.0.2 provided @@ -100,7 +100,7 @@ jfree jfreechart - [1.0.0,) + 1.0.1 provided