Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 080D310D27 for ; Fri, 27 Sep 2013 13:54:11 +0000 (UTC) Received: (qmail 76008 invoked by uid 500); 27 Sep 2013 13:54:10 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 75932 invoked by uid 500); 27 Sep 2013 13:54:09 -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 75925 invoked by uid 99); 27 Sep 2013 13:54:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Sep 2013 13:54:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 27 Sep 2013 13:54:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D5064238890B; Fri, 27 Sep 2013 13:53:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1526903 - /commons/proper/csv/trunk/src/site/xdoc/index.xml Date: Fri, 27 Sep 2013 13:53:47 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130927135347.D5064238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Fri Sep 27 13:53:47 2013 New Revision: 1526903 URL: http://svn.apache.org/r1526903 Log: Must not advertise nightly builds to general public Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1526903&r1=1526902&r2=1526903&view=diff ============================================================================== --- commons/proper/csv/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/csv/trunk/src/site/xdoc/index.xml Fri Sep 27 13:53:47 2013 @@ -36,7 +36,7 @@ for (CSVRecord record : records) {
-

There are currently no official downloads, and will not be until version 1.0 is released, but nightly builds may be available from http://people.apache.org/builds/commons/nightly/commons-csv/.

+

There are currently no official downloads, and will not be until version 1.0 is released.

The latest code can be checked out from our Subversion repository at http://svn.apache.org/repos/asf/commons/proper/csv/trunk/.

You can build the component using Apache Maven. For example: mvn clean package.