Skip to content

Commit 86d92b3

Browse files
committed
[MNGSITE-341] use https for sigs, hashes and KEYS
1 parent ef1d836 commit 86d92b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/xdoc/download.xml.vm

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the License.
3434

3535
<p>In order to guard against corrupted downloads/installations, it is highly recommended to
3636
<a href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
37-
of the release bundles against the public <a href="http://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven
37+
of the release bundles against the public <a href="https://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven
3838
developers.</p>
3939

4040
<p>${project.name} is distributed under the <a href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
@@ -108,8 +108,8 @@ under the License.
108108
<tr>
109109
<td>${project.name} ${project.version} (Source zip)</td>
110110
<td><a href="[preferred]maven/plugins/${project.artifactId}-${project.version}-source-release.zip">maven/plugins/${project.artifactId}-${project.version}-source-release.zip</a></td>
111-
<td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
112-
<td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
111+
<td><a href="https://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
112+
<td><a href="https://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
113113
</tr>
114114
</tbody>
115115
</table>

0 commit comments

Comments
 (0)