Nick Boldt created JBIDE-19493:
----------------------------------
Summary: For JBIDE 4.2.3.Final: Prepare for JBT 4.2.3.Final / JBDS 8.1.0.GA
[JavaEE]
Key: JBIDE-19493
URL:
https://issues.jboss.org/browse/JBIDE-19493
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsf, cdi-extensions, seam2, cdi
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.2.3.Final [JavaEE]: Please perform the following tasks:
*If you contributed anything to the 4.2.3.Beta1 or 4.2.3.CR1 builds, you will need to
perform the following task.*
1. In the *{color:blue}jbosstools-4.2.x{color}* branch, update your root pom to use parent
pom version *{color:blue}4.2.3.Final-SNAPSHOT{color}*
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.2.3.Final-SNAPSHOT</version>
</parent>
{code}
3. Ensure you've built & run your plugin tests using the latest target platform
version:
{code}
mvn clean verify -Dtpc.version=4.42.0.Final-SNAPSHOT # or, once released
mvn clean verify -Dtpc.version=4.42.0.Final
{code}
2. Close (do not resolve) this JIRA when done.
[Search for all task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...],
or [Search for JavaEE task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)