]
Xavier Coulon closed JBIDE-22029.
---------------------------------
Resolution: Done
For JBIDE 4.3.1.CR1: Prepare for Final/GA [LiveReload]
------------------------------------------------------
Key: JBIDE-22029
URL:
https://issues.jboss.org/browse/JBIDE-22029
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: livereload
Reporter: Nick Boldt
Assignee: Xavier Coulon
Priority: Blocker
Labels: task
Fix For: 4.3.1.CR1
For JBIDE 4.3.1.CR1 [LiveReload]: 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|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JB...]
1. Check out your existing *{color:blue}jbosstools-4.3.x{color}* branch:
{code}
git checkout jbosstools-4.3.x
{code}
2. Update your *{color:blue}jbosstools-4.3.x branch{color}* root pom to use the latest
parent pom version, *{color:blue}4.3.1.Final-SNAPSHOT{color}*:
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.3.1.Final-SNAPSHOT</version>
</parent>
{code}
Now, your root pom will use parent pom version:
* *{color:blue}4.3.1.Final-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.3.x{color}*
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)
{code}
mvn clean verify -Dtpc.version=4.50.2.Final-SNAPSHOT
{code}
3b. Ensure you've *run your tests* using the latest *maximum* target platform version
4.52.0.Final-SNAPSHOT (4.52 = Eclipse Mars.2)
{code}
mvn clean verify -Dtpc.version=4.52.0.Final-SNAPSHOT
{code}
4. Close (do not resolve) this JIRA when done.
5. If you have any outstanding [New + Noteworthy
JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...]
to do, please complete them next.
[Search for all task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...],
or [Search for LiveReload task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]