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 2013/11/27 07:50:14 UTC

svn commit: r1545939 - /karaf/trunk/manual/src/main/webapp/users-guide/using-console.conf

Author: jbonofre
Date: Wed Nov 27 06:50:14 2013
New Revision: 1545939

URL: http://svn.apache.org/r1545939
Log:
[KARAF-2511] Fix version typo in using-console page of the documentation

Modified:
    karaf/trunk/manual/src/main/webapp/users-guide/using-console.conf

Modified: karaf/trunk/manual/src/main/webapp/users-guide/using-console.conf
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/using-console.conf?rev=1545939&r1=1545938&r2=1545939&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/users-guide/using-console.conf (original)
+++ karaf/trunk/manual/src/main/webapp/users-guide/using-console.conf Wed Nov 27 06:50:14 2013
@@ -243,13 +243,13 @@ You can pipe the output of one command a
 
 {code}
 karaf@root()> feature:list|grep -i karaf
-standard                      | 3.0.0-SNAPSHOT  | x         | standard-3.0.0-SNAPSHOT          | Karaf standard feature
-war                           | 3.0.0-SNAPSHOT  |           | standard-3.0.0-SNAPSHOT          | Turn Karaf as a full WebContainer
-kar                           | 3.0.0-SNAPSHOT  | x         | standard-3.0.0-SNAPSHOT          | Provide KAR (KARaf archive) support
-webconsole                    | 3.0.0-SNAPSHOT  |           | standard-3.0.0-SNAPSHOT          | Base support of the Karaf WebConsole
-ssh                           | 3.0.0-SNAPSHOT  | x         | standard-3.0.0-SNAPSHOT          | Provide a SSHd server on Karaf
-scheduler                     | 3.0.0-SNAPSHOT  |           | standard-3.0.0-SNAPSHOT          | Provide a scheduler service in Karaf to fire event
-jasypt-encryption             | 3.0.0-SNAPSHOT  |           | standard-3.0.0-SNAPSHOT          | Advanced encryption support for Karaf security
+standard                      | 3.0.0  | x         | standard-3.0.0          | Karaf standard feature
+war                           | 3.0.0  |           | standard-3.0.0          | Turn Karaf as a full WebContainer
+kar                           | 3.0.0  | x         | standard-3.0.0          | Provide KAR (KARaf archive) support
+webconsole                    | 3.0.0  |           | standard-3.0.0          | Base support of the Karaf WebConsole
+ssh                           | 3.0.0  | x         | standard-3.0.0          | Provide a SSHd server on Karaf
+scheduler                     | 3.0.0  |           | standard-3.0.0          | Provide a scheduler service in Karaf to fire event
+jasypt-encryption             | 3.0.0  |           | standard-3.0.0          | Advanced encryption support for Karaf security
 {code}
 
 h3. Grep, more, find, ...