Author: ggregory Date: Sun Nov 9 00:05:03 2014 New Revision: 1637613 URL: http://svn.apache.org/r1637613 Log: Preparing 1.1 release.
Modified: commons/proper/csv/trunk/pom.xml commons/proper/csv/trunk/src/changes/changes.xml commons/proper/csv/trunk/src/site/site.xml commons/proper/csv/trunk/src/site/xdoc/index.xml Modified: commons/proper/csv/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1637613&r1=1637612&r2=1637613&view=diff ============================================================================== --- commons/proper/csv/trunk/pom.xml (original) +++ commons/proper/csv/trunk/pom.xml Sun Nov 9 00:05:03 2014 @@ -132,6 +132,20 @@ CSV files of various types. </properties> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-publish-plugin</artifactId> + <version>1.1</version> + <configuration> + <ignorePathsToDelete> + <ignorePathToDelete>archives/**</ignorePathToDelete> + </ignorePathsToDelete> + </configuration> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> Modified: commons/proper/csv/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/changes/changes.xml?rev=1637613&r1=1637612&r2=1637613&view=diff ============================================================================== --- commons/proper/csv/trunk/src/changes/changes.xml (original) +++ commons/proper/csv/trunk/src/changes/changes.xml Sun Nov 9 00:05:03 2014 @@ -38,7 +38,7 @@ <title>Release Notes</title> </properties> <body> - <release version="1.1" date="2014-mm-dd" description="Feature and bug fix release"> + <release version="1.1" date="2014-11-dd" description="Feature and bug fix release"> <action issue="CSV-131" type="add" dev="ggregory" due-to="Holger Stratmann">Save positions of records to enable random access</action> <action issue="CSV-130" type="fix" dev="ggregory" due-to="Sergei Lebedev">CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...)</action> <action issue="CSV-128" type="fix" dev="ggregory">CSVFormat.EXCEL should ignore empty header names</action> Modified: commons/proper/csv/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/site.xml?rev=1637613&r1=1637612&r2=1637613&view=diff ============================================================================== --- commons/proper/csv/trunk/src/site/site.xml (original) +++ commons/proper/csv/trunk/src/site/site.xml Sun Nov 9 00:05:03 2014 @@ -34,12 +34,19 @@ </menu> <menu name="Development"> - <item name="History" href="/changes-report.html"/> - <item name="Mailing Lists" href="/mail-lists.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Team" href="/team-list.html"/> - <item name="Source Repository" href="/source-repository.html"/> - <item name="Javadoc (latest)" href="/apidocs/index.html"/> + <item name="History" href="/changes-report.html"/> + <item name="Mailing Lists" href="/mail-lists.html"/> + <item name="Issue Tracking" href="/issue-tracking.html"/> + <item name="Team" href="/team-list.html"/> + <item name="Source Repository" href="/source-repository.html"/> + <item name="Javadoc trunk" href="/apidocs/index.html"/> + <item name="Javadoc 1.1" href="/archives/1.1/apidocs/index.html"/> + <item name="Javadoc 1.0" href="/archives/1.0/apidocs/index.html"/> + </menu> + + <menu name="Site Archives"> + <item name="CSV 1.1" href="/archives/1.1/index.html"/> + <item name="CSV 1.0" href="/archives/1.0/index.html"/> </menu> </body> Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1637613&r1=1637612&r2=1637613&view=diff ============================================================================== --- commons/proper/csv/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/csv/trunk/src/site/xdoc/index.xml Sun Nov 9 00:05:03 2014 @@ -36,30 +36,48 @@ limitations under the License. </section> <!-- ================================================== --> <section name="Documentation"> - <p> - The package descriptions in the <a href="javadocs/api-release/index.html">Javadoc</a> give an overview of the available features - and various <a href="project-reports.html">project reports</a> are provided. - </p> - <p> - 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. - </p> - <p> - The <a href="source-repository.html">subversion repository</a> can be - <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>. - </p> +<p> +An overview of the functionality is provided in the +<a href="user-guide.html">user guide</a>. +Various <a href="project-reports.html">project reports</a> are also available. +</p> +<p> +The Javadoc API documents are available online: +</p> +<ul> + <li><a href="apidocs/index.html">Javadoc trunk</a></li> + <li><a href="archives/1.1/apidocs/index.html">Javadoc 1.1</a></li> + <li><a href="archives/1.0/apidocs/index.html">Javadoc 1.0</a></li> +</ul> +<p> +The <a href="source-repository.html">subversion repository</a> can be +<a href="http://svn.apache.org/viewvc/commons/proper/csv/trunk/">browsed</a>. +</p> </section> <!-- ================================================== --> -<section name="Release Information"> -<p>The latest stable release of Apache Commons CSV is 1.0. You may: </p> +<section name="Releases"> <ul> - <li>Download <a href="http://commons.apache.org/csv/download_csv.cgi">1.0</a></li> - <li>Read the <a href="release-notes/RELEASE-NOTES.txt">release notes</a></li> + <li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.1 (mirrors)</a> requires Java 1.6</li> + <li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.0 (archives)</a> requires Java 1.6</li> </ul> <p> - Alternatively you can pull it from the central Maven repositories: - <pre><groupId>org.apache.commons</groupId> +See the +<a href="http://commons.apache.org/csv/download_csv.cgi">Download Page</a> +for the latest releases.<br /> +</p> +<p> +<a href="changes-report.html">Change reports</a> are also available. +</p> +<p> +For previous releases, see the <a href="http://archive.apache.org/dist/commons/csv/">Apache Archive</a> +</p> +<p> + Alternatively, you can pull it from a Maven repository: + <pre><dependency> + <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> - <version>1.0</version></pre> + <version>1.0</version> +</dependency></pre> </p> </section>