For JBIDE 4.3.0.CR1 [OpenShift]: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.0.CR1
Unresolved JIRAs with fixVersion = 4.3.0.CR1, 9.0.0.CR1
1. Branch from your existing master branch into a new jbosstools-4.3.x branch;
git checkout master git pull origin master git checkout -b jbosstools-4.3.x git push origin jbosstools-4.3.x
Now, your root pom will use parent pom version:
- 4.3.0.CR1-SNAPSHOT in your jbosstools-4.3.x branch, and
- 4.3.0.CR1-SNAPSHOT in your master branch (until .Final is available).
4. Close (do not resolve) this JIRA when done.
5. If you have any outstanding New + Noteworthy JIRAs to do, please complete them next.