HUB RELEASE

=================================RELEASE=================================
mkdir 20170518
cd 20170518/
git clone -b 2.x.x https://github.com/WSO2Telco/mediation-dep-hub.git

vi mediation-dep/pom.xml (change upstream versions)
cd mediation-dep/
git status
git add .
git commit -m "Prepare for next dev"
vi capp_release_script.sh(change version names for release)
chmod +x capp_release_script.sh
cd mediation-dep/
./../capp_release_script.sh (Run from inside the repo-folder)

again change pom.xml to ealier settings
git status
git add .
git commit -m "Revert back from release"

git push origin v2_0_0-release_branch (go to github & see new branch & copy it)

goto git hub
pull request->merge
delete newly added branches (show as merged)