This repository has been archived and is no longer actively maintained.
The decision to archive this project was made in agreement with the responsible maintainers: @Nicolas-Boltz and @rsfzi.
This plugin provides the same capabilities as the set-version goal of the tycho-versions-plugin. For documentation, please refer to the official documentation.
We introduced a new parameter ignoreVersionMismatch
that can be set to true or false (default). If set to true, the plugin will update versions no matter if the existing version matches the version of the project on which the goal is triggered.
For instance, to set all versions and version ranges to a fixed version 5.0.0.qualifier
ignoring potential version differences, you can use the following command:
mvn org.palladiosimulator:tycho-versions-plugin:set-version -Dtycho.mode=maven -DupdateVersionRangeMatchingBounds=true -DignoreVersionMismatch=true -DnewVersion=5.0.0-SNAPSHOT