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/08/07 20:19:11 UTC

[maven-apache-parent] branch MPOM-205 updated: [MPOM-205] checksu for tar + SHA-256 & SHA-512

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

hboutemy pushed a commit to branch MPOM-205
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/MPOM-205 by this push:
     new c356ef8  [MPOM-205] checksu for tar + SHA-256 & SHA-512
c356ef8 is described below

commit c356ef8a758b9941b401d8897c9331260f96a44d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Aug 7 22:17:12 2018 +0200

    [MPOM-205] checksu for tar + SHA-256 & SHA-512
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e34a672..ef24c03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,14 +437,15 @@ under the License.
             </executions>
             <configuration>
               <algorithms>
-                <algorithm>SHA-1</algorithm>
                 <algorithm>SHA-256</algorithm>
+                <algorithm>SHA-512</algorithm>
               </algorithms>
               <fileSets>
                 <fileSet>
                   <directory>${project.build.directory}</directory>
                   <includes>
                     <include>${project.artifactId}-${project.version}-source-release.zip</include>
+                    <include>${project.artifactId}-${project.version}-source-release.tar*</include>
                   </includes>
                 </fileSet>
               </fileSets>