org.codehaus.griffon.cli.shell.command
[Java] Class SetVersionCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.SetVersionCommand
@Command(scope = "griffon",
name = "set-version",
description = "Sets the current application version")
public class SetVersionCommand
extends AbstractGriffonCommand
- Authors:
- Andres Almiray
- Since:
- 0.9.5
version
@Argument(index = 0,
name = "version",
description = "The version number to use.",
required = false)
private String version
-
SetVersionCommand
SetVersionCommand()
-
Groovy Documentation