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:50:05 UTC

svn commit: r1328650 - /karaf/cellar/branches/cellar-2.2.x/core/pom.xml

Author: jbonofre
Date: Sat Apr 21 12:50:05 2012
New Revision: 1328650

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

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

Modified: karaf/cellar/branches/cellar-2.2.x/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/core/pom.xml?rev=1328650&r1=1328649&r2=1328650&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/core/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/core/pom.xml Sat Apr 21 12:50:05 2012
@@ -35,7 +35,7 @@
 
     <properties>
         <osgi.import>
-            org.apache.karaf.shell.console*;version="[2,4)",
+            org.apache.karaf.shell.console*;version="[2.2,3)",
             org.osgi*,
             org.slf4j;resolution:=optional
         </osgi.import>