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 d67af31fa Use a list instead of line breaks
d67af31fa is described below
commit d67af31fafa928ff637859627c2d21698ba6b652
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:29:17 2025 -0500
Use a list instead of line breaks
Remove dead comment
---
src/site/xdoc/building.xml | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index ba250c868..7dbccba0d 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -23,7 +23,6 @@ limitations under the License.
<author email="[email protected]">Commons Documentation Team</author>
</properties>
<body>
-<!-- ================================================== -->
<section name="Overview">
<p>
Commons IO uses <a href="http://maven.apache.org">Maven</a> its build system.
@@ -32,16 +31,18 @@ limitations under the License.
Commons IO requires a minimum of JDK 8 to build.
</p>
<p>
- You may also be interested in the upgrade notes:<br />
- Upgrade <a href="upgradeto2_0_1.html">from 2.0 to 2.0.1</a><br />
- Upgrade <a href="upgradeto2_0.html">from 1.4 to 2.0</a><br />
- Upgrade <a href="upgradeto1_4.html">from 1.3.2 to 1.4</a><br />
- Upgrade <a href="upgradeto1_3_2.html">from 1.3, or 1.3.1 to 1.3.2</a><br />
- Upgrade <a href="upgradeto1_3_1.html">from 1.3 to 1.3.1</a><br />
- Upgrade <a href="upgradeto1_3.html">from 1.2 to 1.3</a><br />
- Upgrade <a href="upgradeto1_2.html">from 1.1 to 1.2</a><br />
- Upgrade <a href="upgradeto1_1.html">from 1.0 to 1.1</a><br />
+ You may also be interested in the upgrade notes:
</p>
+ <ul>
+ <li>Upgrade <a href="upgradeto2_0_1.html">from 2.0 to 2.0.1</a></li>
+ <li>Upgrade <a href="upgradeto2_0.html">from 1.4 to 2.0</a></li>
+ <li>Upgrade <a href="upgradeto1_4.html">from 1.3.2 to 1.4</a></li>
+ <li>Upgrade <a href="upgradeto1_3_2.html">from 1.3, or 1.3.1 to
1.3.2</a></li>
+ <li>Upgrade <a href="upgradeto1_3_1.html">from 1.3 to 1.3.1</a></li>
+ <li>Upgrade <a href="upgradeto1_3.html">from 1.2 to 1.3</a></li>
+ <li>Upgrade <a href="upgradeto1_2.html">from 1.1 to 1.2</a></li>
+ <li>Upgrade <a href="upgradeto1_1.html">from 1.0 to 1.1</a></li>
+ </ul>
</section>
<section name="Maven Goals">
<p>