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:43:56 UTC

svn commit: r888992 - /felix/trunk/main/pom.xml

Author: rickhall
Date: Wed Dec  9 21:43:55 2009
New Revision: 888992

URL: http://svn.apache.org/viewvc?rev=888992&view=rev
Log:
Only depend on released shell bundles.

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=888992&r1=888991&r2=888992&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Wed Dec  9 21:43:55 2009
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.4.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell.tui</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.4.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.bundlerepository</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.4.2</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>