-
Sub-task
-
Resolution: Done
-
Blocker
-
None
-
devex #115 May 2016
For JBIDE 4.4.0.Final [JavaEE]: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.4.0.Final or 10.0.0.GA
Unresolved JIRAs with fixVersion = 4.4.0.Final, 10.0.0.GA
1. Update your master branch root pom to use the latest parent pom version, 4.4.0.Final-SNAPSHOT:
<parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.0.Final-SNAPSHOT</version> </parent>
Now, your root pom will use parent pom version:
- 4.4.0.Final-SNAPSHOT in your jbosstools-4.4.x branch
2. Branch from your existing master branch into a new jbosstools-4.4.x branch;
git checkout master git pull origin master git checkout -b jbosstools-4.4.x git push origin jbosstools-4.4.x
Now, your root pom will use parent pom version:
- 4.4.0.Final-SNAPSHOT in your master branch (we'll move to 4.5.0.Alpha1 later!)
- 4.4.0.Final-SNAPSHOT in your jbosstools-4.4.x branch
3. Ensure you've built your code using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
mvn clean verify -Dtpc.version=4.60.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.