Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 75537 invoked from network); 20 Sep 2007 00:11:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 00:11:10 -0000 Received: (qmail 75582 invoked by uid 500); 20 Sep 2007 00:11:01 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 75518 invoked by uid 500); 20 Sep 2007 00:11:01 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 75509 invoked by uid 99); 20 Sep 2007 00:11:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 17:11:01 -0700 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, 20 Sep 2007 00:13:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0FAAF1A9832; Wed, 19 Sep 2007 17:10:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r577482 - /commons/proper/email/trunk/pom.xml Date: Thu, 20 Sep 2007 00:10:46 -0000 To: commits@commons.apache.org From: bspeakmon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070920001047.0FAAF1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bspeakmon Date: Wed Sep 19 17:10:46 2007 New Revision: 577482 URL: http://svn.apache.org/viewvc?rev=577482&view=rev Log: - bump version to 1.1-RC1 for start of release process Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=577482&r1=577481&r2=577482&view=diff ============================================================================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Wed Sep 19 17:10:46 2007 @@ -27,7 +27,7 @@ 4.0.0 org.apache.commons commons-email - 1.1-SNAPSHOT + 1.1-RC1 Commons Email 2001