Skip to content

Commit a246ac8

Browse files
committed
Update download page in preparation for 2.6 release
1 parent 5f88079 commit a246ac8

1 file changed

Lines changed: 38 additions & 22 deletions

File tree

src/site/xdoc/download_io.xml

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,21 @@ limitations under the License.
3131
| 2) Set the following properties in the component's pom: |
3232
| - commons.componentid (required, alphabetic, lower case) |
3333
| - commons.release.version (required) |
34-
| - commons.binary.suffix (optional) |
34+
| - commons.release.name (required) |
35+
| - commons.binary.suffix (optional) |
3536
| (defaults to "-bin", set to "" for pre-maven2 releases) |
37+
| - commons.release.desc (optional) |
38+
| - commons.release.subdir (optional) |
39+
| |
40+
| - commons.release.2/3.version (conditional) |
41+
| - commons.release.2/3.name (conditional) |
42+
| - commons.release.2/3.binary.suffix (optional) |
43+
| - commons.release.2/3.desc (optional) |
44+
| - commons.release.2/3.subdir (optional) |
3645
| |
3746
| 3) Example Properties |
47+
| (commons.release.name inherited by parent: |
48+
| ${project.artifactId}-${commons.release.version} |
3849
| |
3950
| <properties> |
4051
| <commons.componentid>math</commons.componentid> |
@@ -46,17 +57,17 @@ limitations under the License.
4657
<document>
4758
<properties>
4859
<title>Download Apache Commons IO</title>
49-
<author email="dev@commons.apache.org">Commons Documentation Team</author>
60+
<author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
5061
</properties>
5162
<body>
5263
<section name="Download Apache Commons IO">
5364
<subsection name="Using a Mirror">
5465
<p>
5566
We recommend you use a mirror to download our release
56-
builds, but you <strong>must</strong> verify the integrity of
67+
builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of
5768
the downloaded files using signatures downloaded from our main
5869
distribution directories. Recent releases (48 hours) may not yet
59-
be available from the mirrors.
70+
be available from all the mirrors.
6071
</p>
6172

6273
<p>
@@ -88,39 +99,44 @@ limitations under the License.
8899
</form>
89100

90101
<p>
91-
The <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a>
92-
link links to the code signing keys used to sign the product.
93-
The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
94-
The <code>MD5</code> link downloads the checksum from the main site.
102+
It is essential that you
103+
<a href="https://www.apache.org/info/verification.html">verify the integrity</a>
104+
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).
106+
</p>
107+
<p>
108+
The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
109+
file contains the public PGP keys used by Apache Commons developers
110+
to sign releases.
95111
</p>
96112
</subsection>
97113
</section>
98-
<section name="Apache Commons IO 2.5 (requires JDK 1.6+)">
114+
<section name="Apache Commons IO 2.6 (requires JDK 1.7+)">
99115
<subsection name="Binaries">
100116
<table>
101117
<tr>
102-
<td><a href="[preferred]/commons/io/binaries/commons-io-2.5-bin.tar.gz">commons-io-2.5-bin.tar.gz</a></td>
103-
<td><a href="http://www.apache.org/dist/commons/io/binaries/commons-io-2.5-bin.tar.gz.md5">md5</a></td>
104-
<td><a href="http://www.apache.org/dist/commons/io/binaries/commons-io-2.5-bin.tar.gz.asc">pgp</a></td>
118+
<td><a href="[preferred]/commons/io/binaries/commons-io-2.6-bin.tar.gz">commons-io-2.6-bin.tar.gz</a></td>
119+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.6-bin.tar.gz.md5">md5</a></td>
120+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.6-bin.tar.gz.asc">pgp</a></td>
105121
</tr>
106122
<tr>
107-
<td><a href="[preferred]/commons/io/binaries/commons-io-2.5-bin.zip">commons-io-2.5-bin.zip</a></td>
108-
<td><a href="http://www.apache.org/dist/commons/io/binaries/commons-io-2.5-bin.zip.md5">md5</a></td>
109-
<td><a href="http://www.apache.org/dist/commons/io/binaries/commons-io-2.5-bin.zip.asc">pgp</a></td>
123+
<td><a href="[preferred]/commons/io/binaries/commons-io-2.6-bin.zip">commons-io-2.6-bin.zip</a></td>
124+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.6-bin.zip.md5">md5</a></td>
125+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.6-bin.zip.asc">pgp</a></td>
110126
</tr>
111127
</table>
112128
</subsection>
113129
<subsection name="Source">
114130
<table>
115131
<tr>
116-
<td><a href="[preferred]/commons/io/source/commons-io-2.5-src.tar.gz">commons-io-2.5-src.tar.gz</a></td>
117-
<td><a href="http://www.apache.org/dist/commons/io/source/commons-io-2.5-src.tar.gz.md5">md5</a></td>
118-
<td><a href="http://www.apache.org/dist/commons/io/source/commons-io-2.5-src.tar.gz.asc">pgp</a></td>
132+
<td><a href="[preferred]/commons/io/source/commons-io-2.6-src.tar.gz">commons-io-2.6-src.tar.gz</a></td>
133+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.6-src.tar.gz.md5">md5</a></td>
134+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.6-src.tar.gz.asc">pgp</a></td>
119135
</tr>
120136
<tr>
121-
<td><a href="[preferred]/commons/io/source/commons-io-2.5-src.zip">commons-io-2.5-src.zip</a></td>
122-
<td><a href="http://www.apache.org/dist/commons/io/source/commons-io-2.5-src.zip.md5">md5</a></td>
123-
<td><a href="http://www.apache.org/dist/commons/io/source/commons-io-2.5-src.zip.asc">pgp</a></td>
137+
<td><a href="[preferred]/commons/io/source/commons-io-2.6-src.zip">commons-io-2.6-src.zip</a></td>
138+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.6-src.zip.md5">md5</a></td>
139+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.6-src.zip.asc">pgp</a></td>
124140
</tr>
125141
</table>
126142
</subsection>
@@ -131,7 +147,7 @@ limitations under the License.
131147
</p>
132148
<ul>
133149
<li class="download"><a href="[preferred]/commons/io/">browse download area</a></li>
134-
<li><a href="http://archive.apache.org/dist/commons/io/">archives...</a></li>
150+
<li><a href="https://archive.apache.org/dist/commons/io/">archives...</a></li>
135151
</ul>
136152
</section>
137153
</body>

0 commit comments

Comments
 (0)