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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new c23e722  [MNGSITE-328] use sha1 checksum instead of md5
c23e722 is described below

commit c23e72212879def681ef2536e8c7794fa4e56820
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Fri May 11 15:21:09 2018 +0200

    [MNGSITE-328] use sha1 checksum instead of md5
---
 src/site-docs/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site-docs/xdoc/download.xml.vm 
b/src/site-docs/xdoc/download.xml.vm
index 0620379..2248869 100644
--- a/src/site-docs/xdoc/download.xml.vm
+++ b/src/site-docs/xdoc/download.xml.vm
@@ -108,7 +108,7 @@ under the License.
           <tr>
             <td>${project.name} ${project.version} (Source zip)</td>
             <td><a 
href="[preferred]maven/pom/maven-parent-${project.version}-source-release.zip">maven/pom/maven-parent-${project.version}-source-release.zip</a></td>
-            <td><a 
href="https://www.apache.org/dist/maven/pom/maven-parent-${project.version}-source-release.zip.md5";>maven/pom/maven-parent-${project.version}-source-release.zip.md5</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/pom/maven-parent-${project.version}-source-release.zip.sha1";>maven/pom/maven-parent-${project.version}-source-release.zip.sha1</a></td>
             <td><a 
href="https://www.apache.org/dist/maven/pom/maven-parent-${project.version}-source-release.zip.asc";>maven/pom/maven-parent-${project.version}-source-release.zip.asc</a></td>
           </tr>
         </tbody>

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.

Reply via email to