Changes (compared to
4.40.0.Beta2)
=======
* JBIDE-17254: Updated version of tern.java
* JBIDE-17266: Re-added Birt (RC1 version for Luna)
* JBIDE-17306: Updated m2e-apt
* JBIDE-16757: Remove m2e-jdt
Usage
=====
Target platform 4.40.0.Beta3 is what JBoss Tools 4.2.0.Beta2 will
use.
All Jenkins jobs for branch and parent pom 4.2.0.Beta2-SNAPSHOT
have been updated to use target platform 4.40.0.Beta3.
The following p2 repositories *will be modified* to point to this
new target platform once JBoss Tools 4.2.0.Beta3 is released:
*
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/luna/
*
http://download.jboss.org/jbosstools/targetplatforms/jbdevstudiotarget/luna/
*
http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/luna/
Download
========
Update site:
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.40.0.Beta3/REPO/
Update site zip:
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.40.0.Beta3/jbosstoolstarget-4.40.0.Beta3.zip
Git tag:
https://github.com/jbosstools/jbosstools-target-platforms/tree/4.40.0.Beta3
Testing/Development
===================
If your root pom correctly specifies the latest parent pom version
as 4.2.0.Beta2-SNAPSHOT, you need only this:
$ mvn clean verify
If you're using a different parent pom, use this:
$ mvn clean verify -Dtpc.version=4.40.0.Beta3
For advanced usage and help (using in IDE, building a mirror
locally, using a zip), see
https://github.com/jbosstools/jbosstools-devdoc/blob/master/building/target_platforms/target_platforms_for_consumers.md
What's next?
============
jbosstools-target-platforms project branch 4.40.x has been
prepared for potential upgrades, and its version is now
4.40.0.Beta4-SNAPSHOT. We can at least expect for Beta4:
* Move to Luna release/R/SR0
* Shall you need anything else, please follow those instructions
to request a change ASAP:
https://github.com/jbosstools/jbosstools-devdoc/blob/master/building/target_platforms/target_platforms_updates.adoc
. Deadline for changes in target platform 4.40.0.Beta4-SNAPSHOT is
*Monday, June 30th*
All Jenkins jobs for *master* have been updated to use target
platform 4.40.0.Beta4-SNAPSHOT.
--