For JBDS 9.0.0.GA: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.0.Final
Unresolved JIRAs with fixVersion = 4.3.0.Final, 9.0.0.GA
1. In your jbosstools-4.3.x branch ONLY, update your root pom to use parent pom version 4.3.0.Final-SNAPSHOT;
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.3.0.Final-SNAPSHOT</version>
</parent>
Now, your root pom will use parent pom version:
- 4.3.0.Final-SNAPSHOT in your jbosstools-4.3.x branch, and
- 4.4.0.Alpha1-SNAPSHOT in your master branch.
2. Close (do not resolve) this JIRA when done.
3. If you have any outstanding New + Noteworthy JIRAs to do, please complete them next.