Skip to content

Commit d6f7e20

Browse files
committed
Prepare for version 1.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744866 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0e6500e commit d6f7e20

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/site/xdoc/issue-tracking.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,35 +43,35 @@ limitations under the License.
4343
-->
4444
<document>
4545
<properties>
46-
<title>Commons CSV Issue tracking</title>
47-
<author email="dev@commons.apache.org">Commons Documentation Team</author>
46+
<title>Apache Commons CSV Issue tracking</title>
47+
<author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
4848
</properties>
4949
<body>
5050

51-
<section name="Commons CSV Issue tracking">
51+
<section name="Apache Commons CSV Issue tracking">
5252
<p>
53-
Commons CSV uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for tracking issues.
54-
See the <a href="http://issues.apache.org/jira/browse/CSV">Commons CSV JIRA project page</a>.
53+
Apache Commons CSV uses <a href="https://issues.apache.org/jira/">ASF JIRA</a> for tracking issues.
54+
See the <a href="https://issues.apache.org/jira/browse/CSV">Apache Commons CSV JIRA project page</a>.
5555
</p>
5656

5757
<p>
58-
To use JIRA you may need to <a href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>
58+
To use JIRA you may need to <a href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>
5959
(if you have previously created/updated Commons issues using Bugzilla an account will have been automatically
60-
created and you can use the <a href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a>
60+
created and you can use the <a href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a>
6161
page to get a new password).
6262
</p>
6363

6464
<p>
6565
If you would like to report a bug, or raise an enhancement request with
66-
Commons CSV please do the following:
66+
Apache Commons CSV please do the following:
6767
<ol>
68-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">Search existing open bugs</a>.
68+
<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">Search existing open bugs</a>.
6969
If you find your issue listed then please add a comment with your details.</li>
7070
<li><a href="mail-lists.html">Search the mailing list archive(s)</a>.
7171
You may find your issue or idea has already been discussed.</li>
7272
<li>Decide if your issue is a bug or an enhancement.</li>
73-
<li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313222&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
74-
or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313222&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
73+
<li>Submit either a <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313222&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
74+
or <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313222&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
7575
</ol>
7676
</p>
7777

@@ -80,7 +80,7 @@ limitations under the License.
8080
<ul>
8181
<li>the more information you provide, the better we can help you</li>
8282
<li>test cases are vital, particularly for any proposed enhancements</li>
83-
<li>the developers of Commons CSV are all unpaid volunteers</li>
83+
<li>the developers of Apache Commons CSV are all unpaid volunteers</li>
8484
</ul>
8585
</p>
8686

@@ -92,9 +92,9 @@ limitations under the License.
9292
<p>
9393
You may also find these links useful:
9494
<ul>
95-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">All Open Commons CSV bugs</a></li>
96-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved Commons CSV bugs</a></li>
97-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC">All Commons CSV bugs</a></li>
95+
<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">All Open Apache Commons CSV bugs</a></li>
96+
<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved Apache Commons CSV bugs</a></li>
97+
<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12313222&amp;sorter/field=issuekey&amp;sorter/order=DESC">All Apache Commons CSV bugs</a></li>
9898
</ul>
9999
</p>
100100
</section>

src/site/xdoc/mail-lists.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<document>
4343
<properties>
4444
<title>Apache Commons CSV Mailing Lists</title>
45-
<author email="dev@commons.apache.org">Commons Documentation Team</author>
45+
<author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
4646
</properties>
4747
<body>
4848

0 commit comments

Comments
 (0)