You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2017/10/25 07:52:04 UTC

svn commit: r1813257 - /jackrabbit/commons/filevault-package-maven-plugin/trunk/pom.xml

Author: tripod
Date: Wed Oct 25 07:52:04 2017
New Revision: 1813257

URL: http://svn.apache.org/viewvc?rev=1813257&view=rev
Log:
use modern sha

Modified:
    jackrabbit/commons/filevault-package-maven-plugin/trunk/pom.xml

Modified: jackrabbit/commons/filevault-package-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault-package-maven-plugin/trunk/pom.xml?rev=1813257&r1=1813256&r2=1813257&view=diff
==============================================================================
--- jackrabbit/commons/filevault-package-maven-plugin/trunk/pom.xml (original)
+++ jackrabbit/commons/filevault-package-maven-plugin/trunk/pom.xml Wed Oct 25 07:52:04 2017
@@ -476,7 +476,12 @@
                                                 <include name="*.zip" />
                                             </fileset>
                                         </checksum>
-                                        <checksum algorithm="SHA1" fileext=".sha">
+                                        <checksum algorithm="SHA-512" fileext=".sha512">
+                                            <fileset dir="${basedir}/target/${project.version}">
+                                                <include name="*.zip" />
+                                            </fileset>
+                                        </checksum>
+                                        <checksum algorithm="SHA" fileext=".sha1">
                                             <fileset dir="${basedir}/target/${project.version}">
                                                 <include name="*.zip" />
                                             </fileset>
@@ -495,7 +500,11 @@ https://dist.apache.org/repos/dist/dev/j
 The release candidate is a zip archive of the sources in:
 https://svn.apache.org/repos/asf/jackrabbit/commons/filevault-package-maven-plugin/tags/filevault-package-maven-plugin-${project.version}/
 
-The SHA1 checksum of the archive is ${checksum}.
+The SHA1 checksum of the archive is
+${checksum}
+
+The command for running automated checks against this release candidate is:
+$ sh check-release.sh filevault-plugin ${project.version} ${checksum}
 
 A staged Maven repository is available for review at:
 https://repository.apache.org/