Skip to content

Commit 288654d

Browse files
committed
Preparing 1.1 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1637613 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4977ad4 commit 288654d

4 files changed

Lines changed: 64 additions & 25 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ CSV files of various types.
132132
</properties>
133133

134134
<build>
135+
<pluginManagement>
136+
<plugins>
137+
<plugin>
138+
<groupId>org.apache.maven.plugins</groupId>
139+
<artifactId>maven-scm-publish-plugin</artifactId>
140+
<version>1.1</version>
141+
<configuration>
142+
<ignorePathsToDelete>
143+
<ignorePathToDelete>archives/**</ignorePathToDelete>
144+
</ignorePathsToDelete>
145+
</configuration>
146+
</plugin>
147+
</plugins>
148+
</pluginManagement>
135149
<plugins>
136150
<plugin>
137151
<artifactId>maven-assembly-plugin</artifactId>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<title>Release Notes</title>
3939
</properties>
4040
<body>
41-
<release version="1.1" date="2014-mm-dd" description="Feature and bug fix release">
41+
<release version="1.1" date="2014-11-dd" description="Feature and bug fix release">
4242
<action issue="CSV-131" type="add" dev="ggregory" due-to="Holger Stratmann">Save positions of records to enable random access</action>
4343
<action issue="CSV-130" type="fix" dev="ggregory" due-to="Sergei Lebedev">CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...)</action>
4444
<action issue="CSV-128" type="fix" dev="ggregory">CSVFormat.EXCEL should ignore empty header names</action>

src/site/site.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@
3434
</menu>
3535

3636
<menu name="Development">
37-
<item name="History" href="/changes-report.html"/>
38-
<item name="Mailing Lists" href="/mail-lists.html"/>
39-
<item name="Issue Tracking" href="/issue-tracking.html"/>
40-
<item name="Team" href="/team-list.html"/>
41-
<item name="Source Repository" href="/source-repository.html"/>
42-
<item name="Javadoc (latest)" href="/apidocs/index.html"/>
37+
<item name="History" href="/changes-report.html"/>
38+
<item name="Mailing Lists" href="/mail-lists.html"/>
39+
<item name="Issue Tracking" href="/issue-tracking.html"/>
40+
<item name="Team" href="/team-list.html"/>
41+
<item name="Source Repository" href="/source-repository.html"/>
42+
<item name="Javadoc trunk" href="/apidocs/index.html"/>
43+
<item name="Javadoc 1.1" href="/archives/1.1/apidocs/index.html"/>
44+
<item name="Javadoc 1.0" href="/archives/1.0/apidocs/index.html"/>
45+
</menu>
46+
47+
<menu name="Site Archives">
48+
<item name="CSV 1.1" href="/archives/1.1/index.html"/>
49+
<item name="CSV 1.0" href="/archives/1.0/index.html"/>
4350
</menu>
4451

4552
</body>

src/site/xdoc/index.xml

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,48 @@ limitations under the License.
3636
</section>
3737
<!-- ================================================== -->
3838
<section name="Documentation">
39-
<p>
40-
The package descriptions in the <a href="javadocs/api-release/index.html">Javadoc</a> give an overview of the available features
41-
and various <a href="project-reports.html">project reports</a> are provided.
42-
</p>
43-
<p>
44-
The Javadoc API documents for the <a href="javadocs/api-1.0/index.html">current stable release 1.0</a> [Java 6.0+] can be viewed in a web browser.
45-
</p>
46-
<p>
47-
The <a href="source-repository.html">subversion repository</a> can be
48-
<a href="http://svn.apache.org/viewvc/commons/proper/csv/trunk/">browsed</a>, or you can browse/contribute via <a href="https://github.com/apache/commons-csv">GitHub</a>.
49-
</p>
39+
<p>
40+
An overview of the functionality is provided in the
41+
<a href="user-guide.html">user guide</a>.
42+
Various <a href="project-reports.html">project reports</a> are also available.
43+
</p>
44+
<p>
45+
The Javadoc API documents are available online:
46+
</p>
47+
<ul>
48+
<li><a href="apidocs/index.html">Javadoc trunk</a></li>
49+
<li><a href="archives/1.1/apidocs/index.html">Javadoc 1.1</a></li>
50+
<li><a href="archives/1.0/apidocs/index.html">Javadoc 1.0</a></li>
51+
</ul>
52+
<p>
53+
The <a href="source-repository.html">subversion repository</a> can be
54+
<a href="http://svn.apache.org/viewvc/commons/proper/csv/trunk/">browsed</a>.
55+
</p>
5056
</section>
5157
<!-- ================================================== -->
52-
<section name="Release Information">
53-
<p>The latest stable release of Apache Commons CSV is 1.0. You may: </p>
58+
<section name="Releases">
5459
<ul>
55-
<li>Download <a href="http://commons.apache.org/csv/download_csv.cgi">1.0</a></li>
56-
<li>Read the <a href="release-notes/RELEASE-NOTES.txt">release notes</a></li>
60+
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.1 (mirrors)</a> requires Java 1.6</li>
61+
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.0 (archives)</a> requires Java 1.6</li>
5762
</ul>
5863
<p>
59-
Alternatively you can pull it from the central Maven repositories:
60-
<pre>&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
64+
See the
65+
<a href="http://commons.apache.org/csv/download_csv.cgi">Download Page</a>
66+
for the latest releases.<br />
67+
</p>
68+
<p>
69+
<a href="changes-report.html">Change reports</a> are also available.
70+
</p>
71+
<p>
72+
For previous releases, see the <a href="http://archive.apache.org/dist/commons/csv/">Apache Archive</a>
73+
</p>
74+
<p>
75+
Alternatively, you can pull it from a Maven repository:
76+
<pre>&lt;dependency&gt;
77+
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
6178
&lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
62-
&lt;version&gt;1.0&lt;/version&gt;</pre>
79+
&lt;version&gt;1.0&lt;/version&gt;
80+
&lt;/dependency&gt;</pre>
6381
</p>
6482
</section>
6583

0 commit comments

Comments
 (0)