Skip to content

Commit 4f43616

Browse files
committed
Prepare for reelase 2.7.
1 parent 938f4a3 commit 4f43616

3 files changed

Lines changed: 29 additions & 15 deletions

File tree

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.6" href="/javadocs/api-release/index.html"/>
31+
<item name="Javadoc 2.7" href="/javadocs/api-release/index.html"/>
32+
<item name="Javadoc 2.6" href="/javadocs/api-2.6/index.html"/>
3233
<item name="Javadoc 2.5" href="/javadocs/api-2.5/index.html"/>
3334
<item name="Javadoc 2.4" href="/javadocs/api-2.4/index.html"/>
3435
<item name="Javadoc 2.3" href="/javadocs/api-2.3/index.html"/>

src/site/xdoc/index.xml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,35 @@ There are six main areas included:
4747
<!-- ================================================== -->
4848
<section name="Releases">
4949

50-
<subsection name="Commons IO 2.6 (requires JDK 1.7+)">
50+
<subsection name="Commons IO 2.7 (requires Java 8)">
5151
<p>
52-
Commons IO 2.6 is the latest version and requires a minimum of JDK 1.7 -
52+
Commons IO 2.7 requires a minimum of Java 8 -
5353
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
5454
</p>
5555
<p>
5656
View the
57-
<a href="upgradeto2_6.html">Release Notes</a>
57+
<a href="changes-report.html">Release Notes</a>
5858
and
5959
<a href="javadocs/api-release/index.html">Javadoc API documents</a>
6060
</p>
6161
</subsection>
6262

63-
<subsection name="Commons IO 2.5 (requires JDK 1.6+)">
63+
<subsection name="Commons IO 2.6 (requires Java 7)">
64+
<p>
65+
Commons IO 2.6 requires a minimum of Java 7 -
66+
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
67+
</p>
68+
<p>
69+
View the
70+
<a href="upgradeto2_6.html">Release Notes</a>
71+
and
72+
<a href="javadocs/api-2.6/index.html">Javadoc API documents</a>
73+
</p>
74+
</subsection>
75+
76+
<subsection name="Commons IO 2.5 (requires Java 6)">
6477
<p>
65-
Commons IO 2.5 requires a minimum of JDK 1.6 -
78+
Commons IO 2.5 requires a minimum of Java 6 -
6679
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
6780
</p>
6881
<p>
@@ -73,7 +86,7 @@ There are six main areas included:
7386
</p>
7487
</subsection>
7588

76-
<subsection name="Commons IO 2.4 (requires JDK 1.6+)">
89+
<subsection name="Commons IO 2.4 (requires Java 6)">
7790
<p>
7891
Commons IO 2.4 requires a minimum of JDK 1.6 -
7992
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
@@ -84,7 +97,7 @@ View the <a href="upgradeto2_4.html">Release Notes</a> and
8497
</p>
8598
</subsection>
8699

87-
<subsection name="Commons IO 2.3 (requires JDK 1.6+)">
100+
<subsection name="Commons IO 2.3 (requires Java 6)">
88101
<p>
89102
Commons IO 2.3 requires a minimum of JDK 1.6 -
90103
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
@@ -95,7 +108,7 @@ View the <a href="upgradeto2_3.html">Release Notes</a> and
95108
</p>
96109
</subsection>
97110

98-
<subsection name="Commons IO 2.2 (requires JDK 1.5+)">
111+
<subsection name="Commons IO 2.2 (requires Java 5)">
99112
<p>
100113
Commons IO 2.2 requires a minimum of JDK 1.5 -
101114
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>

src/site/xdoc/upgradeto2_6.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ limitations under the License.
142142
Semantic compatible: No, see the rare case in
143143
https://issues.apache.org/jira/browse/IO-318.
144144

145-
Commons IO 2.6 requires JDK 1.7 or later.
146-
Commons IO 2.5 requires JDK 1.6 or later.
147-
Commons IO 2.4 requires JDK 1.6 or later.
148-
Commons IO 2.3 requires JDK 1.6 or later.
149-
Commons IO 2.2 requires JDK 1.5 or later.
150-
Commons IO 1.4 requires JDK 1.3 or later.
145+
Commons IO 2.6 requires Java 7 or later.
146+
Commons IO 2.5 requires Java 6 or later.
147+
Commons IO 2.4 requires Java 6 or later.
148+
Commons IO 2.3 requires Java 6 or later.
149+
Commons IO 2.2 requires Java 5 or later.
150+
Commons IO 1.4 requires Java 1.3 or later.
151151
</source>
152152
</p>
153153
</section>

0 commit comments

Comments
 (0)