For JBDS 9.1.0.CR1: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.1.CR1 or Final
Unresolved JIRAs with fixVersion = 4.3.1.CR1, 4.3.1.Final, 9.1.0.CR1, 9.1.0.GA
1. Check out your existing jbosstools-4.3.x branch:
git checkout jbosstools-4.3.x
2. Update your jbosstools-4.3.x branch root pom to use the latest parent pom version, 4.3.1.Final-SNAPSHOT:
<parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.3.1.Final-SNAPSHOT</version> </parent>
Now, your root pom will use parent pom version:
- 4.3.1.Final-SNAPSHOT in your jbosstools-4.3.x branch
3a. Ensure you've built your code using the latest minimum target platform version 4.50.2.Final-SNAPSHOT (4.50 = Eclipse Mars.0)
mvn clean verify -Dtpc.version=4.50.2.Final-SNAPSHOT
3b. Ensure you've run your tests using the latest maximum target platform version 4.52.0.Final-SNAPSHOT (4.52 = Eclipse Mars.2)
mvn clean verify -Dtpc.version=4.52.0.Final-SNAPSHOT
4. Close (do not resolve) this JIRA when done.
5. If you have any outstanding New + Noteworthy JIRAs to do, please complete them next.