Skip to content

Commit 5bee6ab

Browse files
committed
Deduplicate information
1 parent 38cbc65 commit 5bee6ab

1 file changed

Lines changed: 21 additions & 141 deletions

File tree

src/site/xdoc/index.xml

Lines changed: 21 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -85,163 +85,43 @@ There are six main areas included:
8585
<!-- ================================================== -->
8686
<section name="Releases">
8787

88-
<subsection name="Commons IO 2.13.0 (requires Java 8)">
88+
<subsection name="Latest Release (Java 8 and up)">
8989
<p>
9090
Commons IO 2.13.0 requires a minimum of Java 8 -
91-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
91+
<a href="https://commons.apache.org/io/download_io.cgi">Download now</a>.
9292
</p>
9393
<p>
9494
View the
9595
<a href="changes-report.html">Release Notes</a>
9696
and
97-
<a href="apidocs/index.html">Javadoc API documents</a>
97+
<a href="apidocs/index.html">Javadoc API documents</a>.
9898
</p>
9999
</subsection>
100100

101-
<subsection name="Commons IO 2.12.0 (requires Java 8)">
101+
<subsection name="Previous Releases">
102102
<p>
103-
Commons IO 2.12.0 requires a minimum of Java 8 -
104-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
103+
See the <a href="https://archive.apache.org/dist/commons/io/">download archive</a>
104+
and <a href="https://javadoc.io/doc/commons-io/commons-io/">Javadoc archive</a>.
105105
</p>
106106
<p>
107-
View the
108-
<a href="changes-report.html">Release Notes</a>
109-
and
110-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.12.0/index.html">Javadoc API documents</a>
111-
</p>
112-
</subsection>
113-
114-
<subsection name="Commons IO 2.11.0 (requires Java 8)">
115-
<p>
116-
Commons IO 2.11.0 requires a minimum of Java 8 -
117-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
118-
</p>
119-
<p>
120-
View the
121-
<a href="changes-report.html">Release Notes</a>
122-
and
123-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.11.0/index.html">Javadoc API documents</a>
124-
</p>
125-
</subsection>
126-
127-
<subsection name="Commons IO 2.10.0 (requires Java 8)">
128-
<p>
129-
Commons IO 2.10.0 requires a minimum of Java 8 -
130-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
131-
</p>
132-
<p>
133-
View the
134-
<a href="changes-report.html">Release Notes</a>
135-
and
136-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.10.0/index.html">Javadoc API documents</a>
137-
</p>
138-
</subsection>
139-
140-
<subsection name="Commons IO 2.9.0 (requires Java 8)">
141-
<p>
142-
Commons IO 2.9.0 requires a minimum of Java 8 -
143-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
144-
</p>
145-
<p>
146-
View the
147-
<a href="changes-report.html">Release Notes</a>
148-
and
149-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.9.0/index.html">Javadoc API documents</a>
107+
The Java platform requirements are:
150108
</p>
109+
<ul>
110+
<li>Version 2.13.0 requires Java 8.</li>
111+
<li>Version 2.12.0 requires Java 8.</li>
112+
<li>Version 2.11.0 requires Java 8.</li>
113+
<li>Version 2.10.0 requires Java 8.</li>
114+
<li>Version 2.9.0 requires Java 8.</li>
115+
<li>Version 2.8.0 requires Java 8.</li>
116+
<li>Version 2.7 requires Java 8.</li>
117+
<li>Version 2.6 requires Java 7.</li>
118+
<li>Version 2.5 requires Java 6.</li>
119+
<li>Version 2.4 requires Java 6.</li>
120+
<li>Version 2.3 requires Java 6.</li>
121+
<li>Version 2.2 requires Java 5.</li>
122+
</ul>
151123
</subsection>
152124

153-
<subsection name="Commons IO 2.8.0 (requires Java 8)">
154-
<p>
155-
Commons IO 2.8.0 requires a minimum of Java 8 -
156-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
157-
</p>
158-
<p>
159-
View the
160-
<a href="changes-report.html">Release Notes</a>
161-
and
162-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.8.0/index.html">Javadoc API documents</a>
163-
</p>
164-
</subsection>
165-
166-
<subsection name="Commons IO 2.7 (requires Java 8)">
167-
<p>
168-
Commons IO 2.7 requires a minimum of Java 8 -
169-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
170-
</p>
171-
<p>
172-
View the
173-
<a href="changes-report.html">Release Notes</a>
174-
and
175-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.7/index.html">Javadoc API documents</a>
176-
</p>
177-
</subsection>
178-
179-
<subsection name="Commons IO 2.6 (requires Java 7)">
180-
<p>
181-
Commons IO 2.6 requires a minimum of Java 7 -
182-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
183-
</p>
184-
<p>
185-
View the
186-
<a href="upgradeto2_6.html">Release Notes</a>
187-
and
188-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.6/index.html">Javadoc API documents</a>
189-
</p>
190-
</subsection>
191-
192-
<subsection name="Commons IO 2.5 (requires Java 6)">
193-
<p>
194-
Commons IO 2.5 requires a minimum of Java 6 -
195-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
196-
</p>
197-
<p>
198-
View the
199-
<a href="upgradeto2_5.html">Release Notes</a>
200-
and
201-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.5/index.html">Javadoc API documents</a>
202-
</p>
203-
</subsection>
204-
205-
<subsection name="Commons IO 2.4 (requires Java 6)">
206-
<p>
207-
Commons IO 2.4 requires a minimum of JDK 1.6 -
208-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
209-
</p>
210-
<p>
211-
View the <a href="upgradeto2_4.html">Release Notes</a> and
212-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.4/index.html">Javadoc API documents</a>
213-
</p>
214-
</subsection>
215-
216-
<subsection name="Commons IO 2.3 (requires Java 6)">
217-
<p>
218-
Commons IO 2.3 requires a minimum of JDK 1.6 -
219-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
220-
</p>
221-
<p>
222-
View the <a href="upgradeto2_3.html">Release Notes</a> and
223-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.3/index.html">Javadoc API documents</a>
224-
</p>
225-
</subsection>
226-
227-
<subsection name="Commons IO 2.2 (requires Java 5)">
228-
<p>
229-
Commons IO 2.2 requires a minimum of JDK 1.5 -
230-
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
231-
</p>
232-
<p>
233-
View the <a href="upgradeto2_2.html">Release Notes</a> and
234-
<a href="https://javadoc.io/doc/commons-io/commons-io/2.2/index.html">Javadoc API documents</a>
235-
</p>
236-
</subsection>
237-
238-
<subsection name="Older Releases">
239-
<p>
240-
For previous releases, see the <a href="https://archive.apache.org/dist/commons/io/">Apache Archive</a>
241-
and <a href="https://javadoc.io/doc/commons-io/commons-io/">Javadoc Archive</a>
242-
</p>
243-
</subsection>
244-
245125
</section>
246126
<!-- ================================================== -->
247127
<section name="Support">

0 commit comments

Comments
 (0)