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:46:48 UTC

svn commit: r1057765 - /felix/trunk/gogo/command/pom.xml

Author: rickhall
Date: Tue Jan 11 17:46:48 2011
New Revision: 1057765

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

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

Modified: felix/trunk/gogo/command/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/command/pom.xml?rev=1057765&r1=1057764&r2=1057765&view=diff
==============================================================================
--- felix/trunk/gogo/command/pom.xml (original)
+++ felix/trunk/gogo/command/pom.xml Tue Jan 11 17:46:48 2011
@@ -49,7 +49,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>
     <dependency>
       <groupId>org.apache.felix</groupId>