docker;4.1.0.201808292200
m2e;1.9.1.20180829-1411
orbit;I20180829144012
reddeer;2.3.0.Beta
simrel;20180830-1300-Simrel.2018-09.M3
webtools;S-3.11.0.M3-20180823041738
Cc: nboldt(a)redhat.com
Message-ID: <5b88aadd.taXufW4dOtGmXRHV%nboldt(a)redhat.com>
User-Agent: Heirloom mailx 12.5 7/5/10
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Here is a proposal for change(s) to the JBoss Tools / Red Hat Developer Studio / Red Hat
Central target platforms.
Affected Versions:
jbosstools 4.9.0.AM3
devstudio 12.9.0.AM3
jbt/ds TPs 4.9.0.AM3-SNAPSHOT
central TPs 4.9.0.AM2-SNAPSHOT
Detail / Summary:
cameltooling;1.0.0.201808131436
docker;4.1.0.201808292200
m2e;1.9.1.20180829-1411
orbit;I20180829144012
reddeer;2.3.0.Beta
simrel;20180830-1300-Simrel.2018-09.M3
webtools;S-3.11.0.M3-20180823041738
Related JIRA(s):
https://issues.jboss.org/browse/JBIDE-26180
Pull Request(s):
(already merged - see related JIRA(s))
p2diff Report(s):
(will attach to JIRA when available)
----------
Please review the above changes, as they have been applied and are building today.
Once the target platform is built, jobs and parent pom will be updated to point
TARGET_PLATFORM_VERSION_MAX at the new version, 4.9.0.AM3-SNAPSHOT.
You can use the following to build & test the target platforms locally against
your component(s).
Build target-platform:
cd /path/to/jbosstools-target-platforms
git fetch origin pull/<pull-request-number>/head && git checkout
FETCH_HEAD
# or, using hub for git
git checkout <pull-request-URL>
mvn clean install -f jbosstools/multiple/pom.xml
Then, to test the new multiple target platform against your component's build:
cd /path/to/your/jbosstools-component
mvn clean verify -Dtpc.version=4.9.0.AM3-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------