You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/10/18 10:33:54 UTC

svn commit: r1023684 - /servicemix/documentation/trunk/pom.xml

Author: gertv
Date: Mon Oct 18 08:33:53 2010
New Revision: 1023684

URL: http://svn.apache.org/viewvc?rev=1023684&view=rev
Log:
Switch to Karaf docs at Apache

Modified:
    servicemix/documentation/trunk/pom.xml

Modified: servicemix/documentation/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/pom.xml?rev=1023684&r1=1023683&r2=1023684&view=diff
==============================================================================
--- servicemix/documentation/trunk/pom.xml (original)
+++ servicemix/documentation/trunk/pom.xml Mon Oct 18 08:33:53 2010
@@ -39,6 +39,7 @@
     <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
     <jetty-port>8080</jetty-port>
     <jetty-war-dir>${basedir}/target/webapp/</jetty-war-dir>
+    <karaf.version>2.1.99-SNAPSHOT</karaf.version>
     <scalate.version>1.3</scalate.version>
     <scalate.editor>${env.SCALATE_EDITOR}</scalate.editor>
     <scalate.mode>production</scalate.mode>
@@ -106,9 +107,9 @@
             <configuration>
               <artifactItems>
                 <artifactItem>
-                  <groupId>org.fusesource.doc</groupId>
-                  <artifactId>karaf</artifactId>
-                  <version>2.1.99-SNAPSHOT</version>
+                  <groupId>org.apache.karaf</groupId>
+                  <artifactId>org.apache.karaf.doc</artifactId>
+                  <version>${karaf.version}</version>
                   <type>war</type>
                   <outputDirectory>${project.build.directory}/webapp/karaf</outputDirectory>
                   <includes>developers-guide/*.conf,users-guide/*.conf</includes>
@@ -126,9 +127,9 @@
             <configuration>
               <artifactItems>
                 <artifactItem>
-                  <groupId>org.fusesource.doc</groupId>
-                  <artifactId>karaf</artifactId>
-                  <version>2.1.99-SNAPSHOT</version>
+                  <groupId>org.apache.karaf</groupId>
+                  <artifactId>org.apache.karaf.doc</artifactId>
+                  <version>${karaf.version}</version>
                   <type>war</type>
                   <outputDirectory>${project.build.directory}/webapp</outputDirectory>
                   <includes>commands/*.conf</includes>