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 2009/12/09 22:42:39 UTC

svn commit: r888991 - /felix/trunk/shell.tui/pom.xml

Author: rickhall
Date: Wed Dec  9 21:42:38 2009
New Revision: 888991

URL: http://svn.apache.org/viewvc?rev=888991&view=rev
Log:
Only depend on released versions.

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

Modified: felix/trunk/shell.tui/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell.tui/pom.xml?rev=888991&r1=888990&r2=888991&view=diff
==============================================================================
--- felix/trunk/shell.tui/pom.xml (original)
+++ felix/trunk/shell.tui/pom.xml Wed Dec  9 21:42:38 2009
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.4.1</version>
     </dependency>
   </dependencies>
   <build>