tycho-versions:bump-versions

Full name:

org.eclipse.tycho:tycho-versions-plugin:5.0.0-SNAPSHOT:bump-versions

Description:

This mojo allows configuration of an automatic version bump behavior in combination with the org.eclipse.tycho.extras:tycho-p2-extras-plugin:compare-version-with-baselines goal or similar. It works the following way:

  • You can either configure this in the pom (e.g. in a profile) with an explicit execution, or specify it on the command line like mvn [other goals and options] org.eclipse.tycho:tycho-versions-plugin:bump-versions
  • if the build fails with a VersionBumpRequiredException the projects version is incremented
  • one can now run the build again with the incremented version and verify the automatic applied changes

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: verify.

Optional Parameters

Name Type Since Description
<increment> int - Configures the default increment of micro version to use if no version is recommended by the VersionBumpRequiredException produced by the version check plugin.
Default: 1
User Property: tycho.bump-versions.increment

Parameter Details

<increment>

Configures the default increment of micro version to use if no version is recommended by the VersionBumpRequiredException produced by the version check plugin.
  • Type: int
  • Required: No
  • User Property: tycho.bump-versions.increment
  • Default: 1