You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/10/01 17:26:19 UTC

svn commit: r1003565 - /felix/trunk/main.distribution/pom.xml

Author: rickhall
Date: Fri Oct  1 15:26:19 2010
New Revision: 1003565

URL: http://svn.apache.org/viewvc?rev=1003565&view=rev
Log:
Use released version of Gogo.

Modified:
    felix/trunk/main.distribution/pom.xml

Modified: felix/trunk/main.distribution/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=1003565&r1=1003564&r2=1003565&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Fri Oct  1 15:26:19 2010
@@ -30,9 +30,9 @@
   <version>3.1.0-SNAPSHOT</version>
   <properties>
     <framework.version>3.1.0-SNAPSHOT</framework.version>
-    <gogo.runtime.version>0.7.0-SNAPSHOT</gogo.runtime.version>
-    <gogo.shell.version>0.7.0-SNAPSHOT</gogo.shell.version>
-    <gogo.command.version>0.7.0-SNAPSHOT</gogo.command.version>
+    <gogo.runtime.version>0.6.1</gogo.runtime.version>
+    <gogo.shell.version>0.6.1</gogo.shell.version>
+    <gogo.command.version>0.6.1</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <build>