Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 64109 invoked from network); 12 Sep 2006 04:22:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2006 04:22:08 -0000 Received: (qmail 95108 invoked by uid 500); 12 Sep 2006 04:22:07 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 94502 invoked by uid 500); 12 Sep 2006 04:22:06 -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 94493 invoked by uid 99); 12 Sep 2006 04:22:06 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Sep 2006 21:22:06 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=martinc@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.8 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from ([140.211.166.113:53931] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id FC/87-29072-9F536054 for ; Mon, 11 Sep 2006 21:22:17 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 61F9D1A981A; Mon, 11 Sep 2006 21:22:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r442444 - in /struts/struts2/trunk: apps/showcase/pom.xml assembly/pom.xml core/pom.xml Date: Tue, 12 Sep 2006 04:22:02 -0000 To: commits@struts.apache.org From: martinc@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060912042203.61F9D1A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: martinc Date: Mon Sep 11 21:21:56 2006 New Revision: 442444 URL: http://svn.apache.org/viewvc?view=rev&rev=442444 Log: Update Commons FileUpload version to 1.1.1 so that we pick up the latest bug fixes. Modified: struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=442444&r1=442443&r2=442444 ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Mon Sep 11 21:21:56 2006 @@ -64,7 +64,7 @@ commons-fileupload commons-fileupload - 1.1 + 1.1.1 Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?view=diff&rev=442444&r1=442443&r2=442444 ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Mon Sep 11 21:21:56 2006 @@ -194,7 +194,7 @@ commons-fileupload commons-fileupload - 1.1 + 1.1.1 provided Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=442444&r1=442443&r2=442444 ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Mon Sep 11 21:21:56 2006 @@ -124,7 +124,7 @@ commons-fileupload commons-fileupload - 1.1 + 1.1.1 true