Skip to content

Commit 53d8b4e

Browse files
committed
Document release 1.0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1618032 13f79535-47bb-0310-9956-ffa450edef68
1 parent d7c9dea commit 53d8b4e

2 files changed

Lines changed: 49 additions & 1 deletion

File tree

doap_csv.rdf

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
19+
<Project rdf:about="http://commons.apache.org/csv/">
20+
<name>Apache Commons Lang</name>
21+
<homepage rdf:resource="http://commons.apache.org/csv/"/>
22+
<programming-language>Java</programming-language>
23+
<category rdf:resource="http://projects.apache.org/category/library"/>
24+
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
25+
<bug-database rdf:resource="http://issues.apache.org/jira/browse/CSV"/>
26+
<download-page rdf:resource="http://commons.apache.org/csv/download_csv.cgi"/>
27+
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
28+
<shortdesc xml:lang="en">Java Common Components</shortdesc>
29+
<description xml:lang="en">
30+
The Apache Commons CSV library provides a simple interface for reading and writing
31+
CSV files of various types.
32+
</description>
33+
<repository>
34+
<SVNRepository>
35+
<browse rdf:resource="http://svn.apache.org/viewvc/commons/proper/csv/trunk"/>
36+
<location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/csv"/>
37+
</SVNRepository>
38+
</repository>
39+
<release>
40+
<Version>
41+
<name>commons-csv</name>
42+
<created>2014-08-14</created>
43+
<revision>1.0</revision>
44+
</Version>
45+
</release>
46+
<mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
47+
</Project>
48+
</rdf:RDF>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</properties>
4040
<body>
4141

42-
<release version="1.0" date="TBD" description="First release">
42+
<release version="1.0" date="2014-08-14" description="First release">
4343
<action issue="CSV-125" type="fix" dev="britter">No longer works with Java 6</action>
4444
<action issue="CSV-122" type="fix" dev="britter" due-to="Mike Lewis">NullPointerException when empty header string and and null string of ""</action>
4545
<action issue="CSV-117" type="update" dev="sebb">Validate format parameters in constructor</action>

0 commit comments

Comments
 (0)