Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 93034 invoked from network); 21 May 2009 04:52:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 May 2009 04:52:21 -0000 Received: (qmail 2731 invoked by uid 500); 21 May 2009 04:52:33 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 2638 invoked by uid 500); 21 May 2009 04:52:33 -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 2629 invoked by uid 99); 21 May 2009 04:52:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 04:52:33 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 04:52:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B8FD5238889C; Thu, 21 May 2009 04:52:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r776948 - /commons/proper/collections/trunk/pom.xml Date: Thu, 21 May 2009 04:52:08 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090521045208.B8FD5238889C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Thu May 21 04:52:08 2009 New Revision: 776948 URL: http://svn.apache.org/viewvc?rev=776948&view=rev Log: Setting version to 3.3. Adding reports. Setting source/target version to Java 1.3 Modified: commons/proper/collections/trunk/pom.xml Modified: commons/proper/collections/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=776948&r1=776947&r2=776948&view=diff ============================================================================== --- commons/proper/collections/trunk/pom.xml (original) +++ commons/proper/collections/trunk/pom.xml Thu May 21 04:52:08 2009 @@ -27,7 +27,7 @@ 4.0.0 commons-collections commons-collections - 3.3-SNAPSHOT + 3.3 Commons Collections 2001 @@ -381,12 +381,15 @@ UTF-8 UTF-8 + 1.3 + 1.3 collections - 3.2.1 + 3.3-RC1 COLLECTIONS 12310465 + src/java src/test @@ -448,6 +451,43 @@ + + maven-checkstyle-plugin + 2.1 + + ${basedir}/checkstyle.xml + false + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.2 + + +