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 2021/05/17 01:55:20 UTC

[commons-io] branch master updated: Prepare for the next release.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new e2d4dcb  Prepare for the next release.
e2d4dcb is described below

commit e2d4dcbe74a32771f243da87b66b081c91422ebb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 16 21:55:16 2021 -0400

    Prepare for the next release.
---
 src/site/site.xml          |  2 +-
 src/site/xdoc/building.xml | 29 +++--------------------------
 src/site/xdoc/index.xml    | 30 ++++++++++++++++++++++--------
 3 files changed, 26 insertions(+), 35 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 312c1bb..09aafda 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -36,7 +36,7 @@
             <item name="Building"             href="/building.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="Team"                 href="/team.html"/>
             <item name="Tasks"                href="/tasks.html"/>
             <item name="Proposal"             href="/proposal.html"/>
             <item name="Source repository"    href="/scm.html"/>
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index eed872e..c0143d8 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -24,11 +24,10 @@ limitations under the License.
 <!-- ================================================== -->
 <section name="Overview">
 <p>
-  Commons IO uses <a href="http://maven.apache.org">Maven 2+</a> or
-  <a href="http://ant.apache.org">Ant</a> as a build system.
+  Commons IO uses <a href="http://maven.apache.org">Maven</a> its build system.
 </p>
 <p>
-  Commons IO requires a minimum of JDK 1.5 to build.
+  Commons IO requires a minimum of JDK 8 to build.
 </p>
 <p>
   You may also be interested in the upgrade notes:<br />
@@ -42,7 +41,7 @@ limitations under the License.
   Upgrade <a href="upgradeto1_1.html">from 1.0 to 1.1</a><br />
 </p>
 </section>
-<section name="Maven 2 Goals">
+<section name="Maven Goals">
   <p>
     The following <a href="http://maven.apache.org">Maven</a> commands can be used to build io:
   </p>
@@ -51,29 +50,7 @@ limitations under the License.
     <li><code>mvn test</code> - compile and run the unit tests</li>
     <li><code>mvn site</code> - create io documentation</li>
     <li><code>mvn package</code> - build the jar</li>
-    <li><code>mvn package -Prc</code> - Create the source and binary distributions</li>
   </ul>
 </section>
-<!-- ================================================== -->
-<section name="Ant Goals">
-  <p>
-    <strong>Note:</strong>
-    <ul>
-        <li>Dependencies are automatically downloaded if not specified explicitly in
-            a <code>build.properties</code> file.</li>
-    </ul>
-  </p>
-  <p>
-    The following <a href="http://ant.apache.org">Ant</a> commands can be used to build io:
-  </p>
-  <ul>
-    <li><code>ant clean</code> - clean up</li>
-    <li><code>ant test</code> - compile and run the unit tests</li>
-    <li><code>ant javadoc</code> - create javadocs</li>
-    <li><code>ant jar</code> - build the jar</li>
-    <li><code>ant dist</code> - Create the source and binary distributions</li>
-  </ul>
-</section>
-<!-- ================================================== -->
 </body>
 </document>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 0a12af4..028c2bf 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -85,6 +85,19 @@ There are six main areas included:
 <!-- ================================================== -->
 <section name="Releases">
 
+    <subsection name="Commons IO 2.9.0 (requires Java 8)">
+        <p>
+            Commons IO 2.9.0 requires a minimum of Java 8 -
+            <a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
+        </p>
+        <p>
+            View the
+            <a href="changes-report.html">Release Notes</a>
+            and
+            <a href="apidocs/index.html">Javadoc API documents</a>
+        </p>
+    </subsection>
+
     <subsection name="Commons IO 2.8.0 (requires Java 8)">
         <p>
             Commons IO 2.8.0 requires a minimum of Java 8 -
@@ -94,7 +107,7 @@ There are six main areas included:
             View the
             <a href="changes-report.html">Release Notes</a>
             and
-            <a href="apidocs/index.html">Javadoc API documents</a>
+            <a href="https://javadoc.io/doc/commons-io/commons-io/2.8.0/index.html">Javadoc API documents</a>
         </p>
     </subsection>
 
@@ -107,7 +120,7 @@ There are six main areas included:
             View the
             <a href="changes-report.html">Release Notes</a>
             and
-            <a href="javadocs/api-2.7/index.html">Javadoc API documents</a>
+            <a href="https://javadoc.io/doc/commons-io/commons-io/2.7/index.html">Javadoc API documents</a>
         </p>
     </subsection>
 
@@ -120,7 +133,7 @@ There are six main areas included:
             View the
             <a href="upgradeto2_6.html">Release Notes</a>
             and
-            <a href="javadocs/api-2.6/index.html">Javadoc API documents</a>
+            <a href="https://javadoc.io/doc/commons-io/commons-io/2.6/index.html">Javadoc API documents</a>
         </p>
     </subsection>
 
@@ -133,7 +146,7 @@ There are six main areas included:
             View the
             <a href="upgradeto2_5.html">Release Notes</a>
             and
-            <a href="javadocs/api-2.5/index.html">Javadoc API documents</a>
+            <a href="https://javadoc.io/doc/commons-io/commons-io/2.5/index.html">Javadoc API documents</a>
         </p>
     </subsection>
 
@@ -144,7 +157,7 @@ There are six main areas included:
 </p>
 <p>
 View the <a href="upgradeto2_4.html">Release Notes</a> and
-<a href="javadocs/api-2.4/index.html">Javadoc API documents</a>
+<a href="https://javadoc.io/doc/commons-io/commons-io/2.4/index.html">Javadoc API documents</a>
 </p>
 </subsection>
 
@@ -155,7 +168,7 @@ View the <a href="upgradeto2_4.html">Release Notes</a> and
 </p>
 <p>
 View the <a href="upgradeto2_3.html">Release Notes</a> and
-<a href="javadocs/api-2.3/index.html">Javadoc API documents</a>
+<a href="https://javadoc.io/doc/commons-io/commons-io/2.3/index.html">Javadoc API documents</a>
 </p>
 </subsection>
 
@@ -166,13 +179,14 @@ Commons IO 2.2 requires a minimum of JDK 1.5 -
 </p> 
 <p>
 View the <a href="upgradeto2_2.html">Release Notes</a> and
-<a href="javadocs/api-2.2/index.html">Javadoc API documents</a>
+<a href="https://javadoc.io/doc/commons-io/commons-io/2.2/index.html">Javadoc API documents</a>
 </p> 
 </subsection>
 
 <subsection name="Older Releases">
 <p>
-For previous releases, see the <a href="https://archive.apache.org/dist/commons/io/">Apache Archive</a>.
+For previous releases, see the <a href="https://archive.apache.org/dist/commons/io/">Apache Archive</a>
+and <a href="https://javadoc.io/doc/commons-io/commons-io/">Javadoc Archive</a>
 </p> 
 </subsection>