aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sample
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sample')
-rw-r--r--plugins/sample/src/main/java/org/onap/cli/sample/OnapHelloWorldCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sample/src/main/java/org/onap/cli/sample/OnapHelloWorldCommand.java b/plugins/sample/src/main/java/org/onap/cli/sample/OnapHelloWorldCommand.java
index 01d9da19..0f70ba9d 100644
--- a/plugins/sample/src/main/java/org/onap/cli/sample/OnapHelloWorldCommand.java
+++ b/plugins/sample/src/main/java/org/onap/cli/sample/OnapHelloWorldCommand.java
@@ -26,7 +26,7 @@ import org.onap.cli.fw.input.OnapCommandParameter;
/**
* Hello world.
*/
-@OnapCommandSchema(name = "hello-world", version = "sample-1.0", schema = "hello-world.yaml")
+@OnapCommandSchema(schema = "hello-world.yaml")
public class OnapHelloWorldCommand extends OnapCommand {
@Override