Align command module version number with other Gogo modules, even
though eventually they will version independently. (FELIX-2042)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@947772 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index 7492625..e97a3e3 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>org.apache.felix.gogo.command</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <name>Apache Felix Gogo Command</name>
 
   <description>
diff --git a/main/pom.xml b/main/pom.xml
index c74b5f6..a85f139 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -41,7 +41,7 @@
     <framework.version>2.1.0-SNAPSHOT</framework.version>
     <gogo.runtime.version>0.5.0-SNAPSHOT</gogo.runtime.version>
     <gogo.shell.version>0.5.0-SNAPSHOT</gogo.shell.version>
-    <gogo.command.version>0.9.0-SNAPSHOT</gogo.command.version>
+    <gogo.command.version>0.5.0-SNAPSHOT</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <profiles>