From db83d5143295eee358615807e2eb06303f8f32d9 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 27 Sep 2013 13:53:47 +0000 Subject: [PATCH] Must not advertise nightly builds to general public git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1526903 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 2b1b3e90..3815e878 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -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.