You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2011/04/09 10:46:36 UTC

svn commit: r1090548 - /karaf/trunk/manual/src/main/webapp/developers-guide/extending-console.conf

Author: pieber
Date: Sat Apr  9 08:46:36 2011
New Revision: 1090548

URL: http://svn.apache.org/viewvc?rev=1090548&view=rev
Log:
[KARAF-456] Fixed version replacement for extending console part in documentation

Modified:
    karaf/trunk/manual/src/main/webapp/developers-guide/extending-console.conf

Modified: karaf/trunk/manual/src/main/webapp/developers-guide/extending-console.conf
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/developers-guide/extending-console.conf?rev=1090548&r1=1090547&r2=1090548&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/developers-guide/extending-console.conf (original)
+++ karaf/trunk/manual/src/main/webapp/developers-guide/extending-console.conf Sat Apr  9 08:46:36 2011
@@ -73,7 +73,7 @@ We need to tell maven which libraries ou
   <dependency>
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.console</artifactId>
-    <version>1.0.0</version>
+    <version>${project.version}</version>
   </dependency>
 {pygmentize}