- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="set",
aggregator=true)
public class SetVersionMojo
extends org.apache.maven.plugin.AbstractMojo
Modifies versions of all projects in the reactor to match the newVersion parameter.
No matter what the previous version was for any of the projects in reactor, so after executing all
projects will be on the same version.
That's different behaviour for the maven-versions-plugin that only changes the version of one project at a time.
- Author:
- mkleint