You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/09 20:08:18 UTC

[maven-rar-plugin] branch MNGSITE-332 created (now b077fe5)

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

khmarbaise pushed a change to branch MNGSITE-332
in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git.


      at b077fe5  [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore

This branch includes the following new commits:

     new b077fe5  [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[maven-rar-plugin] 01/01: [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MNGSITE-332
in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git

commit b077fe549062a139529aa3ce0d3ab1a5ba5e22f9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 9 22:08:00 2018 +0200

    [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore
---
 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 09d4f42..cf13dc9 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/plugins/${project.artifactId}-${project.version}-source-release.zip">maven/plugins/${project.artifactId}-${project.version}-source-release.zip</a></td>
-            <td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
+            <td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
             <td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
           </tr>
         </tbody>

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