You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by ip...@apache.org on 2005/08/03 22:52:28 UTC

svn commit: r227264 - /webservices/wsrf/trunk/RELEASE_STEPS.txt

Author: ips
Date: Wed Aug  3 13:52:26 2005
New Revision: 227264

URL: http://svn.apache.org/viewcvs?rev=227264&view=rev
Log:
a few improvements

Modified:
    webservices/wsrf/trunk/RELEASE_STEPS.txt

Modified: webservices/wsrf/trunk/RELEASE_STEPS.txt
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/RELEASE_STEPS.txt?rev=227264&r1=227263&r2=227264&view=diff
==============================================================================
--- webservices/wsrf/trunk/RELEASE_STEPS.txt (original)
+++ webservices/wsrf/trunk/RELEASE_STEPS.txt Wed Aug  3 13:52:26 2005
@@ -15,8 +15,9 @@
 - Verify dist structure is "clean" and run through the quick start guide as a sanity check.
 - WinSCP the project jar (under trunk/target/) to minotaur:/www/www.apache.org/dist/java-repository/<project>
 - PGP-sign the dist zipfiles (bin and src)...the script sign-release.bat can be used for this, but you will need to update it with your name.
-- Using WinSCP, copy dist zipfiles and asc, md5, and KEYS files to minotaur:/www/www.apache.org/dist/<project>
-- To create a branch for the release, SVN-copy contents of trunk/ to branches/X.Y/
+- Using WinSCP, copy dist zipfiles and asc, md5, and KEYS files to minotaur:/www/www.apache.org/dist/<project>.
+- To create a branch for the release, SVN-copy contents of trunk/ to branches/X.Y/, e.g.:
+  svn copy https://svn.apache.org/repos/asf/webservices/wsrf/trunk https://svn.apache.org/repos/asf/webservices/wsrf/branches/1.0
 
 WEBSITE
 -------
@@ -31,7 +32,7 @@
 
 POST-STEPS
 ----------
-- Revert all log4j files back to debug.
-- Update projects' project.xml to devel version including SNAPSHOT (make sure to get deps in Pubscribe(wsrf) and muse(pubscribe, wsrf).
-- Build projects' jars with the new names.
-- Upload jars using winscp.
+- In log4j.properties file under src/webapp/WEB-INF/classes, change log level for project package (e.g. org.apache.ws) to DEBUG.
+- Update project version to X.Z-SNAPSHOT in project.xml, at top and in deps (e.g. update wsrf dep in pubscribe).
+- Build a project jar with the new SNAPSHOT version number.
+- WinSCP the project jar (under trunk/target/) to minotaur:/www/cvs.apache.org/repository/<project>.