Griffon 1.2.0

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


Field Summary
private String version

 
Fields inherited from class AbstractGriffonCommand
env, nonInteractive
 
Constructor Summary
SetVersionCommand()

 

Field Detail

version

@Argument(index = 0,
            name = "version",
            description = "The version number to use.",
            required = false)
private String version


 
Constructor Detail

SetVersionCommand

SetVersionCommand()


 

Groovy Documentation