We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e4dc8 commit dc8e8b1Copy full SHA for dc8e8b1
1 file changed
src/site/xdoc/index.xml
@@ -82,12 +82,17 @@ The <a href="source-repository.html">subversion repository</a> can be
82
</section>
83
<!-- ================================================== -->
84
<section name="Releases">
85
-<p>Codec 1.4+ requires a minimum of JDK 1.4</p>
+<ul>
86
+<li>Codec 1.4 requires Java 1.4</li>
87
+<li>Codec 1.5 requires Java 1.4</li>
88
+</ul>
89
<p>
90
See the
91
<a href="http://commons.apache.org/codec/download_codec.cgi">Download Page</a>
92
for the latest releases.<br />
-The <a href="changes-report.html">upgrade notes</a> are also available.
93
+</p>
94
+<p>
95
+<a href="changes-report.html">Upgrade notes</a> are also available.
96
</p>
97
98
For previous releases, see the <a href="http://archive.apache.org/dist/commons/codec/">Apache Archive</a>
0 commit comments