Author: tpalsulich
Date: Fri Jan  9 21:20:33 2015
New Revision: 1650670

URL: http://svn.apache.org/r1650670
Log:
Remove redundant release config in root pom.xml.

Modified:
    tika/trunk/pom.xml

Modified: tika/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=1650670&r1=1650669&r2=1650670&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Fri Jan  9 21:20:33 2015
@@ -111,14 +111,12 @@
                       <fileset dir="${basedir}/target/${project.version}">
                         <include name="*.zip" />
                         <include name="*.?ar" />
-                        <include name="*.jar" />
                       </fileset>
                     </checksum>
                     <checksum algorithm="SHA1" fileext=".sha">
                       <fileset dir="${basedir}/target/${project.version}">
                         <include name="*.zip" />
                         <include name="*.?ar" />
-                        <include name="*.jar" />
                       </fileset>
                     </checksum>
                     <checksum 
file="${basedir}/target/${project.version}/tika-${project.version}-src.zip" 
algorithm="SHA1" property="checksum" />


Reply via email to