Skip to content

Commit 34f67f3

Browse files
committed
Preparing for RC.
1 parent 46f9211 commit 34f67f3

2 files changed

Lines changed: 8 additions & 16 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<title>Apache Commons CSV Release Notes</title>
3939
</properties>
4040
<body>
41-
<release version="1.9" date="2020-MM-DD" description="Feature and bug fix release (Java 8)">
41+
<release version="1.9.0" date="2020-MM-DD" description="Feature and bug fix release (Java 8)">
4242
<!-- FIX -->
4343
<action type="fix" dev="ggregory" due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action>
4444
<action type="fix" dev="ggregory" due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action>

src/site/site.xml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,25 @@
2121
<name>Apache Commons CSV</name>
2222
<src>/images/logo.png</src>
2323
<href>/index.html</href>
24-
<alt>Commons CSV&amp;trade; logo</alt>
24+
<alt>Apache Commons CSV&amp;trade; logo</alt>
2525
</bannerRight>
2626

2727
<body>
2828

2929
<menu name="Commons CSV">
30-
<item name="Overview" href="/index.html"/>
31-
<item name="Download" href="/download_csv.cgi"/>
32-
<item name="User Guide" href="/user-guide.html"/>
33-
<item name="Wiki" href="http://wiki.apache.org/commons/CSV"/>
30+
<item name="Overview" href="/index.html"/>
31+
<item name="Download" href="/download_csv.cgi"/>
32+
<item name="User Guide" href="/user-guide.html"/>
33+
<item name="Javadoc" href="/apidocs/index.html"/>
34+
<item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-csv/latest/index.html"/>
3435
</menu>
3536

3637
<menu name="Development">
3738
<item name="History" href="/changes-report.html"/>
3839
<item name="Mailing Lists" href="/mail-lists.html"/>
3940
<item name="Issue Tracking" href="/issue-tracking.html"/>
4041
<item name="Team" href="/team.html"/>
41-
<item name="Javadoc" href="/apidocs/index.html"/>
42-
<item name="Javadoc 1.8" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.8"/>
43-
<item name="Javadoc 1.7" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.7"/>
44-
<item name="Javadoc 1.6" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.6"/>
45-
<item name="Javadoc 1.5" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.5"/>
46-
<item name="Javadoc 1.4" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.4"/>
47-
<item name="Javadoc 1.3" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.3"/>
48-
<item name="Javadoc 1.2" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.2"/>
49-
<item name="Javadoc 1.1" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.1"/>
50-
<item name="Javadoc 1.0" href="https://javadoc.io/doc/org.apache.commons/commons-csv/1.0"/>
42+
<item name="Source" href="/scm.html"/>
5143
</menu>
5244

5345
</body>

0 commit comments

Comments
 (0)