This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-repository-builder.git

commit 4d301b3fe87267e209b8fae17fbaf90077d7dab6
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Wed Aug 29 14:43:13 2018 +0200

    [MNGSITE-341] use https for sigs, hashes and KEYS
---
 src/site/xdoc/download.xml.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 4389946..499a213 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -34,7 +34,7 @@ under the License.
 
       <p>In order to guard against corrupted downloads/installations, it is 
highly recommended to
       <a 
href="http://www.apache.org/dev/release-signing#verifying-signature";>verify the 
signature</a>
-      of the release bundles against the public <a 
href="http://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
+      of the release bundles against the public <a 
href="https://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
       developers.</p>
 
       <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.
           <tr>
             <td>${project.name} ${project.version} (Source zip)</td>
             <td><a 
href="[preferred]maven/shared/${project.artifactId}-${project.version}-source-release.zip">maven/shared/${project.artifactId}-${project.version}-source-release.zip</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/shared/${project.artifactId}-${project.version}-source-release.zip.sha1";>maven/shared/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/shared/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/shared/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/shared/${project.artifactId}-${project.version}-source-release.zip.sha1";>maven/shared/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/shared/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/shared/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
           </tr>
         </tbody>
       </table>

Reply via email to