felipeal 2005/08/16 21:58:05 Modified: documentation/docs/xdocs/participating release_checklist.xml integration/maven build.properties.sample Log: improved release procedure - there were no instructions on how to deploy the maven plugin Revision Changes Path 1.34 +15 -1 jakarta-cactus/documentation/docs/xdocs/participating/release_checklist.xml Index: release_checklist.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/release_checklist.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- release_checklist.xml 18 Jul 2005 14:09:10 -0000 1.33 +++ release_checklist.xml 17 Aug 2005 04:58:05 -0000 1.34 @@ -3,7 +3,7 @@ <!-- * ======================================================================== * - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -140,6 +140,20 @@ new version released. </li> <li> + Go to the <code>integration/maven</code> directory, copy the <code> + build.properties.sample</code> to <code>build.properties</code>, + set the proper values on <code>build.properties</code> and run + <code>maven site:deploy</code>, <code>maven plugin:deploy</code> and + <code>maven jar:deploy</code>. + </li> + <li> + Login on <code>people.apache.org</code> and manually create the + .jar and .md5 files that should go to + <code>/www/www.apache.org/dist/java-repository/cactus/jars</code> + (the .jar files are inside the generated .zip files; the .md5 can + be generated by the command <code>md5 -q</code>. + </li> + <li> Prepare the next version by editing again the <code>build-common.xml</code> file and modifying the <code>project.*.version</code> properties with the new development 1.2 +9 -1 jakarta-cactus/integration/maven/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/maven/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 8 Nov 2003 16:46:45 -0000 1.1 +++ build.properties.sample 17 Aug 2005 04:58:05 -0000 1.2 @@ -16,3 +16,11 @@ #maven.proxy.port = #maven.proxy.username = #maven.proxy.password = + +maven.repo.apachecvs=scp://people.apache.org +maven.repo.apachecvs.directory=/www/www.apache.org/dist/java-repository +maven.repo.apachecvs.group=jakarta +# These must be set elsewhere +maven.repo.apachecvs.username= +maven.repo.apachecvs.privatekey= +maven.repo.apachecvs.passphrase=
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]