updated release documentation to match new process that doesn't require pom modifications
diff --git a/content/odftoolkit/odftoolkit-release-guide.mdtext b/content/odftoolkit/odftoolkit-release-guide.mdtext
index 8af219a..2e33bd3 100644
--- a/content/odftoolkit/odftoolkit-release-guide.mdtext
+++ b/content/odftoolkit/odftoolkit-release-guide.mdtext
@@ -80,60 +80,29 @@
     mvn install  
                  
  5. Package artifacts    
-    Comment the following snippet in pom.xml to avoid duplicated package in sub-components:    
-  <modules>    
-       <module>taglets</module>    
-       <module>generator</module>   
-       <module>xslt-runner</module>   
-       <module>xslt-runner-task</module>    
-       <module>odfdom</module>    
-       <module>validator</module>   
-       <module>simple</module>   
-  </modules>    
-
-   Remove the comments of the following snippet in pom.xml to make sure Maven know how to package:     
-   
-
-   <!--<profile>  
-       <id>apache-release</id>   
-       <properties>   
-          <username>${user.name}</username>   
-       </properties>   
-       <build>   
-          <plugins>   
-              ...   
-     </plugins>   
-  </build>   
-   </profile>--> 
-
-  
     
-    Replace "${user.name}" with your Apache ID, such as "devinhan".       
-    Use the following command to package.       
-   
+    Use the following command to package (replace <YOUR APACHEID> with your apache id, e.g. devinhan):       
 
-    mvn install -Papache-release  
-
-     
+    mvn install -Papache-release -Duser.name=<YOUR APACHEID> -pl=. 
        
     After package you should have the following files in the "target\":   
           
-      $TAG-bin.tar.bz2    
-      $TAG-bin.tar.gz   
-      $TAG-bin.zip   
-      $TAG-src.tar.bz2    
-      $TAG-src.tar.gz    
-      $TAG-src.zip    
-      $TAG-doc.tar.bz2    
-      $TAG-doc.tar.gz   
-      $TAG-doc.zip   
-      *.asc   
-      *.md5   
-      *.sha   
-      vote.txt 
+        $TAG-bin.tar.bz2    
+        $TAG-bin.tar.gz   
+        $TAG-bin.zip   
+        $TAG-src.tar.bz2    
+        $TAG-src.tar.gz    
+        $TAG-src.zip    
+        $TAG-doc.tar.bz2    
+        $TAG-doc.tar.gz   
+        $TAG-doc.zip   
+        *.asc   
+        *.md5   
+        *.sha   
+        vote.txt 
 
  
-    vote.txt is a draft of the dev vote mail. Each package has its own .asc, .md5 and .asc files.    
+    vote.txt is a draft of the dev vote mail. Each package has its own .asc, .md5 and .sha files.    
       
  6. Upload artifacts for vote.      
     Login people.apache.org using your Apache LDAP account. Copy the artifacts packages to directory "/public_html/odftoolkit-release/$TAG" using [scp][14]. If the directly don't exist, please create. It is best to scp into the home directory and then copy into position from there.         
@@ -373,4 +342,4 @@
   [16]: http://incubator.apache.org/guides/releasemanagement.html
   [17]: http://www.apache.org/dev/#releases
   [18]: https://svn.apache.org/repos/asf/poi/branches/ooxml/src/documentation/release-guide.txt
-  [19]: https://svn.apache.org/repos/asf/poi/branches/ooxml/src/documentation/Release-Checklist.txt
\ No newline at end of file
+  [19]: https://svn.apache.org/repos/asf/poi/branches/ooxml/src/documentation/Release-Checklist.txt