For JBIDE 4.2.3.Final: Prepare for JBT 4.2.3.Final / JBDS 8.1.0.GA
[Hibernate]
------------------------------------------------------------------------------
Key: JBIDE-19483
URL:
https://issues.jboss.org/browse/JBIDE-19483
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: hibernate
Reporter: Nick Boldt
Assignee: Koen Aers
Priority: Blocker
Labels: task
Fix For: 4.2.3.Final
For JBIDE 4.2.3.Final [Hibernate]: 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 Hibernate task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]