-
Sub-task
-
Resolution: Done
-
Blocker
-
None
For JBIDE 4.2.3.Final [VPE]: 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 jbosstools-4.2.x branch, update your root pom to use parent pom version 4.2.3.Final-SNAPSHOT
<parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.2.3.Final-SNAPSHOT</version> </parent>
3. Ensure you've built & run your plugin tests using the latest target platform version:
mvn clean verify -Dtpc.version=4.42.0.Final-SNAPSHOT # or, once released mvn clean verify -Dtpc.version=4.42.0.Final
2. Close (do not resolve) this JIRA when done.