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-doxia-sitetools.git


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

commit dfc104bd5dd0c2049e9ef29a8700253638faa9cd
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Fri May 11 15:16:40 2018 +0200

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

diff --git a/doxia-integration-tools/src/site/xdoc/download.xml.vm 
b/doxia-integration-tools/src/site/xdoc/download.xml.vm
index 11c2577..b9dfe2a 100644
--- a/doxia-integration-tools/src/site/xdoc/download.xml.vm
+++ b/doxia-integration-tools/src/site/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/doxia/${project.artifactId}-${project.version}-source-release.zip">maven/doxia/${project.artifactId}-${project.version}-source-release.zip</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/doxia/${project.artifactId}-${project.version}-source-release.zip.md5";>maven/doxia/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
+            <td><a 
href="http://www.apache.org/dist/maven/doxia/${project.artifactId}-${project.version}-source-release.zip.sha1";>maven/doxia/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
             <td><a 
href="http://www.apache.org/dist/maven/doxia/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/doxia/${project.artifactId}-${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