You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by rd...@apache.org on 2011/01/22 01:12:06 UTC

svn commit: r1062074 - in /pig/branches/branch-0.8: CHANGES.txt build.xml

Author: rding
Date: Sat Jan 22 00:12:06 2011
New Revision: 1062074

URL: http://svn.apache.org/viewvc?rev=1062074&view=rev
Log:
PIG-1800: Missing Signature for maven staging release

Modified:
    pig/branches/branch-0.8/CHANGES.txt
    pig/branches/branch-0.8/build.xml

Modified: pig/branches/branch-0.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/CHANGES.txt?rev=1062074&r1=1062073&r2=1062074&view=diff
==============================================================================
--- pig/branches/branch-0.8/CHANGES.txt (original)
+++ pig/branches/branch-0.8/CHANGES.txt Sat Jan 22 00:12:06 2011
@@ -213,6 +213,8 @@ PIG-1309: Map-side Cogroup (ashutoshc)
 
 BUG FIXES
 
+PIG-1800: Missing Signature for maven staging release (rding)
+
 PIG-1815: pig task retains used instances of PhysicalPlan (thejas)
 
 PIG-1785: New logical plan: uid conflict in flattened fields (daijy)

Modified: pig/branches/branch-0.8/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/build.xml?rev=1062074&r1=1062073&r2=1062074&view=diff
==============================================================================
--- pig/branches/branch-0.8/build.xml (original)
+++ pig/branches/branch-0.8/build.xml Sat Jan 22 00:12:06 2011
@@ -836,10 +836,10 @@
         <pom refid="pig"/>
      	   <attach file="${pig-core.jar}.asc" type="jar.asc"/>
      	   <attach file="${pig.pom}.asc" type="pom.asc"/>
-           <attach file="${output.jarfile.sources}.asc" type="jar.asc" />
-          <attach file="${output.jarfile.sources}" classifier="sources" />
-          <attach file="${output.jarfile.javadoc}.asc" type="jar.asc" />
-          <attach file="${output.jarfile.javadoc}" classifier="javadoc" />
+           <attach file="${output.jarfile.sources}.asc" type="jar.asc" classifier="sources"/>
+           <attach file="${output.jarfile.sources}" classifier="sources" />
+           <attach file="${output.jarfile.javadoc}.asc" type="jar.asc"  classifier="javadoc"/>
+           <attach file="${output.jarfile.javadoc}" classifier="javadoc" />
         </artifact:deploy>
     </target>