Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by SrinathPerera: http://wiki.apache.org/ws/FrontPage/Axis2/relase/RelasePlan0%2e9 ------------------------------------------------------------------------------ 1. REST support 1. XML Beans based data binding implemntation + + == Steps for Axis2 0.9 Release == + + == Create a Key Pair == + If you do not have one create a key pair + + {{{ + # gpg --gen-key + }}} + + the keys will be genrated in the ~/.gnupg + + == Export the Keys == + {{{ + gpg --armor --export [EMAIL PROTECTED] > KEYS + }}} + + == update KEYS == + {{{ + cd ~/release1-4-alpha + cat KEYS >> /www/www.apache.org/dist/ws/axis2/KEYS + }}} + === Cut the relase === @@ -49, +72 @@ === Create Distribution === 1. Build Distribution Files + Take a new checkout and from the root direcotry + {{{ + # maven clean + #maven dist-bin + # maven dist-src + }}} + This will create axis2-0.9-bin.zip axis2-0.9-src.zip files + 1. Create Checksums (more info http://jakarta.apache.org/commons/releases/release.html) - 1. Sign Releases - 1. Verify the Releases + Create Checksums + {{{ + openssl md5 < axis2-0.9-bin.zip > axis2-0.9-bin.zip.md5 + }}} + + do same to axis2-0.9-src.zip + + + 1. Sign and verify the relases + {{{ + #cd target/dist/ + #gpg --armor --output axis2-0.9-bin.zip.asc --detach-sig axis2-0.9-bin.zip + #gpg --verify axis2-0.9-bin.zip.asc axis2-0.9-bin.zip + }}} + do same to axis2-0.9-src.zip + 1. Upload Releases and Move Releases Into Distribution Directories 1. Update README,Check KEYS file, Update Symbolic Links,Remove symbolic links to current distributions, Update RELEASE-NOTES, Remove Obsolete Releases 1. Deploy jar, project.xml and license.html to Java-Repository (maven repo) /www/www.apache.org/dist/axis2/jars
