You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/04/21 14:52:06 UTC

svn commit: r1328656 - /karaf/cellar/branches/cellar-2.2.x/obr/pom.xml

Author: jbonofre
Date: Sat Apr 21 12:52:06 2012
New Revision: 1328656

URL: http://svn.apache.org/viewvc?rev=1328656&view=rev
Log:
[KARAF-1383] Fix version range in Cellar OBR bundle

Modified:
    karaf/cellar/branches/cellar-2.2.x/obr/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/obr/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/obr/pom.xml?rev=1328656&r1=1328655&r2=1328656&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/obr/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/obr/pom.xml Sat Apr 21 12:52:06 2012
@@ -39,9 +39,9 @@
             org.apache.karaf.cellar.core*;version=${project.version},
             org.apache.felix.service.command,
             org.apache.felix.gogo.commands,
-            org.apache.karaf.shell.console;version="[2.2,4)",
-            org.apache.karaf.shell.console.commands;version="[2.2,4)",
-            org.apache.karaf.shell.console.completer;version="[2.2,4)",
+            org.apache.karaf.shell.console;version="[2.2,3)",
+            org.apache.karaf.shell.console.commands;version="[2.2,3)",
+            org.apache.karaf.shell.console.completer;version="[2.2,3)",
             org.osgi*,
             org.slf4j;resolution:=optional
         </osgi.import>