From: Bryan T. <tho...@us...> - 2006-03-08 20:34:45
|
Update of /cvsroot/cweb/cweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24400 Modified Files: RELEASE-HOWTO.html Log Message: Updates to the HOWTO document for releasing cweb modules on sourceforge. Index: RELEASE-HOWTO.html =================================================================== RCS file: /cvsroot/cweb/cweb/RELEASE-HOWTO.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RELEASE-HOWTO.html 27 Feb 2005 02:03:08 -0000 1.3 --- RELEASE-HOWTO.html 8 Mar 2006 20:34:32 -0000 1.4 *************** *** 299,304 **** <strong>ftp upload.sourceforge.net</strong> Connected to osdn.dl.sourceforge.net. ! User (osdn.dl.sourceforge.net:(none)): anonymous ! 331 Anonymous login ok, send your complete e-mail address as password. Password: 230 Anonymous access granted, restrictions apply. --- 299,304 ---- <strong>ftp upload.sourceforge.net</strong> Connected to osdn.dl.sourceforge.net. ! User (osdn.dl.sourceforge.net:(none)): <strong>anonymous</strong> ! 331 Anonymous login ok, <i>send your complete e-mail address as password.</i> Password: 230 Anonymous access granted, restrictions apply. *************** *** 352,356 **** file release tools</a> on SourceForge. Fill in the <strong> "release name" </strong> from the value of the ! <currentVersion> element in the POM. <strong>The files are released as soon as you identify the artifacts in the incoming FTP directory on SourceForge. </strong> You can (and --- 352,362 ---- file release tools</a> on SourceForge. Fill in the <strong> "release name" </strong> from the value of the ! <currentVersion> element in the POM <strong>before</strong> ! you modified it above (i.e., the version which was in development). ! The "-dev" extension is dropped, so <code>1.1-b2-dev</code> becomes ! <code>1.1-b2</code>. ! ! <p> ! <strong>The files are released as soon as you identify the artifacts in the incoming FTP directory on SourceForge. </strong> You can (and *************** *** 362,366 **** topic gets a little bit complicated (you have to wait overnight for the incoming directory to get wiped), so read up ! on its at SourceForge. </li> </ol> --- 368,374 ---- topic gets a little bit complicated (you have to wait overnight for the incoming directory to get wiped), so read up ! on its at SourceForge. </p> ! ! </li> </ol> |