Fix missing signature for pig-0.18.0-h2.jar.asc error while closing release in staging repo
git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1928488 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 5a7bc18..a60ad74 100644
--- a/build.xml
+++ b/build.xml
@@ -1428,7 +1428,7 @@
<pom refid="pig"/>
<attach file="${output.jarfile.core}.asc" type="jar.asc"/>
<attach file="${output.jarfile.core-h2}" classifier="h2"/>
- <attach file="${output.jarfile.core-h2}.asc" type="jar.asc"/>
+ <attach file="${output.jarfile.core-h2}.asc" type="jar.asc" classifier="h2"/>
<attach file="${pig.pom}.asc" type="pom.asc"/>
<attach file="${output.jarfile.sources}.asc" type="jar.asc" classifier="sources"/>
<attach file="${output.jarfile.sources}" classifier="sources" />