Context
All components are based upon a set of targets platform localized at the targetplatform directory. You can update them with the Obeo plugin or directly from a maven command.
It will switch resolve all feature with the latest ones found on the different update site you are refering.
How to?
Pre-requisite
You have to have a target.file at the root of your target platform plugin. You need to specify with target platform to activate through profile management.
mvn validate -DtargetUpdate=true -Declipse.targetrelease=neon-papyrusnightly -Declipse.release=neon-papyrusnightly -f targetplatform/pom.xml
the tycho-version-bump-plugin is bound to the validate phase
-DtargetUpdate=true ensure you enforce the taregtUpdate
-Declipse.targetrelease=neon-papyrusnightly -Declipse.release=neon-papyrusnightly: specify with target to update
-f targetplatform/pom.xml: specify the pom to look at