Skip to content

Commit e2d4dcb

Browse files
committed
Prepare for the next release.
1 parent 26a8320 commit e2d4dcb

3 files changed

Lines changed: 26 additions & 35 deletions

File tree

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<item name="Building" href="/building.html"/>
3737
<item name="Mailing lists" href="/mail-lists.html"/>
3838
<item name="Issue Tracking" href="/issue-tracking.html"/>
39-
<item name="Team" href="/team-list.html"/>
39+
<item name="Team" href="/team.html"/>
4040
<item name="Tasks" href="/tasks.html"/>
4141
<item name="Proposal" href="/proposal.html"/>
4242
<item name="Source repository" href="/scm.html"/>

src/site/xdoc/building.xml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ limitations under the License.
2424
<!-- ================================================== -->
2525
<section name="Overview">
2626
<p>
27-
Commons IO uses <a href="http://maven.apache.org">Maven 2+</a> or
28-
<a href="http://ant.apache.org">Ant</a> as a build system.
27+
Commons IO uses <a href="http://maven.apache.org">Maven</a> its build system.
2928
</p>
3029
<p>
31-
Commons IO requires a minimum of JDK 1.5 to build.
30+
Commons IO requires a minimum of JDK 8 to build.
3231
</p>
3332
<p>
3433
You may also be interested in the upgrade notes:<br />
@@ -42,7 +41,7 @@ limitations under the License.
4241
Upgrade <a href="upgradeto1_1.html">from 1.0 to 1.1</a><br />
4342
</p>
4443
</section>
45-
<section name="Maven 2 Goals">
44+
<section name="Maven Goals">
4645
<p>
4746
The following <a href="http://maven.apache.org">Maven</a> commands can be used to build io:
4847
</p>
@@ -51,29 +50,7 @@ limitations under the License.
5150
<li><code>mvn test</code> - compile and run the unit tests</li>
5251
<li><code>mvn site</code> - create io documentation</li>
5352
<li><code>mvn package</code> - build the jar</li>
54-
<li><code>mvn package -Prc</code> - Create the source and binary distributions</li>
5553
</ul>
5654
</section>
57-
<!-- ================================================== -->
58-
<section name="Ant Goals">
59-
<p>
60-
<strong>Note:</strong>
61-
<ul>
62-
<li>Dependencies are automatically downloaded if not specified explicitly in
63-
a <code>build.properties</code> file.</li>
64-
</ul>
65-
</p>
66-
<p>
67-
The following <a href="http://ant.apache.org">Ant</a> commands can be used to build io:
68-
</p>
69-
<ul>
70-
<li><code>ant clean</code> - clean up</li>
71-
<li><code>ant test</code> - compile and run the unit tests</li>
72-
<li><code>ant javadoc</code> - create javadocs</li>
73-
<li><code>ant jar</code> - build the jar</li>
74-
<li><code>ant dist</code> - Create the source and binary distributions</li>
75-
</ul>
76-
</section>
77-
<!-- ================================================== -->
7855
</body>
7956
</document>

src/site/xdoc/index.xml

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

88+
<subsection name="Commons IO 2.9.0 (requires Java 8)">
89+
<p>
90+
Commons IO 2.9.0 requires a minimum of Java 8 -
91+
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
92+
</p>
93+
<p>
94+
View the
95+
<a href="changes-report.html">Release Notes</a>
96+
and
97+
<a href="apidocs/index.html">Javadoc API documents</a>
98+
</p>
99+
</subsection>
100+
88101
<subsection name="Commons IO 2.8.0 (requires Java 8)">
89102
<p>
90103
Commons IO 2.8.0 requires a minimum of Java 8 -
@@ -94,7 +107,7 @@ There are six main areas included:
94107
View the
95108
<a href="changes-report.html">Release Notes</a>
96109
and
97-
<a href="apidocs/index.html">Javadoc API documents</a>
110+
<a href="https://javadoc.io/doc/commons-io/commons-io/2.8.0/index.html">Javadoc API documents</a>
98111
</p>
99112
</subsection>
100113

@@ -107,7 +120,7 @@ There are six main areas included:
107120
View the
108121
<a href="changes-report.html">Release Notes</a>
109122
and
110-
<a href="javadocs/api-2.7/index.html">Javadoc API documents</a>
123+
<a href="https://javadoc.io/doc/commons-io/commons-io/2.7/index.html">Javadoc API documents</a>
111124
</p>
112125
</subsection>
113126

@@ -120,7 +133,7 @@ There are six main areas included:
120133
View the
121134
<a href="upgradeto2_6.html">Release Notes</a>
122135
and
123-
<a href="javadocs/api-2.6/index.html">Javadoc API documents</a>
136+
<a href="https://javadoc.io/doc/commons-io/commons-io/2.6/index.html">Javadoc API documents</a>
124137
</p>
125138
</subsection>
126139

@@ -133,7 +146,7 @@ There are six main areas included:
133146
View the
134147
<a href="upgradeto2_5.html">Release Notes</a>
135148
and
136-
<a href="javadocs/api-2.5/index.html">Javadoc API documents</a>
149+
<a href="https://javadoc.io/doc/commons-io/commons-io/2.5/index.html">Javadoc API documents</a>
137150
</p>
138151
</subsection>
139152

@@ -144,7 +157,7 @@ There are six main areas included:
144157
</p>
145158
<p>
146159
View the <a href="upgradeto2_4.html">Release Notes</a> and
147-
<a href="javadocs/api-2.4/index.html">Javadoc API documents</a>
160+
<a href="https://javadoc.io/doc/commons-io/commons-io/2.4/index.html">Javadoc API documents</a>
148161
</p>
149162
</subsection>
150163

@@ -155,7 +168,7 @@ View the <a href="upgradeto2_4.html">Release Notes</a> and
155168
</p>
156169
<p>
157170
View the <a href="upgradeto2_3.html">Release Notes</a> and
158-
<a href="javadocs/api-2.3/index.html">Javadoc API documents</a>
171+
<a href="https://javadoc.io/doc/commons-io/commons-io/2.3/index.html">Javadoc API documents</a>
159172
</p>
160173
</subsection>
161174

@@ -166,13 +179,14 @@ Commons IO 2.2 requires a minimum of JDK 1.5 -
166179
</p>
167180
<p>
168181
View the <a href="upgradeto2_2.html">Release Notes</a> and
169-
<a href="javadocs/api-2.2/index.html">Javadoc API documents</a>
182+
<a href="https://javadoc.io/doc/commons-io/commons-io/2.2/index.html">Javadoc API documents</a>
170183
</p>
171184
</subsection>
172185

173186
<subsection name="Older Releases">
174187
<p>
175-
For previous releases, see the <a href="https://archive.apache.org/dist/commons/io/">Apache Archive</a>.
188+
For previous releases, see the <a href="https://archive.apache.org/dist/commons/io/">Apache Archive</a>
189+
and <a href="https://javadoc.io/doc/commons-io/commons-io/">Javadoc Archive</a>
176190
</p>
177191
</subsection>
178192

0 commit comments

Comments
 (0)