You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2010/09/21 14:05:13 UTC

svn commit: r999366 - /poi/trunk/src/documentation/release-guide.txt

Author: nick
Date: Tue Sep 21 12:05:12 2010
New Revision: 999366

URL: http://svn.apache.org/viewvc?rev=999366&view=rev
Log:
A couple of tweaks to the release documentation

Modified:
    poi/trunk/src/documentation/release-guide.txt

Modified: poi/trunk/src/documentation/release-guide.txt
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/release-guide.txt?rev=999366&r1=999365&r2=999366&view=diff
==============================================================================
--- poi/trunk/src/documentation/release-guide.txt (original)
+++ poi/trunk/src/documentation/release-guide.txt Tue Sep 21 12:05:12 2010
@@ -89,8 +89,8 @@ https://svn.apache.org/repos/asf/poi/tru
 
   6. Build as if the vote had passed. The build date must be +7 days from current.
 {code}
-# eg ant -DDSTAMP=20100924 build
-ant -DDSTAMP=YYYYMMDD build
+# eg ant -DDSTAMP=20100924 dist
+ant -DDSTAMP=YYYYMMDD dist
 {code}
 
 where $TAG is the release tag specified in build.xml in the version.id property, $DATE is the release date (typically +7 days from the actual build date). 
@@ -139,7 +139,16 @@ cd build/dist
 
 3. Wait for the distributions to appear on your favourite mirror
 
-4. test maven
+4. Edit the website homepage and list the new release there. If a full release,
+   remove older full releases and all beta releases. If a beta release, keep
+   the last full release, and replace any other beta releases
+
+5. Edit the website download page, and list the new release there. This should
+   reference the checksums, so take care when updating
+
+6. Commit the site changes to svn, and publish live
+
+7. test maven
 create a simple project and make sure the release artifacts are accessible by maven:
 
 {code}
@@ -167,9 +176,9 @@ mvn compile 
 
 You should see [INFO] BUILD SUCCESSFUL in the end.
 
-5. Don't forget to upload the latest version of the site and javadocs
+8. Don't forget to upload the latest version of the site and javadocs
 
-6. Send announcements:
+9. Send announcements:
  - to poi-user and poi-dev lists
  - to announcement@apache.org, announcements@jakarta.apache.org
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org