Author: tallison
Date: Fri Sep 20 17:17:48 2013
New Revision: 1525060
URL: http://svn.apache.org/r1525060
Log:
small updates to release guide
Modified:
poi/site/src/documentation/release-guide.txt
Modified: poi/site/src/documentation/release-guide.txt
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1525060&r1=1525059&r2=1525060&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Fri Sep 20 17:17:48 2013
@@ -122,6 +122,7 @@ where $TAG is the release tag specified
{code}
cd build/dist
./multisign.sh
+{code}
10. Upload to the dev svn dist repo,
https://dist.apache.org/repos/dist/dev/poi/ eg
@@ -129,13 +130,17 @@ cd build/dist
How to upload:
+{code}
svn co https://dist.apache.org/repos/dist/dev/poi
mkdir 3.8-RC3/
svn add 3.8-RC3
+{code}
-(may need --force as in:
+may need --force as in:
+{code}
svn add 3.8-RC3 --force
-)
+{code}
+
then add .gz and .zip packages along with checksums.
binaries should be in ./bin, sources in ./src sub-directories
@@ -164,7 +169,6 @@ $ svn mv -m "move staging files to the r
https://dist.apache.org/repos/dist/dev/poi/src/ \
https://dist.apache.org/repos/dist/release/poi/dev/
-Log-in on people.apache.org
deploy Maven artifacts
{code}
@@ -181,7 +185,9 @@ cd build/dist
4. Edit the website download page, and list the new release there. This should
reference the checksums, so take care when updating
-5. Commit the site changes to svn, and publish live
+5. Build site using a recent version of Java 1.6 or 1.7 (must be after the fix
+ for TA13-169A).
+ Commit the site changes to svn, and publish live
6. test maven
create a simple project and make sure the release artifacts are accessible by
maven:
@@ -218,8 +224,15 @@ warning that the .jar can't be downloade
8. Send announcements:
- to poi-user and poi-dev lists
- - to [email protected], [email protected]
+ - to [email protected], [email protected]
Note, announcements should be sent from your @apache.org e-mail address.
9. Add a new project version in Bugzilla
+
+10. Delete directory that held RC.
+
+e.g.
+{code}
+svn delete -m "delete empty RC directory for 3.10-beta2"
https://dist.apache.org/repos/dist/dev/poi/3.10-beta2-RC1
+{code}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]