Skip to content

Commit 7cf9c0a

Browse files
committed
Next release will be 2.8.
1 parent 0de91c0 commit 7cf9c0a

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ file comparators, endian transformation classes, and much more.
5252
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
5353
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
5454
<url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
55-
<tag>commons-io-2.6</tag>
55+
<tag>commons-io-2.8</tag>
5656
</scm>
5757

5858
<developers>

src/site/site.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
<item name="Download" href="https://commons.apache.org/io/download_io.cgi"/>
2929
<item name="User guide" href="/description.html"/>
3030
<item name="Best practices" href="/bestpractices.html"/>
31-
<item name="Javadoc 2.7" href="/javadocs/api-release/index.html"/>
31+
<item name="Javadoc 2.8" href="/javadocs/api-release/index.html"/>
32+
<item name="Javadoc 2.7" href="/javadocs/api-2.7/index.html"/>
3233
<item name="Javadoc 2.6" href="/javadocs/api-2.6/index.html"/>
3334
<item name="Javadoc 2.5" href="/javadocs/api-2.5/index.html"/>
3435
<item name="Javadoc 2.4" href="/javadocs/api-2.4/index.html"/>

src/site/xdoc/index.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@ There are six main areas included:
4747
<!-- ================================================== -->
4848
<section name="Releases">
4949

50+
<subsection name="Commons IO 2.8 (requires Java 8)">
51+
<p>
52+
Commons IO 2.8 requires a minimum of Java 8 -
53+
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
54+
</p>
55+
<p>
56+
View the
57+
<a href="changes-report.html">Release Notes</a>
58+
and
59+
<a href="javadocs/api-release/index.html">Javadoc API documents</a>
60+
</p>
61+
</subsection>
62+
5063
<subsection name="Commons IO 2.7 (requires Java 8)">
5164
<p>
5265
Commons IO 2.7 requires a minimum of Java 8 -
@@ -56,7 +69,7 @@ There are six main areas included:
5669
View the
5770
<a href="changes-report.html">Release Notes</a>
5871
and
59-
<a href="javadocs/api-release/index.html">Javadoc API documents</a>
72+
<a href="javadocs/api-2.7/index.html">Javadoc API documents</a>
6073
</p>
6174
</subsection>
6275

0 commit comments

Comments
 (0)