On Tue, 2007-03-06 at 10:09 -0800, Nathan Bubna wrote: > If you'd prefer, i'd be happy to cede the update of the web site to > you or at least enlist your help. I've got things working adequately, > but not splendidly. Things left to be done for the 1.5 release are:
As you wish. I can build it if you want me to. With the zone now finally being available I'm currently setting up ant, maven and all that stuff so we can build from a common environment. > > - use mvn to deploy the changes i just checked in this morning. i'm > waiting until a few more mirrors pick up the build before i do that. Sure. These are changes to the Velocity Site, right? > > - update the "Engine 1.5" subsection. i'm not entirely sure how you > do this. currently, there is an older version (from one of your > attempted releases in January, i presume) up at > http://velocity.apache.org/engine/releases/velocity-1.5/, but this > doesn't reflect any changes since then (e.g. the change log doesn't > show the fix for SecureUberspector). i'm not sure yet what the > procedure for doing this is. In the engine release, run "mvn clean post-site site:deploy". That should push the release version of the site up. This should overwrite all the files you mentioned. - create the release tag. That why I asked about the revision. I did svn -m "Velocity 1.5 Release" copy -r 509925 \ https://svn.apache.org/repos/asf/velocity/engine/branches/Velocity_1.5_BRANCH \ https://svn.apache.org/repos/asf/velocity/engine/tags/Velocity_1.5 for that. I MD5 checked the files from the branch and the tag and they all checked out ok, even though the files on the tag technically have another revision number. - Deploy the release to the maven repo. Best regards Henning -- Henning P. Schmiedehausen -- [EMAIL PROTECTED] | J2EE, Linux, |gls 91054 Buckenhof, Germany -- +49 9131 506540 | Apache person |eau Open Source Consulting, Development, Design | Velocity - Turbine guy |rwc |m k INTERMETA - Gesellschaft fuer Mehrwertdienste mbH - RG Fuerth, HRB 7350 |a s Sitz der Gesellschaft: Buckenhof. Geschaeftsfuehrer: Henning Schmiedehausen |n --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
