You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/05/11 13:03:11 UTC

[maven-plugin-testing] branch master updated: [MNGSITE-328] use sha1 checksum instead of md5

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-plugin-testing.git


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

commit 11aa2d9e5a6c969a6ad77be3ee8c4f143ab2d7da
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri May 11 15:01:35 2018 +0200

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

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 5c709b3..7656283 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/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/plugin-testing/${project.artifactId}-${project.version}-source-release.zip">maven/plugin-testing/${project.artifactId}-${project.version}-source-release.zip</a></td>
-            <td><a href="http://www.apache.org/dist/maven/plugin-testing/${project.artifactId}-${project.version}-source-release.zip.md5">maven/plugin-testing/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
+            <td><a href="http://www.apache.org/dist/maven/plugin-testing/${project.artifactId}-${project.version}-source-release.zip.sha1">maven/plugin-testing/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
             <td><a href="http://www.apache.org/dist/maven/plugin-testing/${project.artifactId}-${project.version}-source-release.zip.asc">maven/plugin-testing/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
           </tr>
         </tbody>

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