Author: sijskes
Date: Fri Jun  3 09:30:26 2011
New Revision: 1130959

URL: http://svn.apache.org/viewvc?rev=1130959&view=rev
Log:
migrated notes from wiki

Modified:
    river/site/trunk/content/building-a-release.mdtext

Modified: river/site/trunk/content/building-a-release.mdtext
URL: 
http://svn.apache.org/viewvc/river/site/trunk/content/building-a-release.mdtext?rev=1130959&r1=1130958&r2=1130959&view=diff
==============================================================================
--- river/site/trunk/content/building-a-release.mdtext (original)
+++ river/site/trunk/content/building-a-release.mdtext Fri Jun  3 09:30:26 2011
@@ -18,6 +18,8 @@ Notice:    Licensed to the Apache Softwa
 
 # Building a release major release
 
+n.m n = major release number, m = minor release number
+
 ## Pre release checks
 
  * River-trunk should run successful.
@@ -25,16 +27,21 @@ Notice:    Licensed to the Apache Softwa
 
 ## Tag the release
 
-## Build the release
+ * create the tag with the .0 label in ./tags/
+
+## Checkout the branch
+
+    svn co http://.../branch/<n.m>
+
+## Build the release products
 
-    ant release
+    ant -Dversion=n.m clean release
 
 ## Upload the release
 
-## Sign the release
+    scp ... ...
 
-## Tag the release
- * create the tag with the .0 label in ./tags/
+## Sign the release
 
 ## Publish release on website
  * checkout the site 


Reply via email to