Author: jkoster
Date: 2009-11-16 09:16:28 +0100 (Mon, 16 Nov 2009)
New Revision: 39698

Modified:
   mmbase/trunk/how_to_make_a_release.txt
Log:
MMB-1892 - Make procedure more explicit.

Modified: mmbase/trunk/how_to_make_a_release.txt
===================================================================
--- mmbase/trunk/how_to_make_a_release.txt      2009-11-16 07:51:27 UTC (rev 
39697)
+++ mmbase/trunk/how_to_make_a_release.txt      2009-11-16 08:16:28 UTC (rev 
39698)
@@ -17,6 +17,9 @@
    And edit:
   - core/src/main/java/org/mmbase/Version.java
   - pom.xml
+    Change <mmbase.version.number> and <mmbase.version.postfix> to the right 
numbers.
+    Such as 1.9.2 and -20091104
+    
   - Fix the other poms:
    for i in `find . -name pom.xml` ; do cat $i | sed s/1.9-SNAPSHOT/1.9.1/g > 
$i.new ; mv $i.new $i   ; done
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to