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 2011/01/11 18:43:31 UTC

svn commit: r1057759 - /felix/trunk/gogo/shell/pom.xml

Author: rickhall
Date: Tue Jan 11 17:43:30 2011
New Revision: 1057759

URL: http://svn.apache.org/viewvc?rev=1057759&view=rev
Log:
Depend on final version of runtime.

Modified:
    felix/trunk/gogo/shell/pom.xml

Modified: felix/trunk/gogo/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/pom.xml?rev=1057759&r1=1057758&r2=1057759&view=diff
==============================================================================
--- felix/trunk/gogo/shell/pom.xml (original)
+++ felix/trunk/gogo/shell/pom.xml Tue Jan 11 17:43:30 2011
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
+            <version>0.8.0</version>
         </dependency>
     </dependencies>
     <build>