You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/15 06:25:39 UTC

svn commit: r1326251 - /incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext

Author: jdonofrio
Date: Sun Apr 15 04:25:39 2012
New Revision: 1326251

URL: http://svn.apache.org/viewvc?rev=1326251&view=rev
Log:
forgot to add argument to sign distributions in how to release

Modified:
    incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext

Modified: incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext?rev=1326251&r1=1326250&r2=1326251&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/ppmc/how_to_release.mdtext Sun Apr 15 04:25:39 2012
@@ -74,7 +74,7 @@ the description to allow others to see t
 
     1. Generate the src distribution:
 
-            mvn clean assembly:single -Psign -Pdist-src
+            mvn clean assembly:single gpg:sign -Psign -Pdist-src
 
     2. Copy the src distribution file to people.apache.org:
 
@@ -82,7 +82,7 @@ the description to allow others to see t
             
     3. Generate the bin distribution:
 
-            mvn clean assembly:single -Psign -Pdist-bin
+            mvn clean assembly:single gpg:sign -Psign -Pdist-bin
 
     4. Copy the bin distribution file to people.apache.org: