Bug 8741: Fix broken Maven archetype
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / cli / src / main / resources / org / opendaylight / blueprint / cli-blueprint.xml
index 5c3bd4d43f8f4974dde705ec4a3d546792761ac9..c53c19d7af7a6f55d2079ba7b326bf048df1c75b 100644 (file)
@@ -21,14 +21,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <bean id="cliCommandsImpl" class="${package}.cli.impl.${classPrefix}CliCommandsImpl">
     <argument ref="dataBroker" />
   </bean>
+
   <service ref="cliCommandsImpl" odl:type="default"
     interface="${package}.cli.api.${classPrefix}CliCommands" />
 
-    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
-        <command name="test-command">
-            <action class="${package}.cli.commands.${classPrefix}CliTestCommand">
-                <argument ref="cliCommandsImpl"/>
-            </action>
-        </command>
-    </command-bundle>
-</blueprint>
+  <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+    <command>
+        <action class="${package}.cli.commands.${classPrefix}CliTestCommand">
+            <argument ref="cliCommandsImpl"/>
+        </action>
+    </command>
+  </command-bundle>
+</blueprint>
\ No newline at end of file