Target Platform 4.41.1.Final for JBoss Tools 4.2.1.Final has been
released.
Changes
=======
* None, just release to include the "Final" label
Usage
=====
Target platform 4.41.1.Final is what JBoss Tools 4.2.1.Final will
use.
All Jenkins jobs for branch jbosstools-4.2.x and parent pom
4.2.1.Final-SNAPSHOT have been updated to use target platform
4.41.1.Final.
The following p2 repositories *will be modified* to point to this
new target platform once JBoss Tools 4.2.1.Final is released:
*
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/luna/
*
http://download.jboss.org/jbosstools/targetplatforms/jbdevstudiotarget/luna/
Until then, you can access the target platform at the URLs below.
Download
========
Update site:
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.41.1.Final/REPO/
Update site zip:
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.41.1.Final/jbosstoolstarget-4.41.1.Final.zip
Git tag:
https://github.com/jbosstools/jbosstools-target-platforms/tree/4.41.1.Final
Testing/Development
===================
If your root pom correctly specifies the latest parent pom version
as 4.2.1.Final-SNAPSHOT, you need only this:
$ mvn clean verify
If you're using a different parent pom, use this:
$ mvn clean verify -Dtpc.version=4.41.1.Final
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
--