You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/08/20 10:30:26 UTC

svn commit: r1696724 - in /commons/proper/csv/trunk/src/site: site.xml xdoc/index.xml

Author: ggregory
Date: Thu Aug 20 08:30:26 2015
New Revision: 1696724

URL: http://svn.apache.org/r1696724
Log:
Prepare release 1.2.

Modified:
    commons/proper/csv/trunk/src/site/site.xml
    commons/proper/csv/trunk/src/site/xdoc/index.xml

Modified: commons/proper/csv/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/site.xml?rev=1696724&r1=1696723&r2=1696724&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/site.xml (original)
+++ commons/proper/csv/trunk/src/site/site.xml Thu Aug 20 08:30:26 2015
@@ -40,11 +40,13 @@
       <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.2"           href="/archives/1.2/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.2"       href="/archives/1.2/index.html"/>
       <item name="CSV 1.1"       href="/archives/1.1/index.html"/>
       <item name="CSV 1.0"       href="/archives/1.0/index.html"/>
     </menu>

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=1696724&r1=1696723&r2=1696724&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/csv/trunk/src/site/xdoc/index.xml Thu Aug 20 08:30:26 2015
@@ -46,6 +46,7 @@ The Javadoc API documents are available
 </p>
 <ul>
   <li><a href="apidocs/index.html">Javadoc trunk</a></li>            
+  <li><a href="archives/1.2/apidocs/index.html">Javadoc 1.2</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>
@@ -57,7 +58,8 @@ The <a href="source-repository.html">sub
 <!-- ================================================== -->
 <section name="Releases">
 <ul>
-  <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://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.2 (mirrors)</a> requires Java 1.6</li>
+  <li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.1 (archives)</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>
@@ -76,9 +78,12 @@ For previous releases, see the <a href="
   <pre>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
     &lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
-    &lt;version&gt;1.1&lt;/version&gt;
+    &lt;version&gt;1.2&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </p>
+<p>
+  For other dependency access methods, see <a href="dependency-info.html">Dependency Information</a> 
+</p>
 </section>
 
 <section name="Building from sources">