Class UseNextSnapshotsMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="use-next-snapshots", threadSafe=true) public class UseNextSnapshotsMojo extends UseLatestVersionsMojoBase
Replaces any release versions with the next snapshot version (if it has been deployed).
Since:
1.0-beta-1
Author:
Stephen Connolly