This page provides a list of instructions that must be done in order when doing a release of Narayana.
Check JIRA
Ensure all issues are resolved. Any outstanding issues must be pushed back or resolved.
Check Hudson
Ensure no test failures in the following group of hudson tests:
- http://albany/view/Narayana+BlackTie/job/jbossts-branch416-java6/
- http://albany/view/Narayana+BlackTie/job/jbossts-branch416-java7/
Run txbridge demo tests
This process is manual at the moment.
make sure install firefox and running these commands from gui terminal:
- cd JBOSSTS416_SRC
- export JBOSS_HOME=/path/to/jboss-as-building-with-branch416
- cd XTS/xts-install/demo
- sed -i "s/JBOSS_HOSTNAME/localhost/g" jboss.properties
- sed -i "s/JBOSS_PORT/8080/g" jboss.properties
- sed -i "s/JBOSS_URLSTUB/xtsdemowebservices/g" jboss.properties
- chmod +x build.sh
- ./build.sh
- cd ../../../txbridge/demo
- ant -Djbossas.home=$JBOSS_HOME clean dist
- cd ../demo-test
- mvn clean test
Do Release
- Update the version number in any text files:
- find . -name \*.java -o -name \*.xml -o -name \*.ent -o -name \INSTALL -o -name \README | grep -v ".svn" | grep -v target | xargs grep -l "4[._]16" | xargs sed -i "s/4\([._]\)16\([._]\)4\([._]\)Final-SNAPSHOT/4\116\24\3Final/"
- svn commit -m "Updated to version 4.16.4.Final"
- Tag the release:
- svn cp https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_16 https://svn.jboss.org/repos/labs/labs/jbosstm/tags/JBOSSTS_4_16_4_Final/ -m "4.16.4"
- Build and deploy the release to nexus staging:
- ant -f build-release-pkgs.xml dist mvn-repository downloads magnolia
- Bump to next version using similar find to above
- find . -name \*.java -o -name \*.xml -o -name \*.ent -o -name \INSTALL -o -name \README | grep -v ".svn" | grep -v target | xargs grep -l "4[._]16" | xargs sed -i "s/4\([._]\)16\([._]\)4\([._]\)Final/4\116\25\3Final-SNAPSHOT/"
- svn commit -m "Updated to version 4.16.5.Final-SNAPSHOT"
- Update the maven version of jbossts in our fork of JBossAS: https://github.com/jbosstm/jboss-as
- sed -i "s/4.16.4.Final-SNAPSHOT/4.16.5.Final-SNAPSHOT/g" pom.xml
- git commit - am "Updated to 4.16.5.Final-SNAPSHOT"
- git push
Release the artifact through Nexus
- https://repository.jboss.org/nexus/index.html#welcome
- login
- "Staging Repositories"
- Click tickbox for your repo
- Click "Close"
- Click tickbox again now it is closed
- Click "Release"
JIRA Release
- Mark as released.
Push Upstream
If appropriate for this release, create a new 'component update' issue in AS7 JIRA. Ensure the module is set to 'transactions' and select an appropriate 'fix for'.
Assign it to yourself
Resolve the work and raise the pull request
- https://issues.jboss.org/browse/AS7
- cd AS source
- git checkout -b AS7-<JIRANUMBER>
- sed -i "s/4.16.3.Final/4.16.4.Final/g" pom.xml
- git commit - am "AS7-<JIRA> Updated to 4.16.4.Final"
- git push
Update Website
Update the Narayana community site:
- Documentation
- Downloads
- Magnolia (using file generated in build-release-pkgs.xml)
Promote
NOTE: It is worth waiting for the merge of the pull request before advertising, or at least wait for the merge build notification first ;)
Promote the release through the following channels:
- Email jbossts-announce@redhat.com
- Forum
- Blog - as appropriate