You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2017/10/10 11:15:44 UTC

svn commit: r1811667 - /jackrabbit/trunk/pom.xml

Author: reschke
Date: Tue Oct 10 11:15:44 2017
New Revision: 1811667

URL: http://svn.apache.org/viewvc?rev=1811667&view=rev
Log:
JCR-4182: new release checksum requirements - changed file extension from SHA to SHA1

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1811667&r1=1811666&r2=1811667&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Tue Oct 10 11:15:44 2017
@@ -152,7 +152,7 @@
                         <include name="*.?ar" />
                       </fileset>
                     </checksum>
-                    <checksum algorithm="SHA1" fileext=".sha">
+                    <checksum algorithm="SHA1" fileext=".sha1">
                       <fileset dir="${basedir}/target/${project.version}">
                         <include name="*.zip" />
                         <include name="*.?ar" />