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:49:22 UTC

svn commit: r1328648 - /karaf/cellar/branches/cellar-2.2.x/bundle/pom.xml

Author: jbonofre
Date: Sat Apr 21 12:49:22 2012
New Revision: 1328648

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

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

Modified: karaf/cellar/branches/cellar-2.2.x/bundle/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/bundle/pom.xml?rev=1328648&r1=1328647&r2=1328648&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/bundle/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/bundle/pom.xml Sat Apr 21 12:49:22 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>