dlr 02/03/18 16:58:01
Modified: xdocs/common release-process.xml
Log:
<sarcasm>Maven brings much joy to my life.</sarcasm>
Revision Changes Path
1.3 +9 -5 jakarta-turbine-site/xdocs/common/release-process.xml
Index: release-process.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-site/xdocs/common/release-process.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- release-process.xml 19 Mar 2002 00:40:20 -0000 1.2
+++ release-process.xml 19 Mar 2002 00:58:01 -0000 1.3
@@ -32,15 +32,19 @@
<ol>
<li>
- Perform a successful build and test suite execution.
- </li>
- <li>
Check out fresh working copy of CVS module you're going to tag.
</li>
<li>
Set the release version number in Maven project.xml and/or Ant
- default.properties and commit the change to the version control
- repository. For example, 3.0-dev would become 3.0-b1 or 3.0-rc1.
+ default.properties. For example, 3.0-dev would become 3.0-b1 or
+ 3.0-rc1.
+ </li>
+ <li>
+ Perform a successful build and test suite execution, and run the
+ <i>clean</i> target to remove any generated files.
+ </li>
+ <li>
+ Commit your changes to the version control repository.
</li>
<li>
Tag the release via <code>cvs -q tag
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>