Skip to content

Commit ad30a00

Browse files
committed
(update) src/site for 1.12
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/branches/1_12@1849877 13f79535-47bb-0310-9956-ffa450edef68
1 parent 524edd4 commit ad30a00

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

src/site/xdoc/download_codec.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ limitations under the License.
102102
It is essential that you
103103
<a href="https://www.apache.org/info/verification.html">verify the integrity</a>
104104
of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
105-
failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files).
105+
failing that using the <code>SHA256</code> hash (<code>*.sha256</code> checksum files).
106106
</p>
107107
<p>
108108
The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
@@ -111,32 +111,32 @@ limitations under the License.
111111
</p>
112112
</subsection>
113113
</section>
114-
<section name="Apache Commons Codec 1.11 ">
114+
<section name="Apache Commons Codec 1.12 ">
115115
<subsection name="Binaries">
116116
<table>
117117
<tr>
118-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.tar.gz">commons-codec-1.11-bin.tar.gz</a></td>
119-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.md5">md5</a></td>
120-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.asc">pgp</a></td>
118+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.12-bin.tar.gz">commons-codec-1.12-bin.tar.gz</a></td>
119+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.tar.gz.sha256">sha256</a></td>
120+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.tar.gz.asc">pgp</a></td>
121121
</tr>
122122
<tr>
123-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.zip">commons-codec-1.11-bin.zip</a></td>
124-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.md5">md5</a></td>
125-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.asc">pgp</a></td>
123+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.12-bin.zip">commons-codec-1.12-bin.zip</a></td>
124+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.zip.sha256">sha256</a></td>
125+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.zip.asc">pgp</a></td>
126126
</tr>
127127
</table>
128128
</subsection>
129129
<subsection name="Source">
130130
<table>
131131
<tr>
132-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.tar.gz">commons-codec-1.11-src.tar.gz</a></td>
133-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.md5">md5</a></td>
134-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.asc">pgp</a></td>
132+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.12-src.tar.gz">commons-codec-1.12-src.tar.gz</a></td>
133+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.tar.gz.sha256">sha256</a></td>
134+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.tar.gz.asc">pgp</a></td>
135135
</tr>
136136
<tr>
137-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.zip">commons-codec-1.11-src.zip</a></td>
138-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.md5">md5</a></td>
139-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.asc">pgp</a></td>
137+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.12-src.zip">commons-codec-1.12-src.zip</a></td>
138+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.zip.sha256">sha256</a></td>
139+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.zip.asc">pgp</a></td>
140140
</tr>
141141
</table>
142142
</subsection>

src/site/xdoc/index.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The Javadoc API documents are available online:
7272
</p>
7373
<ul>
7474
<li><a href="apidocs/index.html">Javadoc trunk</a></li>
75+
<li><a href="archives/1.12/apidocs/index.html">Javadoc 1.12</a></li>
7576
<li><a href="archives/1.11/apidocs/index.html">Javadoc 1.11</a></li>
7677
<li><a href="archives/1.10/apidocs/index.html">Javadoc 1.10</a></li>
7778
<li><a href="archives/1.9/apidocs/index.html">Javadoc 1.9</a></li>
@@ -86,7 +87,8 @@ The <a href="source-repository.html">subversion repository</a> can be
8687
<!-- ================================================== -->
8788
<section name="Releases">
8889
<ul>
89-
<li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.11 (mirrors)</a> requires Java 1.6</li>
90+
<li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.12 (mirrors)</a> requires Java 1.7</li>
91+
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.11 (archives)</a> requires Java 1.6</li>
9092
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.10 (archives)</a> requires Java 1.6</li>
9193
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.9 (archives)</a> requires Java 1.6</li>
9294
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.8 (archives)</a> requires Java 1.6</li>

0 commit comments

Comments
 (0)