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 7cf9c0a  Next release will be 2.8.
7cf9c0a is described below

commit 7cf9c0a3fdb3d0c56b761405412d705235cc9e85
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 10:53:08 2020 -0400

    Next release will be 2.8.
---
 pom.xml                 |  2 +-
 src/site/site.xml       |  3 ++-
 src/site/xdoc/index.xml | 15 ++++++++++++++-
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 139501c..e4ed5f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@ file comparators, endian transformation classes, and much 
more.
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
-    <tag>commons-io-2.6</tag>
+    <tag>commons-io-2.8</tag>
   </scm>
 
   <developers>
diff --git a/src/site/site.xml b/src/site/site.xml
index 14a5c78..5c2b7e8 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -28,7 +28,8 @@
             <item name="Download"             
href="https://commons.apache.org/io/download_io.cgi"/>
             <item name="User guide"           href="/description.html"/>
             <item name="Best practices"       href="/bestpractices.html"/>
-            <item name="Javadoc 2.7"          
href="/javadocs/api-release/index.html"/>
+            <item name="Javadoc 2.8"          
href="/javadocs/api-release/index.html"/>
+            <item name="Javadoc 2.7"          
href="/javadocs/api-2.7/index.html"/>
             <item name="Javadoc 2.6"          
href="/javadocs/api-2.6/index.html"/>
             <item name="Javadoc 2.5"          
href="/javadocs/api-2.5/index.html"/>
             <item name="Javadoc 2.4"          
href="/javadocs/api-2.4/index.html"/>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 0dad535..b59ff95 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -47,6 +47,19 @@ There are six main areas included:
 <!-- ================================================== -->
 <section name="Releases">
 
+    <subsection name="Commons IO 2.8 (requires Java 8)">
+        <p>
+            Commons IO 2.8 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="javadocs/api-release/index.html">Javadoc API documents</a>
+        </p>
+    </subsection>
+
     <subsection name="Commons IO 2.7 (requires Java 8)">
         <p>
             Commons IO 2.7 requires a minimum of Java 8 -
@@ -56,7 +69,7 @@ There are six main areas included:
             View the
             <a href="changes-report.html">Release Notes</a>
             and
-            <a href="javadocs/api-release/index.html">Javadoc API documents</a>
+            <a href="javadocs/api-2.7/index.html">Javadoc API documents</a>
         </p>
     </subsection>
 

Reply via email to