You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2012/10/11 11:31:16 UTC

svn commit: r1396959 - /karaf/branches/karaf-2.2.x/manual/src/main/webapp/quick-start.conf

Author: ffang
Date: Thu Oct 11 09:31:05 2012
New Revision: 1396959

URL: http://svn.apache.org/viewvc?rev=1396959&view=rev
Log:
[KARAF-1911]Wrong version of camel-example-osgi in Getting Started/Quickstart Guide - 2.7.0 doesn't work

Modified:
    karaf/branches/karaf-2.2.x/manual/src/main/webapp/quick-start.conf

Modified: karaf/branches/karaf-2.2.x/manual/src/main/webapp/quick-start.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/manual/src/main/webapp/quick-start.conf?rev=1396959&r1=1396958&r2=1396959&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/manual/src/main/webapp/quick-start.conf (original)
+++ karaf/branches/karaf-2.2.x/manual/src/main/webapp/quick-start.conf Thu Oct 11 09:31:05 2012
@@ -121,7 +121,7 @@ While you will learn in the Karaf user's
 
 In the console, run the following commands:
 {code}
-features:addurl mvn:org.apache.camel/camel-example-osgi/2.7.0/xml/features
+features:addurl mvn:org.apache.camel/camel-example-osgi/2.10.0/xml/features
 features:install camel-example-osgi
 {code}