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-reporting-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 12c5b0b [MNGSITE-328] use sha1 checksum instead of md5
12c5b0b is described below
commit 12c5b0becfdc180c6167f97917065469775ed623
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri May 11 15:01:36 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 8f2327e..1ff09d7 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/reporting/${project.artifactId}-${project.version}-source-release.zip">maven/reporting/${project.artifactId}-${project.version}-source-release.zip</a></td>
- <td><a
href="http://www.apache.org/dist/maven/reporting/${project.artifactId}-${project.version}-source-release.zip.md5">maven/reporting/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dist/maven/reporting/${project.artifactId}-${project.version}-source-release.zip.sha1">maven/reporting/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
<td><a
href="http://www.apache.org/dist/maven/reporting/${project.artifactId}-${project.version}-source-release.zip.asc">maven/reporting/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
</tr>
</tbody>
--
To stop receiving notification emails like this one, please contact
[email protected].